diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4aa4cfe..217af08 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -18,3 +18,8 @@ indicate they don't apply. + the docker compose file is valid + the application compiles and run + alerts are getting triggered in Prometheus +- [ ] The prometheus example in repository works fine: + + the docker compose file is valid + + the application compiles and run + + alerts are getting triggered in Prometheus + + exemplars are accessible on the graph diff --git a/CHANGELOG.md b/CHANGELOG.md index f282f75..10393b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Go module versioning](https://go.dev/doc/modules/version-numbers). -## [Unreleased](https://github.com/autometrics-dev/autometrics-go/compare/v0.5.0...main) +## [Unreleased](https://github.com/autometrics-dev/autometrics-go/compare/v0.6.0...main) + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [0.6.0](https://github.com/autometrics-dev/autometrics-go/releases/tag/v0.6.0) 2023-06-06 ### Added @@ -36,6 +50,7 @@ import ( + "github.com/autometrics-dev/autometrics-go/prometheus/midhttp" ) ``` + You can use a global search/replace to change the URLs ### Deprecated