We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdcb152 commit 2ad7a98Copy full SHA for 2ad7a98
examples/7-Latency.cxx
@@ -34,9 +34,8 @@ int main(int argc, char *argv[]) {
34
std::exit(EXIT_FAILURE);
35
}
36
37
- auto timestamp = std::chrono::system_clock::now();
38
-
39
for (;;) {
+ auto timestamp = std::chrono::system_clock::now();
40
Monitoring::Get().send(
41
Metric{999, "latencyTestMetric"}.addTags(
42
{{"libraryTimestamp", std::to_string(
0 commit comments