Skip to content

Commit

Permalink
update docs (#145)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhilash Gnan <[email protected]>
  • Loading branch information
jan25 authored and adriancole committed Sep 18, 2019
1 parent 5188a7b commit 94c8587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/extensions_choices.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Listed below are alternative backends that accept Zipkin format. Some use the sa
- this extension uses the same encoding library and same endpoints as Zipkin does.
- [Jaeger](https://github.com/jaegertracing/jaeger)
- When `COLLECTOR_ZIPKIN_HTTP_PORT=9411` is set, Jaeger exposes a partial implementation of Zipkin's HTTP POST endpoints
- http port 9411 accepts `/api/v1/spans` (thrift, json) and `/api/v2/spans` (json, but not proto) POST requests.
- http port 9411 accepts `/api/v1/spans` (thrift, json) and `/api/v2/spans` (json, proto) POST requests.
- When `SPAN_STORAGE_TYPE=kafka` and `zipkin-thrift`, Jaeger reads Zipkin v1 thrift encoded span messages from a Kafka topic.
- Note: The above is a [deprecated practice](https://github.com/openzipkin/zipkin/tree/master/zipkin-collector/kafka#legacy-encoding) in Zipkin. Most instrumentation bundle multiple spans per message in v2 format.
- [Pitchfork](https://github.com/HotelsDotCom/pitchfork)
Expand Down

0 comments on commit 94c8587

Please sign in to comment.