add documentation for debug tools (#5737)

This adds documentation about our debugging endpoints and a brief excerpt about the fleetctl debug command with instructions to generate the archive so we have a place with instructions to which we can direct people.

It also adds the .prof file extension to profiling files, which hopefully clarifies that they are meant to be used by go tool pprof.
This commit is contained in:
Roberto Dip
2022-05-17 10:00:47 -03:00
committed by GitHub
parent b25c63a3b8
commit a6a97f31cf
4 changed files with 74 additions and 8 deletions
@@ -0,0 +1 @@
Set the correct file extensions to the output of all `fleetctl debug` commands.