From 4675959896daf006bad69bd888acfc3879f5eb22 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 10 Aug 2023 02:05:46 +0200 Subject: [PATCH] nixos-module: rename collectd metrics --- nixos-module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos-module.nix b/nixos-module.nix index 93b644a..9ade68f 100644 --- a/nixos-module.nix +++ b/nixos-module.nix @@ -166,7 +166,7 @@ in Statement "select count(distinct host) from instance_tokens;" Type gauge - InstancePrefix "unique" + InstancePrefix "unique_tokens" ValuesFrom "count" @@ -174,7 +174,7 @@ in Statement "select count(*) from instance_tokens;" Type gauge - InstancePrefix "total" + InstancePrefix "total_tokens" ValuesFrom "count"