You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`go.memory.gc.pause.duration`| Histogram |`s`| Distribution of individual GC-related stop-the-world pause latencies. This is the time from deciding to stop the world until the world is started again. [1]|||
165
+
166
+
**[1]:** Computed from `/sched/pauses/total/gc:seconds`. Bucket boundaries are provided by the runtime, and are subject to change.
167
+
168
+
<!-- prettier-ignore-end -->
169
+
<!-- END AUTOGENERATED TEXT -->
170
+
<!-- endsemconv -->
171
+
152
172
## Go goroutines
153
173
154
174
**Description:** Go metrics captured under the namespace `go.goroutine.*`
@@ -244,3 +264,4 @@ This metric is [recommended][MetricRecommended].
Copy file name to clipboardExpand all lines: model/go/metrics.yaml
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,20 @@ groups:
68
68
unit: "By"
69
69
stability: development
70
70
71
+
- id: metric.go.memory.gc.pause.duration
72
+
type: metric
73
+
metric_name: go.memory.gc.pause.duration
74
+
annotations:
75
+
code_generation:
76
+
metric_value_type: double
77
+
brief: "Distribution of individual GC-related stop-the-world pause latencies. This is the time from deciding to stop the world until the world is started again."
78
+
note: >
79
+
Computed from `/sched/pauses/total/gc:seconds`.
80
+
Bucket boundaries are provided by the runtime, and are subject to change.
0 commit comments