Skip to content

Commit

Permalink
adding prefix to DefaultMetricsCollectorConfiguration, related to the…
Browse files Browse the repository at this point in the history
… release v11.1.0. (#208)
  • Loading branch information
OscSer authored and SimenB committed Aug 15, 2018
1 parent 8d792aa commit d5d8b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Expand Up @@ -619,6 +619,7 @@ export function exponentialBuckets(
export interface DefaultMetricsCollectorConfiguration {
timeout?: number;
register?: Registry;
prefix?: string;
}

/**
Expand Down

0 comments on commit d5d8b7d

Please sign in to comment.