From 9d4cbe21a6610cacf5ad92e91cafa3cdb7f18c36 Mon Sep 17 00:00:00 2001 From: Charles Korn Date: Sun, 14 Mar 2021 11:32:01 +1100 Subject: [PATCH] Add changelog entry. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43bbf28f683..b1beb3fa264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Add the new `go.opentelemetry.io/contrib/instrgen` package to provide auto-generated source code instrumentation. (#3068, #3108) - The `go.opentelemetry.io/contrib/exporters/autoexport` package to provide configuration of trace exporters with useful defaults and envar support. (#2753) +### Changed + +- Add route tag to metrics as well as traces when using `otelhttp.WithRouteTag()`. (#615) + ### Fixed - AWS XRay Remote Sampling to cap quotaBalance to 1x quota in `go.opentelemetry.io/contrib/samplers/aws/xray`. (#3651, #3652)