Skip to content

0.7.0 / 2025-01-15

Latest
Compare
Choose a tag to compare
@bwplotka bwplotka released this 15 Jan 07:30
· 11 commits to main since this release
b4639b2
  • [CHANGE] (breaking) Removed the deprecated --metric-count flag (use --gauge-metric-count instead). #119
  • [CHANGE] (breaking) Removed remote-pprof-urls feature. #104
  • [BUGFIX] Fixed --const-label feature. #113
  • [BUGFIX] Fixed remote write run forever mode. #104
  • [CHANGE] Remote write errors are logged on an ERROR level as they go (instead of the long interval). #102
  • [FEATURE] Added --remote-concurrency-limit flag (20 default) on how many concurrent remote writes can happen. #46
All commits ## What's Changed * Add concurrency limit for remote write by @arajkumar in https://github.com//pull/46 * Log remote write errors as they happen by @saswatamcode in https://github.com//pull/102 * Deprecate pprof feature; Fix request sending bug by @saswatamcode in https://github.com//pull/104 * Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in https://github.com//pull/111 * Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 by @dependabot in https://github.com//pull/107 * Bump github.com/prometheus/common from 0.60.0 to 0.60.1 by @dependabot in https://github.com//pull/105 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com//pull/109 * Refactor remote write flags into init method by @saswatamcode in https://github.com//pull/103 * Bump github.com/prometheus/common from 0.60.1 to 0.61.0 by @dependabot in https://github.com//pull/114 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com//pull/112 * Fix --const-label option by @tamareyal in https://github.com//pull/113 * Removed deprecated --metric-count flag by @bwplotka in https://github.com//pull/119 * Cut 0.7.0 version. by @bwplotka in https://github.com//pull/118

New Contributors

Full Changelog: v0.6.0...v0.7.0