Skip to content

Releases: webdevops/azure-metrics-exporter

20.5.0

18 May 23:02
Compare
Choose a tag to compare
  • Add caching support (eg. if metrics are only available every 15 mins you can still scrape them every 30 seconds without wasting Azure API calls)

20.4.0

26 Apr 14:35
Compare
Choose a tag to compare
  • Switch to Calendar Versioning with YY.MM.MICRO format (year, month, increment)
  • Add labels interval and timespan
  • Remove labels type and data (was already deprecated)
  • update dependencies (eg. Azure SDK)
  • update to golang 1.14

0.9.0

23 Dec 20:07
Compare
Choose a tag to compare
  • Add metric dimension support (eg. connections for virtualNetworkGateway)
  • Add multi value support (easier and readable configuration in Prometheus)
  • Improved error messages

0.8.1

22 Dec 22:16
Compare
Choose a tag to compare
  • Readded metrics label data and type until 0.9.0 (mid to end of january) for compatibility

0.8.0

22 Dec 20:05
Compare
Choose a tag to compare
  • Breaking change metrics label data renamed to aggregation
  • Breaking change metrics label type renamed to metric
  • More and better error logging (some are now warnings)
  • Updated go dependencies
  • Refactoring
  • Updated example and README

0.7.0

06 Dec 19:21
Compare
Choose a tag to compare
  • Implement azure insights metric of type count
  • Update dependencies