Skip to content

Commit f82883a

Browse files
authored
Update 3-Verbosity.cxx
1 parent 65033bf commit f82883a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/3-Verbosity.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ int main()
1111
{
1212
// Configure monitoring
1313
// Pass string with list of URLs as parameter
14-
// Set backend verbosities after as URL path
14+
// Set backend verbosities as URL path
1515
auto monitoring = MonitoringFactory::Get("stdout:///debug,influxdb-stdout:///prod");
1616

1717
monitoring->send({1, "myMetricInfo"}); // By default metric verbosity is set to Info

0 commit comments

Comments
 (0)