Skip to content

release v2.13.0

Compare
Choose a tag to compare
@brayniac brayniac released this 12 Jul 22:10
0e2bd7a

Fixed

  • Interrupt sampler failed to sample all interrupts if it encountered an
    unexpected keyword. (#225)
  • Interrupt sampler incorrectly initialized per-NUMA node counts for NVMe and
    network interrupts. (#226)
  • Memory sampler failed to report some stats. (#227)
  • CPU c-state sampling now handles older style c-state names. (#229)
  • Prometheus metric exposition now includes type annotations and changes the
    format for percentiles to be encoded as a label value. This fixes collection
    with OpenTelemetry. (#230)

Changed

  • Removed unused interrupt/serial metric from the interrupt sampler. (#228)