From 853e7ea48f5578cbc3a346d93687c662d209a1dc Mon Sep 17 00:00:00 2001 From: idanoo Date: Mon, 13 Feb 2023 18:47:07 +1300 Subject: [PATCH] update mastodon identifier --- internal/gomastodonstats/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/gomastodonstats/metrics.go b/internal/gomastodonstats/metrics.go index f24caf3..cb1f054 100644 --- a/internal/gomastodonstats/metrics.go +++ b/internal/gomastodonstats/metrics.go @@ -94,7 +94,7 @@ func getUserCounts() ([]metric, error) { } else { customMetrics := []metric{ { - Service: MATRIX_IDENTIFIDER, + Service: MASTODON_IDENTIFIER, MetricName: METRICNAME_1W_USERCOUNT, MetricValue: userCount1W, },