Open
Description
Issue with OpenTelemetry.Exporter.Stackdriver
List of all OpenTelemetry NuGet
packages and version that you are
using (e.g. OpenTelemetry 1.0.2
):
- OpenTelemetry 1.3.0
- OpenTelemetry.Exporter.Stackdriver
Runtime version (e.g. net462
, net48
, netcoreapp3.1
, net6.0
etc. You can
find this information from the *.csproj
file): net6.0
Is this a feature request or a bug?
- Feature Request
- Bug
What is the expected behavior?
Google Trace has a long list of predefined labels. While the exporter currently supports some, I'd be great to add the missing ones, especially /error/*
and /stacktrace
What is the actual behavior?
Some of the values are being mapped (mostly around /http/*
), but more could be mapped
Additional Context
N/A