You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instrumentation library - OpenTelemetry.Instrumentation.AspNet
Class - AspNetInstrumentationOptions
Method - Enrich
When Enrich method calls for StopActivity Event, any tags added in this method is not being exported (including http.statusCode tag which is auto collected by this instrumentation library).
`private void ConfigureAspNetInstrumentation(AspNetInstrumentationOptions aspNetInstrumentationOptions)
{
aspNetInstrumentationOptions.RecordException = true;
What is the expected behavior?
`private void ConfigureAspNetInstrumentation(AspNetInstrumentationOptions aspNetInstrumentationOptions)
{
aspNetInstrumentationOptions.RecordException = true;
stopactivityeventtest tag should be exported to geneva.
http.statusCode tag (which is auto collected by this instrumentation library before this methods calls) should be exported to geneva.
What is the actual behavior?
stopactivityeventtest tag is not exporting to geneva.
http.statusCode tag (which is auto collected by this instrumentation library before this methods calls) is not exporting to geneva.
The text was updated successfully, but these errors were encountered:
Bug Report
List of [all OpenTelemetry NuGet
"OpenTelemetry" version="1.5.1"
"OpenTelemetry.Api" version="1.5.1"
"OpenTelemetry.Api.ProviderBuilderExtensions" version="1.5.1"
"OpenTelemetry.Audit.Geneva" version="1.2.0"
"OpenTelemetry.Exporter.Geneva" version="1.5.1"
"OpenTelemetry.Instrumentation.AspNet" version="1.0.0-rc9.9"
"OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule" version="1.0.0-rc9.9"
"OpenTelemetry.Instrumentation.AspNetCore" version="1.5.1-beta.1"
"OpenTelemetry.Instrumentation.Http" version="1.5.0-beta.1"
"OpenTelemetry.Instrumentation.Process" version="1.0.0-alpha.6"
"OpenTelemetry.Instrumentation.SqlClient" version="1.5.1-beta.1"
"OpenTelemetry.PersistentStorage.Abstractions" version="1.0.0-beta.2"
"OpenTelemetry.PersistentStorage.FileSystem" version="1.0.0-beta.2"
net 472
Symptom
Instrumentation library - OpenTelemetry.Instrumentation.AspNet
Class - AspNetInstrumentationOptions
Method - Enrich
When Enrich method calls for StopActivity Event, any tags added in this method is not being exported (including http.statusCode tag which is auto collected by this instrumentation library).
`private void ConfigureAspNetInstrumentation(AspNetInstrumentationOptions aspNetInstrumentationOptions)
{
aspNetInstrumentationOptions.RecordException = true;
What is the expected behavior?
`private void ConfigureAspNetInstrumentation(AspNetInstrumentationOptions aspNetInstrumentationOptions)
{
aspNetInstrumentationOptions.RecordException = true;
stopactivityeventtest tag should be exported to geneva.
http.statusCode tag (which is auto collected by this instrumentation library before this methods calls) should be exported to geneva.
What is the actual behavior?
stopactivityeventtest tag is not exporting to geneva.
http.statusCode tag (which is auto collected by this instrumentation library before this methods calls) is not exporting to geneva.
The text was updated successfully, but these errors were encountered: