Skip to content

Commit d451b5f

Browse files
committed
fix description
1 parent 60f8c4f commit d451b5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sendMetric.cxx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
// simple test program used to evaluate overhead of monitoring lib
12+
// simple command-line program used to send metrics using the monitoring lib
1313

1414
#include <Monitoring/MonitoringFactory.h>
1515
#include <stdint.h>
@@ -122,6 +122,8 @@ int main(int argc, char** argv)
122122
printf("Undefined exception\n");
123123
}
124124

125+
MonitoringMeric
126+
125127
if (!isOk) {
126128
printf("Failed to send metric\n");
127129
return -1;

0 commit comments

Comments
 (0)