Gil
06/19/2025, 12:40 PMjavaagent
.
On the .service
file I have added Environment="OTEL_EXPORTER_OTLP_ENDPOINT=<http://localhost:4317>"
The collector is setup with :
receivers:
otlp:
protocols:
grpc:
http:
...
exporters:
clickhousetraces:
datasource: <tcp://10.24.208.77:9000/signoz_traces?username=signoz&password=signoz>
timeout: 10s
But I don't have any trace data.
In the journalctl of the collector I have
Serve failed to create ServerTransport: connection error: desc = "transport: http2Server.HandleStreams received bogus greeting from client: \"POST /v1/traces HTTP/1.1\""
Nagesh Bansal
06/19/2025, 4:46 PMNagesh Bansal
06/19/2025, 5:01 PMGil
06/20/2025, 8:54 AMNagesh Bansal
06/20/2025, 8:56 AMNagesh Bansal
06/20/2025, 8:56 AMGil
06/20/2025, 9:12 AM