summaryrefslogtreecommitdiffstats
path: root/tools/grafana
diff options
context:
space:
mode:
authorChris Meyers <chris.meyers.fsu@gmail.com>2024-04-02 22:37:54 +0200
committerChris Meyers <chrismeyersfsu@users.noreply.github.com>2024-04-03 21:58:17 +0200
commitae1235b22394f76075cb10b26cd7bd17abab5adb (patch)
tree11a983074a17c48205f1da9bc983455faa27b14b /tools/grafana
parentAdd tags and skip_tags option to awx.awx.workflow_launch (#15011) (diff)
downloadawx-ae1235b22394f76075cb10b26cd7bd17abab5adb.tar.xz
awx-ae1235b22394f76075cb10b26cd7bd17abab5adb.zip
Rename container hostname from awx_1 to awx-1
* Django and other webservers that care about proper hostnames don't like underscores in them.
Diffstat (limited to 'tools/grafana')
-rw-r--r--tools/grafana/alerting/alerts.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/grafana/alerting/alerts.yml b/tools/grafana/alerting/alerts.yml
index d3e0f32189..85a2cea9ac 100644
--- a/tools/grafana/alerting/alerts.yml
+++ b/tools/grafana/alerting/alerts.yml
@@ -179,7 +179,7 @@ groups:
datasourceUid: awx_prometheus
model:
editorMode: code
- expr: irate(callback_receiver_events_insert_db{node='awx_1'}[1m])
+ expr: irate(callback_receiver_events_insert_db{node='awx-1'}[1m])
hide: false
intervalMs: 1000
legendFormat: __auto
@@ -228,7 +228,7 @@ groups:
type: prometheus
uid: awx_prometheus
editorMode: code
- expr: callback_receiver_events_queue_size_redis{node='awx_1'}
+ expr: callback_receiver_events_queue_size_redis{node='awx-1'}
hide: false
intervalMs: 1000
legendFormat: __auto