You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by "wu-sheng (via GitHub)" <gi...@apache.org> on 2023/02/28 09:48:41 UTC

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #10459: Add PromQL Service doc and how to use in Grafana.

wu-sheng commented on code in PR #10459:
URL: https://github.com/apache/skywalking/pull/10459#discussion_r1119809408


##########
docs/en/api/promql-service.md:
##########
@@ -0,0 +1,632 @@
+# PromQL Service
+PromQL([Prometheus Query Language](https://prometheus.io/docs/prometheus/latest/querying/basics/)) Service
+provide Promql-based expression language and HTTP API.
+Third-party systems or visualization platforms that already support PromQL (such as Grafana),
+If metrics data are required for integration, they can be obtained directly from SkyWalking through the PromQL Service.

Review Comment:
   ```suggestion
   PromQL([Prometheus Query Language](https://prometheus.io/docs/prometheus/latest/querying/basics/)) Service
   exposes Prometheus Querying HTTP APIs including the bundled PromQL expression system.
   Third-party systems or visualization platforms that already support PromQL (such as Grafana), 
   could obtain metrics through PromeQL Service.
   ```



-- 
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