Closed protolambda closed 4 years ago
Nevermind, figured this out. Going to parametrize everything with ${DS_PROMETHEUS}
now. And fixing the non-parametrized things, as well as including many more dashboards. Work in progress here: https://github.com/protolambda/eth2-metrics
The summary dashboard did not work for me because of
${DS_PROMETHEUS}
(results in angular JS errors in console in broswer).Other dashboards just say
Prometheus
directly, and I guess that is what everyone calls their data source.Is there some way to set
${DS_PROMETHEUS}
maybe? And should the other dashboards be updated instead? Using justPrometheus
seems like the easier solution.