Zipkin OpenTelemetry Input Package
| Version | 0.1.0
|
| Subscription level What's this? |
Basic |
| Developed by What's this? |
Elastic |
| Minimum Kibana version(s) | 9.4.0 |
To use pre-release integrations, go to the Integrations page in Kibana, scroll down, and toggle on the Display beta integrations option.
The Zipkin OpenTelemetry Input Package for Elastic enables collection of trace data from applications instrumented with Zipkin through OpenTelemetry protocols using the zipkinreceiver.
This package receives Zipkin trace data (V1 and V2 JSON/Protobuf formats) by configuring the Zipkin receiver in the Input Package, which then gets applied to the zipkinreceiver present in the EDOT collector, which then forwards the data to Elastic Agent. The Elastic Agent processes and enriches the data before sending it to Elasticsearch for indexing and analysis.
For the full list of settings exposed for the receiver and examples, refer to the Zipkin Receiver documentation.
If you encounter issues:
- Verify the endpoint is accessible and not blocked by a firewall.
- Ensure applications are sending Zipkin-formatted traces to the configured endpoint (default:
http://<host>:9411). - Check the Elastic Agent logs for any receiver errors.
For more details about the Zipkin receiver and its configuration options, refer to the Zipkin Receiver documentation in the upstream OpenTelemetry Collector repository.
Changelog
| Version | Details | Minimum Kibana version |
|---|---|---|
| 0.1.0 | Enhancement (View pull request) Initial draft of the package |
9.4.0 |