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: