OpenTelemetry Bot d680729c09 [chore] Prepare release 0.90.0 (#29543) | 1 rok temu | |
---|---|---|
.. | ||
internal | 1 rok temu | |
testdata | 1 rok temu | |
Makefile | 3 lat temu | |
README.md | 1 rok temu | |
config.go | 1 rok temu | |
config_test.go | 1 rok temu | |
doc.go | 1 rok temu | |
factory.go | 1 rok temu | |
factory_test.go | 1 rok temu | |
go.mod | 1 rok temu | |
go.sum | 1 rok temu | |
metadata.yaml | 1 rok temu | |
proto_parse_test.go | 1 rok temu | |
trace_receiver.go | 1 rok temu | |
trace_receiver_test.go | 1 rok temu |
Status | |
---|---|
Stability | beta: traces |
Distributions | core, contrib, aws, grafana, observiq, redhat, splunk, sumo |
Issues | |
Code Owners | @MovieStoreGuy, @astencel-sumo, @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 = 0.0.0.0:9411): host:port on which the receiver is going to receive data.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: