OpenTelemetry Bot d680729c09 [chore] Prepare release 0.90.0 (#29543) пре 1 година
..
internal 252b3a0c6b [chore] Metadata inconsistencies (#21915) пре 1 година
testdata 015d8dbb7e [translator/zipkin] stop dropping error tags in Zipkin translator (#24547) пре 1 година
Makefile 3411c2ff03 Move zipkinreceiver from collector core to collector contrib (#4845) пре 3 година
README.md 562dc48d10 Link component issue badges to the respective issue page (#24642) пре 1 година
config.go 5133f4ccd6 [chore] use license shortform (#22052) пре 1 година
config_test.go 5133f4ccd6 [chore] use license shortform (#22052) пре 1 година
doc.go 5133f4ccd6 [chore] use license shortform (#22052) пре 1 година
factory.go 5133f4ccd6 [chore] use license shortform (#22052) пре 1 година
factory_test.go 5133f4ccd6 [chore] use license shortform (#22052) пре 1 година
go.mod d680729c09 [chore] Prepare release 0.90.0 (#29543) пре 1 година
go.sum 40b485f08a Update core for v0.90.0 release (#29539) пре 1 година
metadata.yaml 8a4348cb00 [chore] add codeowners to metadata (#24404) пре 1 година
proto_parse_test.go 5133f4ccd6 [chore] use license shortform (#22052) пре 1 година
trace_receiver.go 9edd6a9e2a [receiver/zipkin] follow receiver contract (#28627) пре 1 година
trace_receiver_test.go f4c44858b5 [all][chore] Moved from interface{} to any for all go code (#29072) пре 1 година

README.md

Zipkin Receiver

Status
Stability beta: traces
Distributions core, contrib, aws, grafana, observiq, redhat, splunk, sumo
Issues Open issues Closed issues
Code Owners @MovieStoreGuy, @astencel-sumo, @crobert-1

This receiver receives spans from Zipkin (V1 and V2).

Getting Started

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.

Advanced Configuration

Several helper files are leveraged to provide additional capabilities automatically: