You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by "yswdqz (via GitHub)" <gi...@apache.org> on 2023/04/08 08:40:08 UTC

[GitHub] [skywalking] yswdqz commented on a diff in pull request #10655: Support Redis Mornitoring

yswdqz commented on code in PR #10655:
URL: https://github.com/apache/skywalking/pull/10655#discussion_r1161084339


##########
docs/en/setup/backend/backend-redis-monitoring.md:
##########
@@ -0,0 +1,38 @@
+# Redis monitoring
+## Redis server performance from `redis-exporter`
+SkyWalking leverages redis-exporter for collecting metrics data from Redis. 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. redis-exporter collect metrics data from Redis.
+2. OpenTelemetry Collector fetches metrics from redis-exporter via Prometheus Receiver and pushes metrics to SkyWalking OAP Server via the OpenCensus gRPC Exporter or OpenTelemetry gRPC exporter.

Review Comment:
   Yes I just copy other docs. My Fault. I will change them together later.



-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org