This is an automated email from the ASF dual-hosted git repository.
kassiez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 5fbeac6f2be Update observability events (#2418)
5fbeac6f2be is described below
commit 5fbeac6f2be4a0670c1601d96ba6709867328320
Author: KassieZ <[email protected]>
AuthorDate: Tue May 27 20:51:22 2025 +0800
Update observability events (#2418)
## Versions
- [ ] dev
- [ ] 3.0
- [ ] 2.1
- [ ] 2.0
## Languages
- [ ] Chinese
- [ ] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
docusaurus.config.js | 4 +-
src/pages/events/index.tsx | 69 +++++++++++++++++++++
.../events/observability-webinar-250507.jpeg | Bin 0 -> 810545 bytes
.../images/events/observability-webinar-250514.jpg | Bin 0 -> 786227 bytes
.../events/observability-webinar-250528.jpeg | Bin 0 -> 60856 bytes
5 files changed, 71 insertions(+), 2 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 105e5e8caa8..8d915af6a05 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -205,10 +205,10 @@ const config = {
announcementBar: {
id: 'join_us',
content: JSON.stringify({
- zh: `<a
href="https://www.selectdb.com/resources/events/doris-meetup-20250517"
target="_blank" style="display:flex; width: 100%; align-items: center;
justify-content: center; margin-left: 4px; text-decoration: none;">
+ zh: `<a
href="https://www.selectdb.com/resources/events/doris-webinar-20250528"
target="_blank" style="display:flex; width: 100%; align-items: center;
justify-content: center; margin-left: 4px; text-decoration: none;">
<img style="width: 19px; height: 19px; margin-right: 3px;"
src="/images/nav-star.svg">
<span
style="color:#52CAA3;font-size:0.875rem;font-weight:700;line-height:1rem;
margin-right:0.675rem; text-decoration: none;">NEW</span>
- <span>5 月 17 日,Apache Doris 企业行 ——
走进天翼云,揭秘可观测、湖仓一体、用户画像等实时数仓前沿实践</span>
+ <span>5 月 28 日,Apache Doris 可观测性系列直播(第三期) —— Trace 监控场景</span>
<p
style="margin-left:0.675rem;color:#52CAA3;font-size:0.875rem;line-height:1rem;font-weight:700;letter-spacing:0.28px;">查看详情
-></p>
</a>`,
en: null,
diff --git a/src/pages/events/index.tsx b/src/pages/events/index.tsx
index 92b1b7d9d98..5d08abf575c 100644
--- a/src/pages/events/index.tsx
+++ b/src/pages/events/index.tsx
@@ -85,6 +85,75 @@ const EVENTS_PAGE_DATA = {
},
],
eventListZh: [
+ {
+ cardTitle: '',
+ cardDate: '',
+ tag: '',
+ detailTitle: '可观测系列直播(第三期) | Trace 监控场景',
+ date: '2025 年 05 月 28 日 19:30-20:30',
+ address: '线上直播',
+ description:
+ '直播第三场将带来 Apache Doris 在监控场景下的 Benchmark
性能实测与云上实时采集能力对比,带领用户直观感受监控场景的落地方案。',
+ start_date: '2025-05-28T19:00:00.000Z',
+ end_date: '2025-05-28T20:30:00.000Z',
+ img: (
+ <img
+ alt="可观测系列直播第三期"
+ width={384}
+ height={164}
+ className="rounded-t-lg"
+
src={`${require('@site/static/images/events/observability-webinar-250528.jpeg').default}`}
+ />
+ ),
+ isCover: true,
+ link:
'https://www.selectdb.com/resources/events/doris-webinar-20250528',
+ },
+ {
+ cardTitle: '',
+ cardDate: '',
+ tag: '',
+ detailTitle: '可观测系列直播(第二期) | Log 日志场景',
+ date: '2025 年 05 月 14 日 19:30-20:30',
+ address: '线上直播',
+ description:
+ '直播第二场将带来 Apache Doris
在可观测性解决方案日志场景下的资源评估、集群部署、配置优化、建表、查询等具体介绍,为用户提供全面的日志场景解读与落地方案。',
+ start_date: '2025-05-14T19:00:00.000Z',
+ end_date: '2025-05-14T20:30:00.000Z',
+ img: (
+ <img
+ alt="可观测系列直播第二期"
+ width={384}
+ height={164}
+ className="rounded-t-lg"
+
src={`${require('@site/static/images/events/observability-webinar-250514.jpg').default}`}
+ />
+ ),
+ isCover: true,
+ link:
'https://www.selectdb.com/resources/events/doris-webinar-20250514',
+ },
+ {
+ cardTitle: '',
+ cardDate: '',
+ tag: '',
+ detailTitle: '可观测系列直播(第一期) | 解决方案概览',
+ date: '2025 年 05 月 07 日 19:30-20:30',
+ address: '线上直播',
+ description:
+ '首期直播由 Apache Doris PMC 成员肖康将带来可观测性的重点需求场景介绍、以及如何基于 SelectDB 和
Apache Doris 打造可观测性解决方案',
+ start_date: '2025-05-07T19:00:00.000Z',
+ end_date: '2025-05-07T20:30:00.000Z',
+ img: (
+ <img
+ alt="可观测系列直播第一期"
+ width={384}
+ height={164}
+ className="rounded-t-lg"
+
src={`${require('@site/static/images/events/observability-webinar-250507.jpeg').default}`}
+ />
+ ),
+ isCover: true,
+ link:
'https://www.selectdb.com/resources/events/doris-webinar-20250507',
+ },
{
cardTitle: '',
cardDate: '',
diff --git a/static/images/events/observability-webinar-250507.jpeg
b/static/images/events/observability-webinar-250507.jpeg
new file mode 100644
index 00000000000..30a90a038d4
Binary files /dev/null and
b/static/images/events/observability-webinar-250507.jpeg differ
diff --git a/static/images/events/observability-webinar-250514.jpg
b/static/images/events/observability-webinar-250514.jpg
new file mode 100644
index 00000000000..fe0f730bb51
Binary files /dev/null and
b/static/images/events/observability-webinar-250514.jpg differ
diff --git a/static/images/events/observability-webinar-250528.jpeg
b/static/images/events/observability-webinar-250528.jpeg
new file mode 100644
index 00000000000..912af04ab28
Binary files /dev/null and
b/static/images/events/observability-webinar-250528.jpeg differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]