Closed dudster83 closed 4 years ago
1.To add the metric source you must edit the prometheus.yml
file adding a stanza under scrape_configs
like this:
scrape_configs:
...
- job_name: 'routinator'
static_configs:
- targets: ['domain.name.of.your.routinator.instance:9556']
/metrics
is the default so we don't need to specify that.
sudo systemctl reload prometheus.service
.Dadda! You now hava a Routinator dashboard in Grafana.
See:
Hope that helps,
Ximon
Hi Ximon thanks for your fast and detailed reply, of course it helped.
Great, glad that worked!
For anyone reading this in future the guidance above was correct at the time for the following application versions:
not an issue, but a stupid question, I guess I'd install everything, seems better than other validators. I'm still having troubles on the grafana integration I can see the results under/metrics with curl or regular browsing.
when i'm trying to add Prometheus data source and point it to the server, i can't fetch the data
what am I missing please?