Closed lucabello closed 1 year ago
The charm needs to be able to work with any prometheus-url and loki-url, be it authenticated or not.
prometheus-url
loki-url
Remove the checks that make credentials compulsory.
Being able to write metrics and logs to multiple backends through grafana-agent.
juju deploy ./grafana-agent.charm juju deploy prometheus juju deploy ./grafana-cloud-integrator.charm juju config grafana-cloud-integrator prometheus-url=<prometheus-url> juju relate grafana-agent:grafana-cloud-config grafana-cloud-integrator
Metrics will appear in Prometheus.
Issue
The charm needs to be able to work with any
prometheus-url
andloki-url
, be it authenticated or not.Solution
Remove the checks that make credentials compulsory.
Context
Being able to write metrics and logs to multiple backends through grafana-agent.
Testing Instructions
Metrics will appear in Prometheus.