We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef069f commit 7fd8fbcCopy full SHA for 7fd8fbc
instrumentation/runtime/doc.go
@@ -13,6 +13,7 @@
13
// go.goroutine.count {goroutine} Count of live goroutines.
14
// go.processor.limit {thread} The number of OS threads that can execute user-level Go code simultaneously.
15
// go.config.gogc % Heap size target percentage configured by the user, otherwise 100.
16
+// go.schedule.duration s The time goroutines have spent in the scheduler in a runnable state before actually running.
17
//
18
// When the OTEL_GO_X_DEPRECATED_RUNTIME_METRICS environment variable is set to
19
// true, the following deprecated metrics are produced:
0 commit comments