Closed smoms closed 4 months ago
Strange.. I guess the order + buffering + shared state is working against you!
Could you do options.AddProcessor(new LogAttributesProcessor())
before adding the exporters?
@cijothomas you are definitely right. thanks!
Processor does not seem to add attribute when exported to Console
Hi,
I have a simple processor which adds a new attributes currentDateTimeInUtc This attribute is not showing/being added when the exporter is to Console but it is added when it is exported to an OTLP collector. Why?
Here the code:
And here how it is registered:
Additional context