Skip to content

Commit

Permalink
Update instrumentation/opentelemetry-instrumentation-system-metrics/s…
Browse files Browse the repository at this point in the history
…rc/opentelemetry/instrumentation/system_metrics/__init__.py

Co-authored-by: Emídio Neto <[email protected]>
  • Loading branch information
arunk1988 and emdneto authored Jul 16, 2024
1 parent 3ccefdb commit 81facb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def _instrument(self, **kwargs):
self._meter.create_observable_up_down_counter(
name="process.memory",
callbacks=[self._get_process_memory],
description="The amount of memory in use",
description="The amount of physical memory in use",
unit="bytes",
)

Expand Down

0 comments on commit 81facb4

Please sign in to comment.