We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3195123 commit 9b7e227Copy full SHA for 9b7e227
docs/visualization/consoles.md
@@ -120,8 +120,9 @@ Valid output formats for the third argument to `prom_query_drilldown`:
120
This is usually used with `B` as the second argument to produce units such as `KiB` and `MiB`.
121
* `printf.3g`: Display 3 significant digits.
122
123
-Custom formats can be defined. See
124
-[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
125
+release artifacts for reference.
126
127
## Graph Library
128
0 commit comments