Skip to content

Releases: AliceO2Group/Monitoring

v3.0.7

15 May 08:22

Choose a tag to compare

  • Send process monitoring values in single metric
  • Drop process name from default global tags

v3.0.6

29 Apr 17:14
0795fea

Choose a tag to compare

  • 0 tag value should remain int (before was pointing to ACO)

v3.0.5

29 Apr 16:50
27973cf

Choose a tag to compare

  • Add CRORC tag key
  • Provide workaround for GCC < 8

v3.0.4

28 Apr 11:20
597d10c

Choose a tag to compare

  • Make sure ROC tools are supported

v3.0.3

28 Apr 07:08
b925f66

Choose a tag to compare

  • Brought back 2.x compatibility by providing metric type as int in StdOut backend

v3.1.0

23 Apr 14:38
a4e4c9e

Choose a tag to compare

  • Added InfluxDB 2.x backend (optional)

v3.0.2

15 Apr 12:20
c169cc5

Choose a tag to compare

  • Fixed warning in ApMon backend
  • Fixed linking against pthread from tests

v3.0.1

09 Apr 10:12
205b2dc

Choose a tag to compare

Release Notes - O2 Monitoring - Version v3.0.1

Bug

  • [OMON-313] - When using derived mode metric is transmitted twice in 3.0.0

v3.0.0

03 Apr 10:10
f0cb0e5

Choose a tag to compare

  • Each metric can store multiple named values
    • Backward compatible: default value name stays the same (value)
    • New Metric constructor Metric{name} requires chaining .addValue
    • sendMultiple dropped
  • Kafka is now InfluxDB transport not backend (influxdb-kafka instead of kafka)
  • Added InfluxDB StOut transport
  • Flume backend dropped

v2.6.6

25 Mar 13:12
6c67b71

Choose a tag to compare

  • Fix tags definition
  • Fix Boost warnings in CMake
  • Support tags in multi-value metrics