Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyepianzhou committed Oct 30, 2023
1 parent 2acf377 commit b7a61d6
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/en/setup/backend/backend-bookkeeper-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Kafka entity as a `Service` in OAP and on the `Layer: BOOKKEEPER.

## Data flow

1. BookKeeper exposes metrics in Prometheus format.
1. BookKeeper exposes metrics through Prometheus endpoint.
2. OpenTelemetry Collector fetches metrics from BookKeeper cluster via Prometheus Receiver and pushes metrics to SkyWalking OAP Server via OpenTelemetry gRPC exporter.
3. The SkyWalking OAP Server parses the expression with [MAL](../../concepts-and-designs/mal.md) to
filter/calculate/aggregate and store the results.`
Expand Down
2 changes: 1 addition & 1 deletion docs/en/setup/backend/backend-pulsar-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Kafka entity as a `Service` in OAP and on the `Layer: PULSAR.

## Data flow

1. Pulsar exposes metrics in Prometheus format.
1. Pulsar exposes metrics through Prometheus endpoint.
2. OpenTelemetry Collector fetches metrics from Pulsar cluster via Prometheus Receiver and pushes metrics to SkyWalking OAP Server via OpenTelemetry gRPC exporter.
3. The SkyWalking OAP Server parses the expression with [MAL](../../concepts-and-designs/mal.md) to
filter/calculate/aggregate and store the results.`
Expand Down
2 changes: 1 addition & 1 deletion docs/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ catalog:
path: "/en/setup/backend/backend-elasticsearch-monitoring"
- name: "MongoDB"
path: "/en/setup/backend/backend-mongodb-monitoring"
- name: "Bookkeeper"
- name: "BookKeeper"
path: "/en/setup/backend/backend-bookkeeper-monitoring"
- name: "MQ Monitoring"
catalog:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@
"showYAxis": false,
"showGroup": true
}
}, {
"x": 0,
"y": 0,
"w": 24,
"h": 3,
"i": "1",
"type": "Text",
"graph": {
"fontColor": "blue",
"backgroundColor": "white",
"content": "Provide BookKeeper monitoring through OpenTelemetry's Prometheus Receiver",
"fontSize": 14,
"textAlign": "left",
"url": "https://skywalking.apache.org/docs/main/next/en/setup/backend/backend-bookkeeper-monitoring/"
}
}
],
"layer": "BOOKKEEPER",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@
"showYAxis": false,
"showGroup": true
}
}, {
"x": 0,
"y": 0,
"w": 24,
"h": 3,
"i": "1",
"type": "Text",
"graph": {
"fontColor": "blue",
"backgroundColor": "white",
"content": "Provide Pulsar monitoring through OpenTelemetry's Prometheus Receiver",
"fontSize": 14,
"textAlign": "left",
"url": "https://skywalking.apache.org/docs/main/next/en/setup/backend/backend-pulsar-monitoring/"
}
}
],
"layer": "PULSAR",
Expand Down

0 comments on commit b7a61d6

Please sign in to comment.