Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upIs it possible for Prometheus to scrape metrics from a different cluster? #5083
Comments
This comment has been minimized.
This comment has been minimized.
|
It makes more sense to ask questions like this on the prometheus-users mailing list rather than in a GitHub issue. On the mailing list, more people are available to potentially respond to your question, and the whole community can benefit from the answers provided. |
brian-brazil
closed this
Jan 8, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bluechips23 commentedJan 8, 2019
I have two K8s clusters - Cluster A and Cluster B.
On Cluster A, we have Prometheus and AlertManager installed. On Cluster B, we only have kube-state-metrics running.
Is it possible to configure Prometheus running in Cluster A to scrape metrics from kube-state-metrics in Cluster B?