Skip to content

Commit d4be9cd

Browse files
authored
Add two ReadoutCard specific tags (#208)
1 parent e3c630a commit d4be9cd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

include/Monitoring/Tags.h

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ enum class Key : unsigned short int {
4242
Run,
4343
ID,
4444
Type,
45-
CRORC
45+
CRORC,
46+
SerialId,
47+
Endpoint
4648
};
4749

4850
/// Tag keys array
49-
static constexpr std::array<std::string_view, 13> TAG_KEY = {
51+
static constexpr std::array<std::string_view, 15> TAG_KEY = {
5052
"hostname"sv,
5153
"rolenane"sv,
5254
"name"sv,
@@ -59,7 +61,9 @@ static constexpr std::array<std::string_view, 13> TAG_KEY = {
5961
"run"sv,
6062
"id"sv,
6163
"type"sv,
62-
"CRORC"sv
64+
"CRORC"sv,
65+
"serialId"sv,
66+
"endpoint"sv
6367
};
6468

6569
// Tag values

0 commit comments

Comments
 (0)