Status | |
---|---|
Stability | beta: traces |
Distributions | core, contrib |
Issues | |
Code Owners | @MovieStoreGuy, @andrzej-stencel, @crobert-1 |
This receiver receives spans from Zipkin (V1 and V2).
All that is required to enable the Zipkin receiver is to include it in the receiver definitions.
receivers:
zipkin:
The following settings are configurable:
endpoint
(default = localhost:9411): host:port on which the receiver is going to receive data.You can temporarily disable thecomponent.UseLocalHostAsDefaultHost
feature gate to change this to0.0.0.0:9411
. This feature gate will be removed in a future release. For full list ofServerConfig
refer here.parse_string_tags
(default = false): if enabled, the receiver will attempt to parse string tags/binary annotations into int/bool/float.
Several helper files are leveraged to provide additional capabilities automatically:
- HTTP server settings including CORS
- TLS and mTLS settings