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

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: