Skip to content

Commit

Permalink
Replace 55681 endpoint with 4318 endpoint for HTTP collector
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Aug 4, 2021
1 parent 52b46aa commit b9ab870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/graphql/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
ports:
- "9464:9464"
- "4317:4317"
- "55681:55681"
- "4318:4318"
depends_on:
- zipkin-all-in-one

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export enum DomAttributes {

export enum PlaceholderValues {
ZIPKIN_URL = 'http://localhost:9411/api/v2/spans',
COLLECTOR_TRACE_URL = 'http://localhost:55681/v1/trace',
COLLECTOR_TRACE_URL = 'http://localhost:4318/v1/trace',
}

export enum Labels {
Expand Down

0 comments on commit b9ab870

Please sign in to comment.