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

How to reach the Dashboard? #14

Closed
Gill-Bates opened this issue Nov 21, 2019 · 1 comment
Closed

How to reach the Dashboard? #14

Gill-Bates opened this issue Nov 21, 2019 · 1 comment

Comments

@Gill-Bates
Copy link

Hi There,

how can I access the Dashboard?

@jedisct1
Copy link
Member

The server can act as a Prometheus provider, by uncommenting the relevant section:

[metrics]
type = "prometheus"
listen_addr = "0.0.0.0:9100"
path = "/metrics"

In this configuration, the endpoint will be reachable at http://...:9100/metrics.

But this is not a dashboard. These are metrics that can be consumed by Prometheus, that will store and index them. Then, you can plot them using the Prometheus web interface or another standard tool such as Grafana.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants