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 0ec0739 commit 9512223Copy full SHA for 9512223
README.md
@@ -90,8 +90,9 @@ The recommended way of getting (`unique_ptr` to) monitoring instance is `Get`ing
90
The library is accessible from `o2::monitoring` namespace.
91
92
```cpp
93
+#include <MonitoringFactory.h>
94
using namespace o2::monitoring;
-MonitoringFactory::Get("backend[-protocol]://host:port[?query]");
95
+std::unique_ptr<Monitoring> monitoring = MonitoringFactory::Get("backend[-protocol]://host:port[?query]");
96
```
97
See table below to find out how to create `URI` for each backend:
98
0 commit comments