mirror of
https://github.com/rancher/norman.git
synced 2025-08-30 21:52:02 +00:00
To enhance operatability for the service using norman framework, It's better to expose internal state as detail as possible. This is the just starting point but at least which handler is executed often and which handler with which key's execution is often failed metrics is very useful to spot the place operator have to dig in when something happened. So this commit added 2 metrics. 1: handler execution total count 2: handler execution failure total count
12 lines
655 B
Markdown
12 lines
655 B
Markdown
# procfs
|
|
|
|
This procfs package provides functions to retrieve system, kernel and process
|
|
metrics from the pseudo-filesystem proc.
|
|
|
|
*WARNING*: This package is a work in progress. Its API may still break in
|
|
backwards-incompatible ways without warnings. Use it at your own risk.
|
|
|
|
[](https://godoc.org/github.com/prometheus/procfs)
|
|
[](https://travis-ci.org/prometheus/procfs)
|
|
[](https://goreportcard.com/report/github.com/prometheus/procfs)
|