Skip to content

Commit f959753

Browse files
committed
Sync UI and fix some documents
1 parent 9607c02 commit f959753

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/en/setup/backend/backend-flink-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SkyWalking leverages OpenTelemetry Collector to transfer the flink metrics to
66

77
## Data flow
88

9-
1. Configure Flink jobManager and TaskManager to expose metrics data for scraping from Prometheus.
9+
1. Configure Flink jobManager and TaskManager to expose metrics data for scraping through Prometheus endpoint.
1010
2. OpenTelemetry Collector fetches metrics from Flink jobManager and TaskManager through Prometheus endpoint, and pushes metrics to SkyWalking OAP Server via
1111
OpenTelemetry gRPC exporter.
1212
3. The SkyWalking OAP Server parses the expression with [MAL](../../concepts-and-designs/mal.md) to

docs/menu.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ catalog:
152152
path: "/en/setup/backend/dashboards-so11y-java-agent"
153153
- name: "SkyWalking Go Agent self telemetry"
154154
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"
155159
- name: "Configuration Vocabulary"
156160
path: "/en/setup/backend/configuration-vocabulary"
157161
- name: "Advanced Setup"

0 commit comments

Comments
 (0)