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
// Send two metrics at once as a single measurement
314
+
Monitoring::Get().send("measurementName", {
315
+
{10, "myMetricInt"},
316
+
{10.10, "myMetricFloat"}
317
+
});
318
+
```
306
319
307
320
## System monitoring, server-side backends installation and configuration
308
321
This guide explains manual installation. For `ansible` deployment see [AliceO2Group/system-configuration](https://gitlab.cern.ch/AliceO2Group/system-configuration/tree/master/ansible) gitlab repo.
0 commit comments