Send OTLP trace via curl opentelemetry

Smoke-test the OTLP HTTP receiver with a sample payload. note: 4318 path, not 4317.

curl -s -XPOST http://collector:4318/v1/traces -H 'Content-Type: application/json' -d @trace.json -w '%{http_code}'
more opentelemetry all 3 commands →