Skip to content

(Exporter/Geneva) Support ActivityEvents #342

@cijothomas

Description

@cijothomas

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.

Metadata

Metadata

Labels

comp:exporter.genevaThings related to OpenTelemetry.Exporter.GenevaenhancementNew feature or requesthelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions