-
Notifications
You must be signed in to change notification settings - Fork 358
Open
Labels
comp:exporter.genevaThings related to OpenTelemetry.Exporter.GenevaThings related to OpenTelemetry.Exporter.GenevaenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Issue with OpenTelemetry.Exporter.Geneva
Is this a feature request or a bug?
- Feature Request
- Bug
var eventTags = new Dictionary<string, object?>
{
{ "foo", 1 },
{ "bar", "Hello, World!" },
{ "baz", new int[] { 1, 2, 3 } }
};
activity?.AddEvent(new("Gonna try it!", DateTimeOffset.Now, new(eventTags)));
The event above is ignored by the Exporter.
maximecaron, aaronenberg-msft, xinyi-joffre, cataggar and arianmotamedi
Metadata
Metadata
Assignees
Labels
comp:exporter.genevaThings related to OpenTelemetry.Exporter.GenevaThings related to OpenTelemetry.Exporter.GenevaenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed