Skip to content

Commit

Permalink
fix: grpc is not running on the ui port (#501)
Browse files Browse the repository at this point in the history
* fix: grpc is not running on the ui port

Signed-off-by: Chris West (Faux) <git@goeswhere.com>

* Add next release

Signed-off-by: Yuri Shkuro <github@ysh.us>

Co-authored-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
FauxFaux and yurishkuro authored May 16, 2021
1 parent 857c159 commit 33168c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion content/docs/1.22/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,13 +554,14 @@ At default settings the query service exposes the following port(s):
Port | Protocol | Function
----- | ------- | ---
16685 | gRPC | Protobuf/gRPC [QueryService](https://github.com/jaegertracing/jaeger-idl/blob/master/proto/api_v2/query.proto)
16686 | HTTP | `/api/*` endpoints and Jaeger UI at `/`
16686 | gRPC | Protobuf/gRPC [QueryService](https://github.com/jaegertracing/jaeger-idl/blob/master/proto/api_v2/query.proto)
16687 | HTTP | admin port: health check at `/` and metrics at `/metrics`
### Minimal deployment example (Elasticsearch backend):
```sh
docker run -d --rm \
-p 16685:16685 \
-p 16686:16686 \
-p 16687:16687 \
-e SPAN_STORAGE_TYPE=elasticsearch \
Expand Down
3 changes: 2 additions & 1 deletion content/docs/next-release/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,13 +554,14 @@ At default settings the query service exposes the following port(s):
Port | Protocol | Function
----- | ------- | ---
16685 | gRPC | Protobuf/gRPC [QueryService](https://github.com/jaegertracing/jaeger-idl/blob/master/proto/api_v2/query.proto)
16686 | HTTP | `/api/*` endpoints and Jaeger UI at `/`
16686 | gRPC | Protobuf/gRPC [QueryService](https://github.com/jaegertracing/jaeger-idl/blob/master/proto/api_v2/query.proto)
16687 | HTTP | admin port: health check at `/` and metrics at `/metrics`
### Minimal deployment example (Elasticsearch backend):
```sh
docker run -d --rm \
-p 16685:16685 \
-p 16686:16686 \
-p 16687:16687 \
-e SPAN_STORAGE_TYPE=elasticsearch \
Expand Down

0 comments on commit 33168c3

Please sign in to comment.