Skip to content

Commit

Permalink
Change default HTTP exporter port to 55681
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Jul 7, 2021
1 parent f2a958d commit 27fd363
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.

## Unreleased
* `opentelemetry-exporter-collector-proto`
* [#2331](https://github.com/open-telemetry/opentelemetry-js/pull/2331) fix(opentelemetry-exporter-collector-proto): Change default HTTP exporter port to 55681 ([@NathanielRN](https://github.com/NathanielRN))

## 0.23.0

Expand Down
Expand Up @@ -24,7 +24,7 @@ import {
import { ServiceClientType } from './types';
import { getEnv, baggageUtils } from '@opentelemetry/core';

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

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

0 comments on commit 27fd363

Please sign in to comment.