Skip to content

Commit bcc2a27

Browse files
authored
Fix menu. (#13179)
1 parent adcdd01 commit bcc2a27

File tree

2 files changed

+15
-15
lines changed
  • docs
  • oap-server/server-starter/src/main/resources/ui-initialized-templates

2 files changed

+15
-15
lines changed

docs/menu.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ catalog:
142142
path: "/en/setup/backend/backend-rocketmq-monitoring"
143143
- name: "ActiveMQ"
144144
path: "/en/setup/backend/backend-activemq-monitoring"
145+
- name: "Data Processing Engine"
146+
catalog:
147+
- name: "Flink"
148+
path: "/en/setup/backend/backend-flink-monitoring"
145149
- name: "Self Observability"
146150
catalog:
147151
- name: "OAP self telemetry"
@@ -152,10 +156,6 @@ catalog:
152156
path: "/en/setup/backend/dashboards-so11y-java-agent"
153157
- name: "SkyWalking Go Agent self telemetry"
154158
path: "/en/setup/backend/dashboards-so11y-go-agent"
155-
- name: "Data Processing Engine"
156-
catalog:
157-
- name: "Flink"
158-
path: "/en/setup/backend/backend-flink-monitoring.md"
159159
- name: "Configuration Vocabulary"
160160
path: "/en/setup/backend/configuration-vocabulary"
161161
- name: "Advanced Setup"

oap-server/server-starter/src/main/resources/ui-initialized-templates/menu.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,16 @@ menus:
232232
description: Provide ActiveMQ monitoring through OpenTelemetry's Prometheus Receiver.
233233
documentLink: https://skywalking.apache.org/docs/main/next/en/setup/backend/backend-activemq-monitoring/
234234
i18nKey: mq_activemq
235+
- title: Data Processing Engine
236+
icon: data_processing_engine
237+
description: A data processing engine is a system designed to efficiently process, transform, and analyze large-scale data in real time or batch mode.
238+
i18nKey: data_processing_engine
239+
menus:
240+
- title: Flink
241+
layer: FLINK
242+
description: Provide Flink monitoring through OpenTelemetry's Prometheus Receiver.
243+
documentLink: https://skywalking.apache.org/docs/main/next/en/setup/backend/backend-flink-monitoring/
244+
i18nKey: data_processing_engine_flink
235245
- title: Self Observability
236246
icon: self_observability
237247
description: Self Observability provides the observabilities for running components and servers from the SkyWalking ecosystem.
@@ -256,14 +266,4 @@ menus:
256266
layer: SO11Y_GO_AGENT
257267
description: The Go Agent for Apache SkyWalking, which provides the native tracing/metrics/logging abilities for Golang projects.
258268
documentLink: https://skywalking.apache.org/docs/main/next/en/setup/backend/dashboards-so11y-go-agent/
259-
i18nKey: self_observability_go_agent
260-
- title: Data Processing Engine
261-
icon: data_processing_engine
262-
description: A data processing engine is a system designed to efficiently process, transform, and analyze large-scale data in real time or batch mode.
263-
i18nKey: data_processing_engine
264-
menus:
265-
- title: Flink
266-
layer: FLINK
267-
description: Provide Flink monitoring through OpenTelemetry's Prometheus Receiver.
268-
documentLink: https://skywalking.apache.org/docs/main/next/en/setup/backend/backend-flink-monitoring/
269-
i18nKey: data_processing_engine_flink
269+
i18nKey: self_observability_go_agent

0 commit comments

Comments
 (0)