Skip to content

Commit

Permalink
include feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
bourbonkk committed Jan 4, 2024
1 parent 936dc37 commit 69c15e8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ def _instrument(self, **kwargs):
self.process_duration_histogram = self._meter.create_histogram(
name="asyncio.process.duration",
description="Duration of asyncio process",
unit="seconds",
unit="s",
)
self.process_counts_counter = self._meter.create_counter(
name="asyncio.process.count",
description="Number of asyncio process",
unit="1",
unit="{process}",
)

for method in self.methods_with_coroutine:
Expand Down

0 comments on commit 69c15e8

Please sign in to comment.