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/03/27 04:40:52 UTC

[GitHub] [skywalking-website] wu-sheng commented on a diff in pull request #587: blog: Build Grafana dashboards for Apache SkyWalking -- Native PromQL Support

wu-sheng commented on code in PR #587:
URL: https://github.com/apache/skywalking-website/pull/587#discussion_r1148775912


##########
content/blog/2023-03-17-build-grafana-dashboards-for-apache-skywalking-native-promql-support/index.md:
##########
@@ -0,0 +1,403 @@
+---
+title: "Build Grafana dashboards for Apache SkyWalking -- Native PromQL Support"
+date: 2023-03-16
+author: "Kai Wan"
+description: "."
+tags:
+- PromQL
+- Metric
+- Grafana
+---
+
+## Background
+As an application performance monitoring tool for distributed systems, Apache SkyWalking provides monitoring, tracing, diagnosing capabilities for distributed system in Cloud Native architecture.
+[Prometheus](https://prometheus.io/docs/introduction/overview/#what-is-prometheus) is an open-source systems monitoring and alerting toolkit with an active ecosystem.
+Especially Prometheus metrics receive widespread support through [exporters and integrations](https://prometheus.io/docs/instrumenting/exporters/#exporters-and-integrations).
+[PromQL](https://prometheus.io/docs/prometheus/latest/querying/basics/#querying-prometheus) as Prometheus Querying Language containing a set of expressions and expose HTTP API to read metrics.

Review Comment:
   ```suggestion
   [PromQL](https://prometheus.io/docs/prometheus/latest/querying/basics/#querying-prometheus) as Prometheus Querying Language containing a set of expressions and expose HTTP APIs to read metrics.
   ```
   
   I think there are multiple APIs?



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