Is it possible to forward metrics to existing grafana? #170
Unanswered
matias-hick-simplisafe
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The recommended way is to collect metrics with Prometheus, and visualize the Prometheus metrics in Grafana. I guess the second part (prometheus -- grafana) is done in your setup. In this case all you have to to do is to create PodMonitor to query STUNnner pods (example). Hope this answers your question. If not, let me know. We are happy to receive ⭐ and donations on GitHub. We are also in the consultancy business in case you need advanced support. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I saw in the documentation that if you enable metrics, they are automatically exposed to http://:8080/metrics on each pod.
Is there a way to forward metrics to an existing Grafana? So that I can put Stunner metrics together with our other metrics.
I'd appreciate your help with this.
Best.
Beta Was this translation helpful? Give feedback.
All reactions