Releases: webdevops/azure-metrics-exporter
Releases · webdevops/azure-metrics-exporter
20.5.0
- 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
- 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
- Add metric dimension support (eg. connections for virtualNetworkGateway)
- Add multi value support (easier and readable configuration in Prometheus)
- Improved error messages
0.8.1
- Readded metrics label
data
and type
until 0.9.0 (mid to end of january) for compatibility
0.8.0
- 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
- Implement azure insights metric of type
count
- Update dependencies