Skip to content

Commit

Permalink
Also update metric http expoter port number to 55681
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Jul 12, 2021
1 parent be51a29 commit 4639c09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Expand Up @@ -3,8 +3,6 @@
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 { ServiceClientType } from './types';
import { CollectorExporterNodeBase } from './CollectorExporterNodeBase';
import { getEnv, baggageUtils } from '@opentelemetry/core';

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

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

0 comments on commit 4639c09

Please sign in to comment.