-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds Kyverno Info Metric page (#1477)
Signed-off-by: Darkhood148 <[email protected]>
- Loading branch information
1 parent
29be814
commit eb7ff74
Showing
1 changed file
with
27 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: Kyverno Info | ||
description: This metric can be used to information related to Kyverno such as its version. | ||
weight: 50 | ||
--- | ||
|
||
#### Metric Name(s) | ||
|
||
* `kyverno_info` | ||
|
||
#### Metric Value | ||
|
||
Gauge - A constant value of 1 with labels to include relevant information | ||
|
||
#### Metric Labels | ||
|
||
| Label | Allowed Values | Description | | ||
|--------------------------|----------------|---------------------------------------------------------------------------------------------------------------------------| | ||
| version | | Current version of Kyvero being used | | ||
|
||
#### Use cases | ||
|
||
* The cluster admin wants to see information related to Kyverno such as its version | ||
|
||
#### Useful Queries | ||
|
||
* `kyverno_info` |