We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now that we've enabled alerts (#14), it turns out they're very verbose.
This is what is seen right now:
[FIRING:28] DB Fragmentation CHT (cht) FiringValue: B=27.055714740528494, C=1 Labels: - alertname = DB Fragmentation - db = _users - grafana_folder = CHT - instance = INSTANCE-HERE.medicmobile.org - job = cht Annotations: - description = The [_users] database for the CHT Server [INSTANCE-HERE.medicmobile.org] is highly fragmented. Source: https://allies-monitoring-alerting.dev.medicmobile.org/alerting/grafana/ot6lYCYVz/view?orgId=1 Silence: https://allies-monitoring-alerting.dev.medicmobile.org/alerting/silence/new?alertmanager=grafana&matcher=alertname%3DDB+Fragmentation&matcher=db%3D_users&matcher=grafana_folder%3DCHT&matcher=instance%3DINSTANCE-HERE.medicmobile.org&matcher=job%3Dcht Dashboard: https://allies-monitoring-alerting.dev.medicmobile.org/d/oa2OfL-Vk?orgId=1 Panel: https://allies-monitoring-alerting.dev.medicmobile.org/d/oa2OfL-Vk?orgId=1&viewPanel=13
And it'd be great if we greatly condense it and remove unused info:
db - _users
grafana_folder = CHT
instance = INSTANCE-HERE.medicmobile.org
Annotations
description =
Like so:
[FIRING:28] DB Fragmentation: [_users] database on INSTANCE-HERE.dev.medicmobile.org. Value: 27.055714740528494, Alert threshold: 1 Links: Source - Silence - Dashboard - Panel
[FIRING:28] DB Fragmentation: [_users] database on INSTANCE-HERE.dev.medicmobile.org.
Value: 27.055714740528494, Alert threshold: 1
Links: Source - Silence - Dashboard - Panel
The text was updated successfully, but these errors were encountered:
This post might help.
Sorry, something went wrong.
Notifications reduced to single-line messages:
TODO: Default message formatting needs to be upstreamed
eljhkrr
No branches or pull requests
Now that we've enabled alerts (#14), it turns out they're very verbose.
This is what is seen right now:
And it'd be great if we greatly condense it and remove unused info:
db - _users
grafana_folder = CHT
instance = INSTANCE-HERE.medicmobile.org
Annotations
description =
Like so:
The text was updated successfully, but these errors were encountered: