|
|
|
|
|
by d8c6c050cb0a4d7
965 days ago
|
|
OpenTelemetry is a large suite of software, that supports many use cases. I think you got what you wanted but didn't realise it! The dedicated executable that you are after is called the OpenTelemtry Collector. The OpenTelemetry SDK for your language of choice should include many exporters, which describe the format and transport mechanism for the traces. The exporters can be installed separately from the core SDK. The OpenTelemetry Collector can then use an appropriate receiver to ingest those traces. Here is a file based receiver for the collector: https://github.com/open-telemetry/opentelemetry-collector-co... |
|