Skip to content

Commit

Permalink
docs: fix last_run_time description - versioned
Browse files Browse the repository at this point in the history
clarify gatekeeper_audit_last_run_time metric description in versioned
website docs

Signed-off-by: Viktor Oreshkin <imselfish@stek29.rocks>
  • Loading branch information
stek29 committed Aug 22, 2022
1 parent 95c04b2 commit b5acc5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/versioned_docs/version-v3.6.x/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ There are three ways to gather audit results, depending on the level of detail n

Prometheus metrics provide an aggregated look at the number of audit violations:

* `gatekeeper_audit_last_run_time` provides the timestamp of the most recently completed audit run
* `gatekeeper_audit_last_run_time` provides the timestamp of the most recently started audit run
* `gatekeeper_violations` provides the total number of audited violations for the last audit run, broken down by violation severity

### Constraint Status
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-v3.7.x/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ There are three ways to gather audit results, depending on the level of detail n

Prometheus metrics provide an aggregated look at the number of audit violations:

* `gatekeeper_audit_last_run_time` provides the timestamp of the most recently completed audit run
* `gatekeeper_audit_last_run_time` provides the timestamp of the most recently started audit run
* `gatekeeper_violations` provides the total number of audited violations for the last audit run, broken down by violation severity

### Constraint Status
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-v3.8.x/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ There are three ways to gather audit results, depending on the level of detail n

Prometheus metrics provide an aggregated look at the number of audit violations:

* `gatekeeper_audit_last_run_time` provides the timestamp of the most recently completed audit run
* `gatekeeper_audit_last_run_time` provides the timestamp of the most recently started audit run
* `gatekeeper_violations` provides the total number of audited violations for the last audit run, broken down by violation severity

### Constraint Status
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-v3.9.x/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ There are three ways to gather audit results, depending on the level of detail n

Prometheus metrics provide an aggregated look at the number of audit violations:

* `gatekeeper_audit_last_run_time` provides the timestamp of the most recently completed audit run
* `gatekeeper_audit_last_run_time` provides the timestamp of the most recently started audit run
* `gatekeeper_violations` provides the total number of audited violations for the last audit run, broken down by violation severity

### Constraint Status
Expand Down

0 comments on commit b5acc5b

Please sign in to comment.