Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit f231c26

Browse files
Merge pull request #1656 from brittonjohnson/patch-11
Update go-otel-metrics.rst
2 parents cbfa5df + 4650d3f commit f231c26

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

gdi/get-data-in/application/go/configuration/go-otel-metrics.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,46 +26,46 @@ The following runtime metrics are automatically collected and exported:
2626
* - Metric
2727
- Type
2828
- Description
29-
* - ``runtime.go.cgo.calls`` (Experimental)
29+
* - ``process.runtime.go.cgo.calls`` (Experimental)
3030
- Gauge
3131
- Number of cgo calls made by the current process.
32-
* - ``runtime.go.gc.count`` (Experimental)
32+
* - ``process.runtime.go.gc.count`` (Experimental)
3333
- Cumulative counter
3434
- Number of completed garbage collection cycles
35-
* - ``runtime.go.gc.pause_ns`` (Experimental)
35+
* - ``process.runtime.go.gc.pause_ns`` (Experimental)
3636
- Cumulative counter (histogram)
3737
- Amount of nanoseconds in GC stop-the-world pauses
38-
* - ``runtime.go.gc.pause_total_ns`` (Experimental)
38+
* - ``process.runtime.go.gc.pause_total_ns`` (Experimental)
3939
- Cumulative counter
4040
- Cumulative nanoseconds in GC stop-the-world pauses since the program started
41-
* - ``runtime.go.goroutines`` (Experimental)
41+
* - ``process.runtime.go.goroutines`` (Experimental)
4242
- Gauge
4343
- Number of goroutines that currently exist
44-
* - ``runtime.go.lookups`` (Experimental)
44+
* - ``process.runtime.go.lookups`` (Experimental)
4545
- Cumulative counter
4646
- Number of pointer lookups performed by the runtime
47-
* - ``runtime.go.mem.heap_alloc`` (Experimental)
47+
* - ``process.runtime.go.mem.heap_alloc`` (Experimental)
4848
- Gauge
4949
- Bytes of allocated heap objects
50-
* - ``runtime.go.mem.heap_idle`` (Experimental)
50+
* - ``process.runtime.go.mem.heap_idle`` (Experimental)
5151
- Gauge
5252
- Bytes in idle (unused) spans
53-
* - ``runtime.go.mem.heap_inuse`` (Experimental)
53+
* - ``process.runtime.go.mem.heap_inuse`` (Experimental)
5454
- Gauge
5555
- Bytes in in-use spans
56-
* - ``runtime.go.mem.heap_objects`` (Experimental)
56+
* - ``process.runtime.go.mem.heap_objects`` (Experimental)
5757
- Gauge
5858
- Number of allocated heap objects
59-
* - ``runtime.go.mem.heap_released`` (Experimental)
59+
* - ``process.runtime.go.mem.heap_released`` (Experimental)
6060
- Gauge
6161
- Bytes of idle spans whose physical memory has been returned to the OS
62-
* - ``runtime.go.mem.heap_sys`` (Experimental)
62+
* - ``process.runtime.go.mem.heap_sys`` (Experimental)
6363
- Gauge
6464
- Bytes of heap memory obtained from the OS
65-
* - ``runtime.go.mem.live_objects`` (Experimental)
65+
* - ``process.runtime.go.mem.live_objects`` (Experimental)
6666
- Gauge
6767
- Number of live objects is the number of cumulative Mallocs - Frees
68-
* - ``runtime.uptime`` (Experimental)
68+
* - ``process.runtime.uptime`` (Experimental)
6969
- Cumulative counter
7070
- Milliseconds since application was initialized
7171

0 commit comments

Comments
 (0)