-
|
Please answer these questions before submitting your issue.
Is there any way to convert skywalking metrics into prometheus? I'm designing our monitor system. I'm planning to monitor applications by using skywalking, monitor infrastructure and middleware by using prometheus, collect and analysis logs by using Loki, and show the system state on Grafana. Skywalking is the best tool on tracing, but I want to unified alarm on Prometheus, and unified display on Grafana for Monitoring Screen. So I want to transfer skywalking metrics to prometheus, not only it's self monitoring metrics. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 17 replies
-
|
It depends on what metrics are you going to do. If you want to forward all, Prometheus would crash, it has no chance to support SkyWalking's whole metrics dataset. |
Beta Was this translation helpful? Give feedback.
-
|
This is what we are going to do officially. PromQL based query support could support Grafana and any other 3rd party integrated with Prometheus, as they are sharing to use this query protocol. |
Beta Was this translation helpful? Give feedback.
This is what we are going to do officially.
#10080
PromQL based query support could support Grafana and any other 3rd party integrated with Prometheus, as they are sharing to use this query protocol.