Skip to content

Commit

Permalink
docs(metrics): fix markdown typo in metrics.md (#2655)
Browse files Browse the repository at this point in the history
  • Loading branch information
gesposito authored Jul 16, 2024
1 parent 1403873 commit 3e071fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gitbook/guide/metrics/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const myWorker = new Worker('Paint', {
You need to use the same setting on all your workers to get consistent metrics.
{% endhint %}

In order to get the metrics, use the `getMetrics` method on the `Queue` class. You can choose to get the metrics for the __completed_ or _failed_ jobs:
In order to get the metrics, use the `getMetrics` method on the `Queue` class. You can choose to get the metrics for the _completed_ or _failed_ jobs:

```typescript
import { Queue } from 'bullmq';
Expand Down

0 comments on commit 3e071fa

Please sign in to comment.