This message was deleted.
s
This message was deleted.
a
a couple of folks mentioned they made it work. Though we have not set a working example
otlp http works on port
4318
so try exposing this port at docker-compose https://github.com/SigNoz/signoz/blob/develop/deploy/docker/clickhouse-setup/docker-compose.yaml#L66
also, enable port
55681
which is the legacy http port for otlp http. Checkout https://github.com/jufab/opentelemetry-angular-interceptor/blob/main/collector/docker-compose.yaml#L23-L26
and restart otel-collector using
Copy code
sudo docker-compose -f ./docker/clickhouse-setup/docker-compose.yaml restart otel-collector
@User try these out and let us know if this works or not. Else will try to put up a sample repo in your frontend language
s
I tried by adding the config but did not help @Ankit Nayan Getting response as 501 Not Implemented
a
what about
<http://localhost:4318/api/traces>
and
<http://localhost:55681/api/traces>