Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Jul 19, 2022
1 parent d301104 commit 7fd28c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export class NodeJSObserversBuilder {

this.meter.createObservableGauge('nodejs_active_requests_total', {
description: 'Total number of active libuv requests.'
}).addCallback(async observableResult => {
}).addCallback(observableResult => {
const requests = (process as any)._getActiveRequests()

observableResult.observe(requests.length)
Expand Down

0 comments on commit 7fd28c9

Please sign in to comment.