You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,9 +87,12 @@ make install
87
87
88
88
## Getting started
89
89
### Monitoring instance
90
-
The recommended way of getting (`unique_ptr` to) monitoring instance is `Get`ing it from `MonitoringFactory` by passing `URI(s)` as a parameter (comma seperated if more than one).
90
+
The recommended way of getting (`unique_ptr` to) monitoring instance is `Get`ing it from `MonitoringFactory` by passing backend URI(s) as a parameter (comma seperated if more than one).
91
+
The library is accessible from `o2::monitoring` namespace.
0 commit comments