Merge pull request #8914 from hashicorp/mkcp/changelog/8877

add changelog entries for 8877
This commit is contained in:
Kit Patella 2020-10-09 12:51:23 -07:00 committed by GitHub
commit 1d42dd0cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
.changelog/8877.txt Normal file
View File

@ -0,0 +1,9 @@
```release-note:improvement
agent: add counter `consul.api.http` with labels for each HTTP path and method. This is intended to replace `consul.http...`
```
```release-note:improvement
agent: add config flag `telemetry { disable_compat_1.9 = (true|false) }` to disable deprecated metrics in 1.9
```
```release-note:deprecation
agent: The measurements in all of the `consul.http...` prefixed metrics have been migrated to `consul.api.http`. `consul.http...` prefixed metrics will be removed in a future version of Consul.
```