Traces
Traces are sent to OTEL Collector directly by the application (push based mechanism) using OTLP/gRPC protocol as explained in the architecture.
Application configuration
OTEL_EXPORTER_OTLP_ENDPOINT
Specify the IP address of your OTEL collector as OTEL_EXPORTER_OTLP_ENDPOINT
env variable. Refer OTEL Exporter for more information.
export OTEL_EXPORTER_OTLP_ENDPOINT=<IP of OTEL collector>:4317
For example,
export OTEL_EXPORTER_OTLP_ENDPOINT=http://172.17.0.1:4317
Collector configuration
To be coming soon
Follow this Github issue for more updates.