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
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?
Exceptions thrown during processing of the Geneva exporter should be written to OpenTelemetry-Exporter-Geneva eventsource by the ExporterEventSource.
What is the actual behavior?
When listening to the EventSource using an EventListener the following exception is returned:
Unsupported type Exception in event source.
at System.Diagnostics.Tracing.ManifestBuilder.ManifestError(String msg, Boolean runtimeCritical)
at System.Diagnostics.Tracing.ManifestBuilder.GetTypeName(Type type)
at System.Diagnostics.Tracing.ManifestBuilder.AddEventParameter(Type type, String name)
at System.Diagnostics.Tracing.EventSource.CreateManifestAndDescriptors(Type eventSourceType, String eventSourceDllName, EventSource source, EventManifestOptions flags)
at System.Diagnostics.Tracing.EventSource.EnsureDescriptorsInitialized()
at System.Diagnostics.Tracing.EventSource.DoCommand(EventCommandEventArgs commandArgs)
EventName: EventSourceMessage
EventSource: {EventSource(OpenTelemetry-Exporter-Geneva, 18a10fdb-4e96-51fd-b6ff-1b3aeaf4a2c4)}
Message: ERROR: Exception in Command Processing for EventSource OpenTelemetry-Exporter-Geneva: Unsupported type Exception in event source.
Issue with OpenTelemetry.Exporter.Geneva
List of all OpenTelemetry NuGet
packages and version that you are
using (e.g.
OpenTelemetry 1.0.2
):Runtime version (e.g.
net462
,net48
,netcoreapp3.1
,net6.0
etc. You canfind this information from the
*.csproj
file):Is this a feature request or a bug?
What is the expected behavior?
Exceptions thrown during processing of the Geneva exporter should be written to
OpenTelemetry-Exporter-Geneva
eventsource by theExporterEventSource
.What is the actual behavior?
When listening to the EventSource using an EventListener the following exception is returned:
According to https://learn.microsoft.com/en-us/dotnet/core/diagnostics/eventsource-instrumentation#supported-parameter-types, Exception is not a valid parameter type for EventSource methods.
Additional Context
Add any other context about the feature request here.
The text was updated successfully, but these errors were encountered: