Merge pull request #9195 from hashicorp/mkcp/changelog/add-1dot9-metrics-flag-note

add note about future metric fixes and deprecations under disable_com…
This commit is contained in:
Kit Patella 2020-11-13 14:45:27 -08:00 committed by GitHub
commit 506b5055d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.changelog/9181.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:deprecation
telemetry: the disable_compat_1.9 config will cover more metrics deprecations in future 1.9 point releases. These metrics will be emitted twice for backwards compatibility - if the flag is true, only the new metric name will be written.
```