Releases: Stackdriver/stackdriver-prometheus-sidecar
Releases · Stackdriver/stackdriver-prometheus-sidecar
0.7.1
- Add host label to Proxy and Devapp monitored resources (#215)
- Automated: Update VERSION to 0.7.1 for the next release. (#214)
0.7.0
- Bump minor version, backwards incompatible changes with gRPC metrics. (#213)
- Fixed "ID" lint warnings. (#210)
- Expose SLI metrics (#209)
- Updated OpenCensus Stackdriver exporter. (#208)
- Updated OpenCensus and Stackdriver Monitoring dependencies. (#203)
- Publish standard grpc.io metrics. (#201)
- Make main_test.go more precise and clear. (#202)
- Removed compilation step in main_test. (#198)
- Dropped older version from the compatibility table (#194)
- Fixed version and other symbol embedding in promu. (#197)
- Automated: Update VERSION to 0.6.5 for the next release. (#195)
0.6.4
- Add service name as prefix for Proxy and Devapp monitored resource (#193)
- Avoid loading resources from the network on
make format
(#192)
- Support ValueType override. (#191)
0.6.3: Added support for `proxy` and `devapp` monitored resources (#189)
- Added support for
proxy
and devapp
monitored resources (#189)
- Point readers to user documentation (#190)
- go mod vendor (#188)
- Fixed compilation (#187)
0.6.2
- Skip samples that have a NaN value. (#186)
0.6.1
- Document error handling for grpc codes. (#183)
- Update The Compatibility Matrix. (#178)
- Mark deadline exceeded errors as recoverable errors. (#180)
- Fix directory path for segment reader. (#169)
0.6.0
- Fix hash value for Prometheus histogram metrics. (#175)
- Change base image to distroless and run container as root. (#174)
- Reformat the Compatibility table. (#172)
- Remove unused metric dropped_samples_total. (#173)
0.5.2
- Change git.apache.org to github.com/apache. (#170)
- Removed obsolete comment. (#165)
- Fix typo in Makefile: Move @ to beginning of line to suppress echoing. (#164)
- Set GO111MODULE for go and promu commands, so that they work under GOPATH. (#158)
- Remove check_license build target. The script never existed. (#157)
0.5.1
Update Compatibility chart. (#150)
0.5.0
Features:
- Add statusz endpoint with basic diagnostic information. (#131)
- Support counter metrics with the _total suffix. (#146)
Bug fixes:
- Parses IPv6 addresses correctly. (#130)
In this release, we also updated dependencies and change the dependency system to Go Modules. (#143)