Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

metrics don't show up in Prometheus GUI browser #5412

Closed
candysmurf opened this Issue Mar 27, 2019 · 1 comment

Comments

Projects
None yet
2 participants
@candysmurf
Copy link

candysmurf commented Mar 27, 2019

I have custom metrics showing up at http://localhost:2112/metrics. However, none of those metrics show up in http://localhost:9090/graph, Prometheus browser. I'm new to Prometheus. Anything I may miss? thanks.

prometheus.yml

global:
 scrape_interval:     10s
 evaluation_interval: 10s
scrape_configs:
 - job_name: prometheus
   set_timestamp: false
   static_configs:
     - targets: ['localhost:2112']
remote_write:
 - url: "http://prometheus_postgresql_adapter:9201/write"
remote_read:
 - url: "http://prometheus_postgresql_adapter:9201/read"
@brian-brazil

This comment has been minimized.

Copy link
Member

brian-brazil commented Mar 27, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.