This message was deleted.
s
This message was deleted.
a
@manohar mirle I don't think opentelemetry supports json exporter. If you are forwarding from one otel-collector to another via nginx why don't you do it via otlp exporter and receiver
that will be more performant as the collectors won't need to json serialize and deserialize the data
Copy code
otlp/http:
    endpoint: <http://x.x.x.x:8081>
    compression: none
    tls:
        insecure: true
The above config shows you are using otlp format only
how does the setup look like? where is signoz running and where is nginx and where are other collectors and applications
m
THanks Ankit for quick response. Actually, the signoz collector is in Azure VM which is collecting the traces and sending it to on-prem DC. So, it has to go through nginx proxy and then to Signoz receiver. NOte: THe plan is to introduce https between collector and nginx in the higher environments. nginx will offload https to http. Hence, we are testing with http protocol now.
a
so, the complete signoz setup is running in your DC and 1 collector at an azure VM, right?
and nginx is running in your DC?
m
Yes Regards, Manohar
Yes Regards, Manohar