We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2b6e0 commit 62405b0Copy full SHA for 62405b0
prometheus-consumer.d.ts
@@ -15,7 +15,7 @@ declare class PrometheusConsumer extends Writable {
15
16
declare namespace PrometheusConsumer {
17
export type PrometheusConsumerOptions = {
18
- client: typeof PrometheusClient;
+ client: PrometheusClient;
19
logger?: AbstractLogger;
20
bucketStepFactor?: number;
21
bucketStepCount?: number;
0 commit comments