Skip to content

0.198.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 16:34
· 866 commits to master since this release
a24280e

InfluxDB Configuration Changes

We've upgraded the library we use for sending metrics to InfluxDB and now have two new config values:

  • metrics.influxdb.measurement: The library contributor describes the change as "adds a measurement to the output to better align with the InfluxDB idiom." The default value in PBS is an empty string.
  • metrics.align_send_timestamp: The library contributor describes the change as "aligns all the points to the same time when metrics are sent. so a 10s interval would evenly align the time stamp at 00,10,20, etc. seconds". The default value in PBS is false, which matches previous behavior.

Additionally, the change log mentions:

  • Aligns the configuration of histograms with the behavior of telegraf, where there is a bucket tag rather than an individual metric.

Please see vrischmann/go-metrics-influxdb#16 for further details.

Changes

  • Update Some Dependencies - Part 4 (#2162)

Contributors

@SyntaxNode