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
Hello, I'm trying to perform a test with open telemetry collector to receive an external log validate the authentication using OIDC and try to add such identification to the log itself (as attribute for example).
Activating the OIDC authentication is done and working well.
It seems a context is created in OIDC auth extension but I can't find a way to use it to enrich my log (using transformer processor)?
Does somebody knows how to copy the context.Auth in the log attributes for example (I can't find such dynamic sample) ?
Is it currently doable or do I need to write my custom processor ?
I did a small sample code but would have preferred to be already provided by transformers
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to perform a test with open telemetry collector to receive an external log validate the authentication using OIDC and try to add such identification to the log itself (as attribute for example).
Activating the OIDC authentication is done and working well.
It seems a context is created in OIDC auth extension but I can't find a way to use it to enrich my log (using transformer processor)?
Does somebody knows how to copy the context.Auth in the log attributes for example (I can't find such dynamic sample) ?
Is it currently doable or do I need to write my custom processor ?
I did a small sample code but would have preferred to be already provided by transformers
Beta Was this translation helpful? Give feedback.
All reactions