Skip to content

Commit

Permalink
correcting metrics names
Browse files Browse the repository at this point in the history
Signed-off-by: Jaydip Gabani <[email protected]>
  • Loading branch information
JaydipGabani committed Apr 12, 2024
1 parent ac77e59 commit 778f3b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions website/docs/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Below are the list of metrics provided by Gatekeeper:

Aggregation: `LastValue`

- Name: `gatekeeper_constraint_template_ingestion_count`
- Name: `gatekeeper_constraint_template_ingestion_count_total`

Description: `Total number of constraint template ingestion actions`

Expand Down Expand Up @@ -142,7 +142,7 @@ Below are the list of metrics provided by Gatekeeper:

### Webhook

- Name: `gatekeeper_validation_request_count`
- Name: `gatekeeper_validation_request_count_total`

Description: `The number of requests that are routed to validation webhook`

Expand All @@ -164,7 +164,7 @@ Below are the list of metrics provided by Gatekeeper:

Aggregation: `Distribution`

- Name: `gatekeeper_mutation_request_count`
- Name: `gatekeeper_mutation_request_count_total `

Description: `The number of requests that are routed to mutation webhook`

Expand Down Expand Up @@ -216,7 +216,7 @@ Below are the list of metrics provided by Gatekeeper:

### Mutation

- Name: `gatekeeper_mutator_ingestion_count`
- Name: `gatekeeper_mutator_ingestion_count_total`

Description: `Total number of Mutator ingestion actions`

Expand Down Expand Up @@ -246,7 +246,7 @@ Below are the list of metrics provided by Gatekeeper:

Aggregation: `Count`

- Name: `gatekeeper_mutator_conflicting_count`
- Name: `gatekeeper_mutator_conflicting_count_total`

Description: `The current number of conflicting Mutator objects`

Expand Down
10 changes: 5 additions & 5 deletions website/versioned_docs/version-v3.15.x/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Below are the list of metrics provided by Gatekeeper:

Aggregation: `LastValue`

- Name: `gatekeeper_constraint_template_ingestion_count`
- Name: `gatekeeper_constraint_template_ingestion_count_total`

Description: `Total number of constraint template ingestion actions`

Expand Down Expand Up @@ -142,7 +142,7 @@ Below are the list of metrics provided by Gatekeeper:

### Webhook

- Name: `gatekeeper_validation_request_count`
- Name: `gatekeeper_validation_request_count_total`

Description: `The number of requests that are routed to validation webhook`

Expand All @@ -164,7 +164,7 @@ Below are the list of metrics provided by Gatekeeper:

Aggregation: `Distribution`

- Name: `gatekeeper_mutation_request_count`
- Name: `gatekeeper_mutation_request_count_total `

Description: `The number of requests that are routed to mutation webhook`

Expand Down Expand Up @@ -216,7 +216,7 @@ Below are the list of metrics provided by Gatekeeper:

### Mutation

- Name: `gatekeeper_mutator_ingestion_count`
- Name: `gatekeeper_mutator_ingestion_count_total`

Description: `Total number of Mutator ingestion actions`

Expand Down Expand Up @@ -246,7 +246,7 @@ Below are the list of metrics provided by Gatekeeper:

Aggregation: `Count`

- Name: `gatekeeper_mutator_conflicting_count`
- Name: `gatekeeper_mutator_conflicting_count_total`

Description: `The current number of conflicting Mutator objects`

Expand Down

0 comments on commit 778f3b9

Please sign in to comment.