Skip to content

Commit 1801e4e

Browse files
authored
Update JSDoc for types.ts for prometheus
The JSDoc has a mismatch with the actual default values of PrometheusExporter. It's false and not true
1 parent bc9e37f commit 1801e4e

File tree

1 file changed

+1
-1
lines changed
  • experimental/packages/opentelemetry-exporter-prometheus/src/export

1 file changed

+1
-1
lines changed

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)