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 60f8c4f commit d451b5fCopy full SHA for d451b5f
src/sendMetric.cxx
@@ -9,7 +9,7 @@
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
12
-// simple test program used to evaluate overhead of monitoring lib
+// simple command-line program used to send metrics using the monitoring lib
13
14
#include <Monitoring/MonitoringFactory.h>
15
#include <stdint.h>
@@ -122,6 +122,8 @@ int main(int argc, char** argv)
122
printf("Undefined exception\n");
123
}
124
125
+ MonitoringMeric
126
+
127
if (!isOk) {
128
printf("Failed to send metric\n");
129
return -1;
0 commit comments