mirror of
https://github.com/rancher/norman.git
synced 2025-08-17 14:56:42 +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
24 lines
842 B
Plaintext
24 lines
842 B
Plaintext
Prometheus instrumentation library for Go applications
|
|
Copyright 2012-2015 The Prometheus Authors
|
|
|
|
This product includes software developed at
|
|
SoundCloud Ltd. (http://soundcloud.com/).
|
|
|
|
|
|
The following components are included in this product:
|
|
|
|
perks - a fork of https://github.com/bmizerany/perks
|
|
https://github.com/beorn7/perks
|
|
Copyright 2013-2015 Blake Mizerany, Björn Rabenstein
|
|
See https://github.com/beorn7/perks/blob/master/README.md for license details.
|
|
|
|
Go support for Protocol Buffers - Google's data interchange format
|
|
http://github.com/golang/protobuf/
|
|
Copyright 2010 The Go Authors
|
|
See source code for license details.
|
|
|
|
Support for streaming Protocol Buffer messages for the Go language (golang).
|
|
https://github.com/matttproud/golang_protobuf_extensions
|
|
Copyright 2013 Matt T. Proud
|
|
Licensed under the Apache License, Version 2.0
|