How to enable prometheus on frontend-proxy on Kubernetes #1365
-
Hi Everyone, I'm trying to access prometheus publicly to scrape metrics from prometheus to an external tool. How do I do it? |
Beta Was this translation helpful? Give feedback.
Answered by
puckpuck
Feb 5, 2024
Replies: 1 comment 3 replies
-
The Prometheus service installed with the demo via Helm is used to receive all demo metrics via OTLP, and also scrape the Collector's self metrics to populate some dashboards. If you need a Prometheus service to capture demo metrics, as well as scrape other services you do one of these 2 options:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do a port-forward or setup the Prometheus sub chart to install with an externally exposed service/ingress.