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

Commit

Permalink
Fix: typo in prometheus version (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 authored May 28, 2019
1 parent ca0e962 commit cd046a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class PrometheusStatsExporter implements StatsEventListener {
static readonly DEFAULT_OPTIONS = {
port: 9464,
startServer: false,
contentType: 'text/plain; text/plain; version=3; charset=utf-8',
contentType: 'text/plain; text/plain; version=0.0.13; charset=utf-8',
prefix: ''
};

Expand Down

0 comments on commit cd046a0

Please sign in to comment.