Skip to content

Scaphandre v0.3.0

Compare
Choose a tag to compare
@bpetit bpetit released this 13 Apr 08:23
· 716 commits to main since this release

Added

  • New MetricGenerator and Metric structs and helper functions to make writing exporters easier. Riemann and Prometheus exporters now share the same code pattern: #79 thanks @uggla !
  • New Warp10 exporter ! #76
  • Updated riemann_client and protobuf crates dependencies #70 thanks @uggla !
  • Successfully tested on AMD CPUs (AMD Ryzen 5 2600X): #55 (requires a kernel 5.11 or later) thanks @barnumbirr and @kamaradclimber !
  • Scaphandre can now be tested locally thanks to a docker-compose stack ! #61 thanks @PierreRust !
  • Added a CITATION file for references: #95 thanks @tstrempel !

Fixed