Skip to content

Commit 7fd8fbc

Browse files
committed
Added docs for go.schedule.duration
1 parent 8ef069f commit 7fd8fbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

instrumentation/runtime/doc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// go.goroutine.count {goroutine} Count of live goroutines.
1414
// go.processor.limit {thread} The number of OS threads that can execute user-level Go code simultaneously.
1515
// 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.
1617
//
1718
// When the OTEL_GO_X_DEPRECATED_RUNTIME_METRICS environment variable is set to
1819
// true, the following deprecated metrics are produced:

0 commit comments

Comments
 (0)