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
I'm working on something using the OpenTelemetry Collector API provided by this repository and I found some configuration fields were not marshaled properly.
I can see the protocols field from the otlp receiver is dropped.
If we try directly in a script, it doesn't reproduce. But it can be reproduced by creating the resource first in Kubernetes, retrieving it, and doing the marshaling.
This seems to be expected from the changes introduced in #2444
The text was updated successfully, but these errors were encountered:
Component(s)
What happened?
Description
I'm working on something using the OpenTelemetry Collector API provided by this repository and I found some configuration fields were not marshaled properly.
So, for an OpenTelemetry Collector like this:
I can see the
protocols
field from theotlp
receiver is dropped.If we try directly in a script, it doesn't reproduce. But it can be reproduced by creating the resource first in Kubernetes, retrieving it, and doing the marshaling.
This seems to be expected from the changes introduced in #2444
The text was updated successfully, but these errors were encountered: