xmidt-org / tr1d1um

Tr1d1um is the Webpa micro-service that encode TR-181 requests.
Apache License 2.0
13 stars 12 forks source link

Update Tracing Configurations #380

Closed renaz6 closed 1 week ago

renaz6 commented 1 year ago
emanuelef commented 1 year ago

Hi @renaz6, is there some documentation on how to enable OTeL in tr1d1um ?

emanuelef commented 1 year ago

I managed to add that by adding yaml values:

additionalConfig: tracing: provider: "otlp/grpc" endpoint: "my-collector:8184" parentBased: honor noParent: always

I can see the calls to tr1d1um server, but no other sub spans to explain what is done.