You don’t need to anything additional since the OTLP receiver always exists. Just configure the endpoint of collector in pixie.
n
Nilanjan Roy
05/01/2023, 2:06 PM
Sure...Let me try it...Thanks @Srikanth Chekuri
Nilanjan Roy
05/02/2023, 1:40 PM
Hi @Srikanth Chekuri,
I have configured to export the otel data as stated here https://docs.px.dev/tutorials/integrations/otel/
The endpoint parameter is mentioned as below :
endpoint=px.otel.Endpoint(
url='otel-collector.default.svc.cluster.local:4317',
insecure=True
),
The endpoint url must be an OpenTelemetry gRPC endpoint.
How do i see this data in SigNoz dashboard ? Can you give some pointers here.
Thanks
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.