Skip to content

Release 8.8.3

Compare
Choose a tag to compare
@zolyfarkas zolyfarkas released this 08 Jun 12:08
· 415 commits to master since this release

Notable changes since last recommended release:

  1. Avro schema plugin support for avsc files is now improved, intra-file references are correctly supported irrespective of the file order.
  2. Tsdb3, the default metric file format is now a standard avro file.
  3. Added utility to aggregate high granularity observations to lower granularity. (see MeasurementStoreQuery and examples at and at)
  4. Spf4j vitals metric names now are proper java/c identifiers to make they use simpler in prometheus, etc...
  5. The test logger backend is now easier to use, ExpectLog now support class additional to string categories + additional validations to help getting started.