From 866b6c71b7838859c18cdbcffed1d300bd1e9f77 Mon Sep 17 00:00:00 2001 From: sy-c Date: Wed, 15 May 2024 13:58:46 +0200 Subject: [PATCH] Update Tags.h fix typo for Tags::RoleName string --- include/Monitoring/Tags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Monitoring/Tags.h b/include/Monitoring/Tags.h index 3bdb06e9..af51052a 100644 --- a/include/Monitoring/Tags.h +++ b/include/Monitoring/Tags.h @@ -53,7 +53,7 @@ enum class Key : unsigned short int { /// Tag keys array static constexpr std::array TAG_KEY = { "hostname"sv, - "rolenane"sv, + "rolename"sv, "name"sv, "detector"sv, "subsystem"sv,