Skip to content

Commit 2c52cd0

Browse files
authored
Update README.md
1 parent 01d35c8 commit 2c52cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Global tags are added to each metric sent eg. `hostname` tag is added by default
9696
You can add your own global tag by calling `addGlobalTag(std::string_view key, std::string_view value)` or `addGlobalTag(tags::Key, tags::Value)` on Monitoring object.
9797

9898
3. Run number
99-
Run number is special case of a global tag, its value can be overwritten at any time, therefore it benefits simplified handling: `setRunNumber(uint32_t)`
99+
Run number is special case of a global tag, its value can be overwritten at any time, therefore it benefits simplified handling: `setRunNumber(uint32_t)`. Value `0` is unique and means no run number is set.
100100

101101

102102
### Sending metric

0 commit comments

Comments
 (0)