Skip to content

Commit

Permalink
toc
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed May 21, 2024
1 parent 998b8ce commit 65fca8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/runtime/go-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ These metrics are obtained from Go's [`runtime/metrics`][RuntimeMetrics] package

- [Go Memory](#go-memory)
- [Metric: `go.memory.used`](#metric-gomemoryused)
- [Metric: `go.memory.soft_limit`](#metric-gomemorysoftlimit)
- [Metric: `go.memory.soft_limit`](#metric-gomemorysoft_limit)
- [Metric: `go.memory.allocated`](#metric-gomemoryallocated)
- [Metric: `go.memory.allocations`](#metric-gomemoryallocations)
- [Go Garbage Collection](#go-garbage-collection)
- [Metric: `go.memory.gc.goal`](#metric-gomemorygcgoal)
- [Go Goroutines](#go-goroutines)
- [Metric: `go.goroutine.count`](#metric-gogoroutinecount)
- [Go Process](#go-process)
- [Go Processor](#go-processor)
- [Metric: `go.processor.limit`](#metric-goprocessorlimit)
- [Go Scheduler](#go-scheduler)
- [Metric: `go.schedule.duration`](#metric-goscheduleduration)
Expand Down

0 comments on commit 65fca8d

Please sign in to comment.