Skip to content

Commit a39e8b8

Browse files
committed
Fix metric doc
1 parent c2bc961 commit a39e8b8

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

docs/sources/reference/components/mimir/mimir.alerts.kubernetes.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@ The `values` argument must not be provided when `operator` is set to `"Exists"`
169169

170170
## Debug metrics
171171

172-
| Metric Name | Type | Description |
173-
| ---------------------------------------------- | ----------- | ------------------------------------------------------------------------ |
174-
| `mimir_alerts_client_request_duration_seconds` | `histogram` | Duration of requests to the Mimir API. |
175-
| `mimir_alerts_config_updates_total` | `counter` | Number of times the configuration has been updated. |
176-
| `mimir_alerts_events_failed_total` | `counter` | Number of events that failed to be processed, partitioned by event type. |
177-
| `mimir_alerts_events_retried_total` | `counter` | Number of events that were retried, partitioned by event type. |
178-
| `mimir_alerts_events_total` | `counter` | Number of events processed, partitioned by event type. |
172+
| Metric Name | Type | Description |
173+
| ---------------------------------------------------- | ----------- | ------------------------------------------------------------------------ |
174+
| `mimir_alerts_mimir_client_request_duration_seconds` | `histogram` | Duration of requests to the Mimir API. |
175+
| `mimir_alerts_config_updates_total` | `counter` | Number of times the configuration has been updated. |
176+
| `mimir_alerts_events_failed_total` | `counter` | Number of events that failed to be processed, partitioned by event type. |
177+
| `mimir_alerts_events_retried_total` | `counter` | Number of events that were retried, partitioned by event type. |
178+
| `mimir_alerts_events_total` | `counter` | Number of events processed, partitioned by event type. |
179179

180180
## Example
181181

docs/sources/reference/components/mimir/mimir.rules.kubernetes.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -230,13 +230,13 @@ Only resources managed by the component are exposed, regardless of how many actu
230230

231231
## Debug metrics
232232

233-
| Metric Name | Type | Description |
234-
| --------------------------------------------- | ----------- | ------------------------------------------------------------------------ |
235-
| `mimir_rules_client_request_duration_seconds` | `histogram` | Duration of requests to the Mimir API. |
236-
| `mimir_rules_config_updates_total` | `counter` | Number of times the configuration has been updated. |
237-
| `mimir_rules_events_failed_total` | `counter` | Number of events that failed to be processed, partitioned by event type. |
238-
| `mimir_rules_events_retried_total` | `counter` | Number of events that were retried, partitioned by event type. |
239-
| `mimir_rules_events_total` | `counter` | Number of events processed, partitioned by event type. |
233+
| Metric Name | Type | Description |
234+
| --------------------------------------------------- | ----------- | ------------------------------------------------------------------------ |
235+
| `mimir_rules_mimir_client_request_duration_seconds` | `histogram` | Duration of requests to the Mimir API. |
236+
| `mimir_rules_config_updates_total` | `counter` | Number of times the configuration has been updated. |
237+
| `mimir_rules_events_failed_total` | `counter` | Number of events that failed to be processed, partitioned by event type. |
238+
| `mimir_rules_events_retried_total` | `counter` | Number of events that were retried, partitioned by event type. |
239+
| `mimir_rules_events_total` | `counter` | Number of events processed, partitioned by event type. |
240240

241241
## Examples
242242

0 commit comments

Comments
 (0)