Skip to content

Commit

Permalink
Add changelog entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed Nov 19, 2022
1 parent a28312d commit 7125f8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Add example use of the metrics signal to `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/example`. (#2610)
- [otelgin] Add support for filters to the `go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin` package to provide the way to control which inbound requests are traced. (#2963)

### Changed

- Add route tag to metrics as well as traces when using `otelhttp.WithRouteTag()`. (#615)

### Fixed

- Set the status_code span attribute even if the HTTP handler hasn't written anything. (#2822)
Expand Down

0 comments on commit 7125f8c

Please sign in to comment.