Skip to content

Commit

Permalink
include PR suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
lachmatt committed Nov 18, 2022
1 parent b04b72a commit bd9b487
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/OpenTelemetry.Instrumentation.Runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ of objects.
Count of bytes currently in use by objects in the GC heap that haven't been
collected yet.
Fragmentation and other GC committed memory pools are excluded.
The value is available irrespective of GC events.

| Units | Instrument Type | Value Type | Attribute Key(s) | Attribute Values |
|---------|-------------------------|------------|-------------------|------------------|
Expand All @@ -77,7 +78,9 @@ The API used to retrieve the value is:

* [GC.GetTotalMemory](https://docs.microsoft.com/dotnet/api/system.gc.gettotalmemory):
Retrieves the number of bytes currently thought to be allocated.
The value is an approximate count.
The value is an approximate count. API is called with `false`
as a value of forceFullCollection parameter. Returns an instantaneous
value at the time of observation.

#### process.runtime.dotnet.**gc.allocations.size**

Expand Down

0 comments on commit bd9b487

Please sign in to comment.