mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
16 lines
753 B
Plaintext
16 lines
753 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * nodes/nodes-dashboard-using.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="nodes-dashboard-using-queries_{context}"]
|
|
= Customizing dashboard queries
|
|
|
|
You can customize the default queries used to build the node metrics dashboard.
|
|
|
|
.Procedure
|
|
|
|
. Choose a metric and click *Inspect* to navigate into the data. This page displays the metric in detail, including an expanded visualization of the results of the query, the Prometheus query used to analyze the data, and the data subset used in the query.
|
|
. Make any required changes to the query parameters.
|
|
. Optional: Click *Add query* to run additional queries against the data.
|
|
. Click *Run query* to rerun the query using your specified parameters. |