Skip to content

Commit

Permalink
Update src/OpenTelemetry.Instrumentation.AspNetCore/CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mikel Blanchard <[email protected]>
  • Loading branch information
vishweshbankwar and CodeBlanch authored Oct 23, 2023
1 parent 3ee04af commit f842c4f
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions src/OpenTelemetry.Instrumentation.AspNetCore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,28 @@ to `http` or `http/dup`.

* **Breaking**: Removed `Enrich` and `Filter` support for **metrics**
instrumentation. With this change, `AspNetCoreMetricsInstrumentationOptions`
is no longer available. An `Enrich` API for `http.server.request.duration`
will be available for users targeting `.NET8.0` or newer frameworks. For
details see [Enrich the ASP.NET Core request
metric](https://learn.microsoft.com/aspnet/core/log-mon/metrics/metrics?view=aspnetcore-8.0#enrich-the-aspnet-core-request-metric)

`Filter` capability is not available for any .NET versions. Please [share your
feedback
here](https://github.com/open-telemetry/opentelemetry-dotnet/issues/4982) if
you are affected.
is no longer available.
([#4981](https://github.com/open-telemetry/opentelemetry-dotnet/pull/4981))

* `Enrich` migration:

An enrichment API for the `http.server.request.duration` metric is available
inside AspNetCore for users targeting .NET 8.0 (or newer). For details see:
[Enrich the ASP.NET Core request
metric](https://learn.microsoft.com/aspnet/core/log-mon/metrics/metrics?view=aspnetcore-8.0#enrich-the-aspnet-core-request-metric).

* `Filter` migration:

There is no comparable filter mechanism currently available for any .NET
version. Please [share your
feedback](https://github.com/open-telemetry/opentelemetry-dotnet/issues/4982)
if you are impacted by this feature gap.

> **Note**
> The [View
API](https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/docs/metrics/customizing-the-sdk#select-specific-tags)
may be used to drop dimensions.

## 1.5.1-beta.1

Released 2023-Jul-20
Expand Down

0 comments on commit f842c4f

Please sign in to comment.