canonical / grafana-agent-operator

This charmed operator automates the operational procedures of running Grafana Agent, an open-soruce telemetry collector.
https://charmhub.io/grafana-agent
Apache License 2.0
4 stars 8 forks source link

Add juju_charm label to logs #111

Closed cbartz closed 1 month ago

cbartz commented 1 month ago

Issue

Fix #55

Solution

Add the juju_charm and job label to fix alert rule matching.

Before

image

After

image

Example alert rule

image

Context

n/a

Testing Instructions

  1. juju deploy github-runner (or any compatible machine charm)
  2. juju integrate github-runner grafana-agent
  3. Make sure the logs contain the juju_charm=grafana-agent label so that the alert expressions are matched.

Upgrade Notes