Skip to content

Commit 866b6c7

Browse files
authored
Update Tags.h
fix typo for Tags::RoleName string
1 parent dc349d0 commit 866b6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/Monitoring/Tags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ enum class Key : unsigned short int {
5353
/// Tag keys array
5454
static constexpr std::array<std::string_view, 15> TAG_KEY = {
5555
"hostname"sv,
56-
"rolenane"sv,
56+
"rolename"sv,
5757
"name"sv,
5858
"detector"sv,
5959
"subsystem"sv,

0 commit comments

Comments
 (0)