wu-sheng commented on code in PR #11966: URL: https://github.com/apache/skywalking/pull/11966#discussion_r1509964877
########## docs/en/setup/backend/backend-clickhouse-monitoring.md: ########## @@ -0,0 +1,134 @@ +# ClickHouse monitoring + +## ClickHouse server performance from built-in metrics data + +SkyWalking leverages ClickHouse built-in metrics data since v20.1.2.4. It leverages OpenTelemetry Collector to transfer +the metrics to +[OpenTelemetry receiver](opentelemetry-receiver.md) and into the [Meter System](./../../concepts-and-designs/meter.md). + +### Data flow + +1. Configure ClickHouse to expose metrics for Prometheus Receiver. Review Comment: ```suggestion 1. Configure ClickHouse to expose metrics data for scraping from Prometheus. ``` I think there is no receiver. Prometheus is scarping data. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
