Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit cd046a0

Browse files
authored
Fix: typo in prometheus version (#561)
1 parent ca0e962 commit cd046a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opencensus-exporter-prometheus/src/prometheus-stats.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class PrometheusStatsExporter implements StatsEventListener {
3939
static readonly DEFAULT_OPTIONS = {
4040
port: 9464,
4141
startServer: false,
42-
contentType: 'text/plain; text/plain; version=3; charset=utf-8',
42+
contentType: 'text/plain; text/plain; version=0.0.13; charset=utf-8',
4343
prefix: ''
4444
};
4545

0 commit comments

Comments
 (0)