so I can use jaeger/zipkin connector and just put signoz url? that's neat!
but since signoz use access token, how do I put it? can I add it as query param? since the library doesn't seem to support adding header
a
Ankit Nayan
03/18/2021, 11:39 AM
you can deploy otel-collector as an agent in your infra which can add headers when using OTLP exporters
If you need help in setting up open-telemetry collector -> I can surely help. I am afraid, I can't help much on instrumenting php. But if you can install a simple otel-collector and send Zipkin/Jaeger/OpenCensus data to it, we are sorted 🙂
Ankit Nayan
03/18/2021, 12:20 PM
What is the priority to this setup? Will try to find some time acccordingly