Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vishweshbankwar committed Nov 21, 2022
1 parent 0583932 commit 6f04ce8
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/OpenTelemetry.Instrumentation.AspNetCore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@

## Unreleased

* **Breaking change** `http.host` will no longer be populated on
`http.server.duration` metric. `net.host.name` and `net.host.port` attributes
will be populated instead.
[#3928](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3928)
* **Users migrating from version `1.0.0-rc9.9` will see the following breaking
changes:**
* `http.host` will no longer be populated on `http.server.duration` metric.
`net.host.name` and `net.host.port` attributes will be populated instead.
([#3928](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3928))

* **Breaking change** The `http.server.duration` metric's `http.target`
attribute is replaced with `http.route` attribute.
* The `http.server.duration` metric's `http.target` attribute is replaced with
`http.route` attribute.
([#3903](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3903))

* **Breaking change** `http.host` will no longer be populated on activity.
`net.host.name` and `net.host.port` attributes will be populated instead.
* `http.host` will no longer be populated on activity. `net.host.name` and
`net.host.port` attributes will be populated instead.
([#3858](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3858))

## 1.0.0-rc9.9
Expand Down

0 comments on commit 6f04ce8

Please sign in to comment.