prometheus/cmd/promtool
Chih-Hung Yeh 912d19fb85 Add 3 commands in promtool for getting debug information from prometheus server (#4247)
`debug all` - all information
`debug metrics` - metrics  information
`debug pprof` - profiling  information

the final result is compressed in a `tar.gz` file

Signed-off-by: chyeh <chyeh.taiwan@gmail.com>
2018-07-18 10:52:01 +03:00
..
archive.go Add 3 commands in promtool for getting debug information from prometheus server (#4247) 2018-07-18 10:52:01 +03:00
debug.go Add 3 commands in promtool for getting debug information from prometheus server (#4247) 2018-07-18 10:52:01 +03:00
http.go Add 3 commands in promtool for getting debug information from prometheus server (#4247) 2018-07-18 10:52:01 +03:00
http_test.go Add 3 commands in promtool for getting debug information from prometheus server (#4247) 2018-07-18 10:52:01 +03:00
main.go Add 3 commands in promtool for getting debug information from prometheus server (#4247) 2018-07-18 10:52:01 +03:00