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 Jan 21, 2022
1 parent 7032a33 commit edde512
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/graphql/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ services:
- "9464:9464"
- "4317:4317"
- "4318:4318"
- "55681:55681"
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 edde512

Please sign in to comment.