Skip to content

Commit

Permalink
Merge 08a4936 into e576ab5
Browse files Browse the repository at this point in the history
  • Loading branch information
pavolloffay authored Nov 20, 2017
2 parents e576ab5 + 08a4936 commit be338ec
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Port | Protocol | Component | Function
6831 | UDP | agent | accept jaeger.thrift over compact thrift protocol
6832 | UDP | agent | accept jaeger.thrift over binary thrift protocol
5778 | HTTP | agent | serve configs
16686| HTTP | web | serve frontend
16686| HTTP | query | serve frontend
9411 | HTTP | collector | Zipkin compatible endpoint


Expand Down Expand Up @@ -93,16 +93,13 @@ make install
go run ./cmd/agent/main.go
```

In the near future we will provide individual Docker images for each component,
as well as the Kubernetes templates.

## Migrating from Zipkin

Collector service exposes Zipkin compatible REST API `/api/v1/spans` and can be enabled by
`--collector.zipkin.http-port=9411`. It supports Thrift and JSON format.
Agent uses `TBinaryProtocol` and is available on `UDP` port `5775`.
Collector service exposes Zipkin compatible REST API `/api/v1/spans` and `/api/v2/spans` for both
JSON and thrift encoding.
By default it's disabled. It can be enabled with `--collector.zipkin.http-port=9411`.

Zipkin Thrift IDL file can be found [here](https://github.com/jaegertracing/jaeger-idl/blob/master/thrift/zipkincore.thrift).
It's compatible with [zipkinCore.thrift](https://github.com/openzipkin/zipkin-api/blob/master/thrift/zipkinCore.thrift)
Zipkin Thrift IDL file can be found in [jaegertracing/jaeger-idl](https://github.com/jaegertracing/jaeger-idl/blob/master/thrift/zipkincore.thrift).
It's compatible with [openzipkin/zipkin-api](https://github.com/openzipkin/zipkin-api/blob/master/thrift/zipkinCore.thrift)

[hotrod-tutorial]: https://medium.com/@YuriShkuro/take-opentracing-for-a-hotrod-ride-f6e3141f7941

0 comments on commit be338ec

Please sign in to comment.