Skip to content

Commit ef2a41f

Browse files
Clarify namespace_mode description (#3982)
1 parent 16e1090 commit ef2a41f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/production-deployment/cloud/metrics/openmetrics/metrics-reference.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ The total number of actions performed per second.
334334
| Label | Description |
335335
| ----- | ----- |
336336
| `is_background` | Whether the action was background: `true` or `false` |
337-
| `namespace_mode` | The namespace mode |
337+
| `namespace_mode` | Indicates if actions are produced by an `active` or a `standby` Namespace |
338338

339339
**Type**: Rate
340340

@@ -346,7 +346,7 @@ The number of operations performed per second.
346346
| ----- | ----- |
347347
| `operation` | The name of the operation |
348348
| `is_background` | State of the background operation: `true` or `false` |
349-
| `namespace_mode` | The namespace mode |
349+
| `namespace_mode` | Indicates if operations are produced by an `active` or a `standby` Namespace |
350350

351351
**Type**: Rate
352352

@@ -358,7 +358,7 @@ The number of operations throttled due to rate limits per second.
358358
| ----- | ----- |
359359
| `operation` | The name of the operation |
360360
| `is_background` | State of the background operation: `true` or `false` |
361-
| `namespace_mode` | The namespace mode |
361+
| `namespace_mode` | Indicates if actions are throttled in an `active` or a `standby` Namespace |
362362

363363
**Type**: Rate
364364

0 commit comments

Comments
 (0)