forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prometheus: simplify snapshot visualization
Make it *really easy* to look at `prometheus-snapshot.tgz` by putting a shell script next to it that spins it up via docker, so you can just run: ``` $ ./prometheus-docker-run.sh [...] ts=2022-02-09T09:07:06.254Z caller=main.go:896 level=info msg="Server is ready to receive web requests." ``` I got motivated to do this while working on the roachtest in cockroachdb#76147 but I imagine it'll come in handy in general as well. Release note: None
- Loading branch information
Showing
2 changed files
with
31 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters