Skip to content

Release v0.2.0

Latest
Compare
Choose a tag to compare
@cboggs cboggs released this 09 Apr 21:06
· 2 commits to master since this release

Refactored most everything about the metrics collection routines, because the approach I borrowed from a now-defunct official exporter was not great.

New Metrics Added

  • Histogram:buildkit_build_duration_seconds

Breaking Changes

Some metric names are updated, mostly by way of making them follow a more consistent convention:

  • buildkit_cache_cache_objects_size_bytes -> buildkit_cache_objects_size_bytes
  • buildkit_cache_cache_objects -> buildkit_cache_objects_count
  • buildkit_cache_build_histories -> buildkit_build_histories
  • buildkit_cache_build_steps -> buildkit_build_steps