Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/visualization/consoles.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,9 @@ Valid output formats for the third argument to `prom_query_drilldown`:
This is usually used with `B` as the second argument to produce units such as `KiB` and `MiB`.
* `printf.3g`: Display 3 significant digits.

Custom formats can be defined. See
[prom.lib](https://github.com/prometheus/prometheus/blob/main/console_libraries/prom.lib) for examples.
Custom formats can be defined in your own console libraries; see the example
templates shipped in the `console_libraries` directory of the Prometheus
release artifacts for reference.

## Graph Library

Expand Down