Pranay
Does signoz have an option to host its Frontend in one machine and listens to open telemetry response from a remote machine?
Naveen Gnanavel
08/23/2022, 7:33 AMPranay
Prashant Shahi
08/23/2022, 7:58 AMhostmetrics
from remote machine and forward to remote SigNoz Otel.
https://github.com/SigNoz/benchmark/tree/main/docker#binary<http://localhost:4317/>
which would get forwarded to SigNoz.
For traces, you would need to include the following in OtelCollector config `service.pipelines`:
traces:
receivers: [otlp]
processors: [batch]
exporters: [otlp]
Naveen Gnanavel
08/23/2022, 8:10 AMPrashant Shahi
08/23/2022, 8:10 AMPranay
Alexei Zenin
08/24/2022, 1:04 PMPranay
Naveen Gnanavel
08/26/2022, 12:36 AM