Skip to content

Releases: AliceO2Group/Monitoring

v3.3.0

11 Aug 12:41
e3c630a
Compare
Choose a tag to compare
  • Added proportional set size to process monitoring

v3.0.7

15 May 08:22
Compare
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
Compare
Choose a tag to compare
  • 0 tag value should remain int (before was pointing to ACO)

v3.0.5

29 Apr 16:50
27973cf
Compare
Choose a tag to compare
  • Add CRORC tag key
  • Provide workaround for GCC < 8

v3.0.4

28 Apr 11:20
597d10c
Compare
Choose a tag to compare
  • Make sure ROC tools are supported

v3.0.3

28 Apr 07:08
b925f66
Compare
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
Compare
Choose a tag to compare
  • Added InfluxDB 2.x backend (optional)

v3.0.2

15 Apr 12:20
c169cc5
Compare
Choose a tag to compare
  • Fixed warning in ApMon backend
  • Fixed linking against pthread from tests

v3.0.1

09 Apr 10:12
205b2dc
Compare
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
Compare
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