指标名称 | 指标类型 | 指标单位 | Help信息 | 指标描述 |
---|
process.runtime.go.cgo.calls
| Counter
|
|
| 当前进程调用的cgo 次数。 |
process.runtime.go.gc.count
| Counter
|
|
| 已完成的 gc 周期的次数。 |
process.runtime.go.gc.pause_ns
| Histogram
| ns
|
| 在GC stop-the-world 中暂停的纳秒数量。 |
process.runtime.go.gc.pause_total_ns
| Histogram
| ns
|
| 自程序启动以来,GC stop-the-world 的累计微秒计数。 |
process.runtime.go.goroutines
| Gauge
|
|
| 当前运行的协程数量。 |
process.runtime.go.lookups
| Counter
|
|
| 运行时执行的指针查询的数量。 |
process.runtime.go.mem.heap_alloc
| Gauge
| bytes
|
| 分配的堆对象的字节数。 |
process.runtime.go.mem.heap_idle
| Gauge
| bytes
|
| 空闲(未使用)的堆内存。 |
process.runtime.go.mem.heap_inuse
| Gauge
| bytes
|
| 已使用的堆内存。 |
process.runtime.go.mem.heap_objects
| Gauge
|
|
| 已分配的堆对象数量。 |
process.runtime.go.mem.live_objects
| Gauge
|
|
| 存活对象数量(Mallocs - Frees ) |
process.runtime.go.mem.heap_released
| Gauge
| bytes
|
| 已交还给操作系统的堆内存。 |
process.runtime.go.mem.heap_sys
| Gauge
| bytes
|
| 从操作系统获得的堆内存。 |
process.runtime.uptime
| Counter
| ms
|
| 自应用程序被初始化以来的毫秒数。 |