Exporting OpenTelemetry Data from Pixie to SigNoz on Kubernetes
TLDR Nilanjan asks how to export opentelemetry data from Pixie to SigNoz on the same Kubernetes cluster. Srikanth suggests configuring the endpoint of the collector in Pixie, but viewing the data in SigNoz dashboard remains unresolved.
May 01, 2023 (7 months ago)
Nilanjan
01:34 PMI am trying to export the opentelemetry data from Pixie to signoz . Both are running on the same kubernetes cluster.
From this https://signoz.io/docs/userguide/send-metrics/ i see the configuration is given as "To configure a new metric receiver, you must edit the
receivers
section of the deploy/docker/clickhouse-setup/otel-collector-config.yaml
file." How to do this in kubernetes ? For Pixie I am following this document https://docs.px.dev/tutorials/integrations/otel/#setup-the-plugin. Any clue on this will be helpfull.Srikanth
01:41 PMYou don’t need to anything additional since the OTLP receiver always exists. Just configure the endpoint of collector in pixie.
Nilanjan
02:06 PMMay 02, 2023 (7 months ago)
Nilanjan
01:40 PMI 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
Nilanjan
02:06 PMMay 03, 2023 (7 months ago)
Srikanth
09:48 AMWhat data are you sending?
SigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Troubleshooting Signoz Dashboard Not Showing Traces
prasanth encountered issues with Signoz dashboard not displaying traces. Srikanth recommended configuring the `OTEL_EXPORTER_OTLP_ENDPOINT`, but they are still facing issues with the exporter's connection.
Troubleshooting SigNoz Monitoring for AWS EC2 Docker-Compose Application
dipak has problems with SigNoz integration to monitor containers in an AWS EC2 Docker-Compose application. Prashant suggests updating the dashboard and using different guides for log collection, metrics collection and application instrumentation. Issues are still unresolved.
Troubleshooting Missing Otel Data in SigNoz
Brian sought help with missing Otel data in SigNoz. Srikanth asked about data sending method. Brian shared code and considered it user error.