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 c65feb3 commit 02a3ea0Copy full SHA for 02a3ea0
src/IMQRPCOptions.ts
@@ -83,7 +83,7 @@ export const DEFAULT_IMQ_METRICS_SERVER_OPTIONS: NonNullable<
83
enabled: false,
84
port: 9090,
85
queueLengthFormatter: (length, metricName) =>
86
- `${ metricName } {} ${ length }`,
+ `${ metricName }{} ${ length }`,
87
};
88
89
/**
0 commit comments