From 16172f26791089123ca5fc31af5832f796222029 Mon Sep 17 00:00:00 2001 From: Johannes Naylor Date: Thu, 23 Jun 2022 19:44:56 +0000 Subject: [PATCH] fix hostname --- monitoring/prometheus/ymls/stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/prometheus/ymls/stage.yml b/monitoring/prometheus/ymls/stage.yml index 27935193fdc..13ec47d4b49 100644 --- a/monitoring/prometheus/ymls/stage.yml +++ b/monitoring/prometheus/ymls/stage.yml @@ -28,7 +28,7 @@ scheme: 'http' metrics_path: '/metrics' static_configs: - - targets: ['35.202.199.159:9091/'] + - targets: ['35.202.199.159:9091'] labels: host: 'discoveryprovider2.staging.audius.co' environment: 'stage'