Replies: 2 comments 4 replies
-
If you want to write to someplace else, pick the exporter of metrics, https://skywalking.apache.org/docs/main/latest/en/setup/backend/exporter/#metrics-grpc-exporter And another component could run separately, or as another exporter implementation. Could you be a more clear about your proposal, what is remote write? SkyWalking doesn't have this concept. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Closing as skywalking has already provide tools to achive that, I'll share if there's more progress. Thanks @wu-sheng for the help! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Motivation
SkyWalking provides a wide range of metrics internally and already offers a prom-compatible URL for querying metrics. However, querying metrics is limited to display purposes only and cannot be used for setting alerts, leveraging Prometheus ecosystem features such as alertmanager, inhibit rules, and advanced query statements using promql syntax. By enabling the use of remote write to push metrics to the Prometheus ecosystem, integration between these two products can be enhanced, allowing users to utilize existing Prometheus operators for setting alerts and more.
Architecture Graph
N/A
Proposed Changes
Imported Dependencies libs and their licenses
N/A
Compatibility
N/A
General usage docs
N/A
Related
#11666
Beta Was this translation helpful? Give feedback.
All reactions