Skip to content

Commit 0a1a631

Browse files
authored
Update JSDoc for types.ts for PrometheusExporter (#6191)
1 parent efa7ef5 commit 0a1a631

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

experimental/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ For notes on migrating to 2.x / 0.200.x see [the upgrade guide](doc/upgrade-to-2
3232

3333
### :books: Documentation
3434

35+
* docs(exporter-prometheus): correct `@default` value for `appendTimestamp` option in JSDoc [#6191](https://github.com/open-telemetry/opentelemetry-js/pull/6191) @Slawaq
36+
3537
### :house: Internal
3638

3739
* refactor(opentelemetry-sdk-node): simplify calculation of traceExportersList [#6132](https://github.com/open-telemetry/opentelemetry-js/pull/6132) @cjihrig

experimental/packages/opentelemetry-exporter-prometheus/src/export/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface ExporterConfig {
2929

3030
/**
3131
* Append timestamp to metrics
32-
* @default true
32+
* @default false
3333
*/
3434
appendTimestamp?: boolean;
3535

0 commit comments

Comments
 (0)