Skip to content

Commit

Permalink
Follow spec defined port 4318 for HTTP exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Aug 3, 2021
1 parent 3b9cd16 commit c33463a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { ServiceClientType } from './types';
import { CollectorExporterNodeBase } from './CollectorExporterNodeBase';
import { getEnv, baggageUtils } from '@opentelemetry/core';

const DEFAULT_COLLECTOR_URL = 'http://localhost:55681/v1/metrics';
const DEFAULT_COLLECTOR_URL = 'http://localhost:4318/v1/metrics';

/**
* Collector Metric Exporter for Node with protobuf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
import { ServiceClientType } from './types';
import { getEnv, baggageUtils } from '@opentelemetry/core';

const DEFAULT_COLLECTOR_URL = 'http://localhost:55681/v1/traces';
const DEFAULT_COLLECTOR_URL = 'http://localhost:4318/v1/traces';

/**
* Collector Trace Exporter for Node with protobuf
Expand Down

0 comments on commit c33463a

Please sign in to comment.