diff --git a/CHANGELOG.md b/CHANGELOG.md index 45164cc638a..521776325e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Added -- Add Instrumentation Scope and Version as info metric and label in Prometheus exporter. (#3273) +- Add Instrumentation Scope and Version as info metric and label in Prometheus exporter. + This can be disabled using the `WithoutScopeInfo()` option added to that package.(#3273) ### Fixed