File tree 2 files changed +2
-2
lines changed
packages/opentelemetry-exporter-collector-proto/src
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import { ServiceClientType } from './types';
24
24
import { CollectorExporterNodeBase } from './CollectorExporterNodeBase' ;
25
25
import { getEnv , baggageUtils } from '@opentelemetry/core' ;
26
26
27
- const DEFAULT_COLLECTOR_URL = 'http://localhost:4317 /v1/metrics' ;
27
+ const DEFAULT_COLLECTOR_URL = 'http://localhost:55681 /v1/metrics' ;
28
28
29
29
/**
30
30
* Collector Metric Exporter for Node with protobuf
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import {
24
24
import { ServiceClientType } from './types' ;
25
25
import { getEnv , baggageUtils } from '@opentelemetry/core' ;
26
26
27
- const DEFAULT_COLLECTOR_URL = 'http://localhost:4317 /v1/traces' ;
27
+ const DEFAULT_COLLECTOR_URL = 'http://localhost:55681 /v1/traces' ;
28
28
29
29
/**
30
30
* Collector Trace Exporter for Node with protobuf
You can’t perform that action at this time.
0 commit comments