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 65033bf commit f82883aCopy full SHA for f82883a
examples/3-Verbosity.cxx
@@ -11,7 +11,7 @@ int main()
11
{
12
// Configure monitoring
13
// Pass string with list of URLs as parameter
14
- // Set backend verbosities after as URL path
+ // Set backend verbosities as URL path
15
auto monitoring = MonitoringFactory::Get("stdout:///debug,influxdb-stdout:///prod");
16
17
monitoring->send({1, "myMetricInfo"}); // By default metric verbosity is set to Info
0 commit comments