Skip to content

Commit 1ea9292

Browse files
Remove export as an example of is_background actions/operations (#5058)
History/Workflow Export is not accounted for via the `is_background` label on `temporal_cloud_v1_total_action_count` / `temporal_cloud_v0_total_action_count`. Drop the misleading export examples from the OpenMetrics (v1) and legacy (v0) metrics references. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 3d49a7a commit 1ea9292

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ The total number of actions performed per second. Actions with `is_background=fa
607607

608608
| Label | Description |
609609
| ----- | ----- |
610-
| `is_background` | Whether the action was background: `true` or `false`. Background actions (e.g. History export) do not count toward the action rate limit |
610+
| `is_background` | Whether the action was background: `true` or `false`. Background actions do not count toward the action rate limit |
611611
| `namespace_mode` | Indicates if actions are produced by an `active` or a `standby` Namespace |
612612

613613
:::note

docs/cloud/metrics/reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Use the following labels to filter metrics:
219219
| `temporal_account` | Temporal Account. |
220220
| `temporal_namespace` | Temporal Namespace. |
221221
| `temporal_service_type` | Frontend or Matching or History or Worker. |
222-
| `is_background` | This label on `temporal_cloud_v0_total_action_count` indicates when actions are produced by a Temporal background job, for example: hourly Workflow Export. |
222+
| `is_background` | This label on `temporal_cloud_v0_total_action_count` indicates when actions are produced by a Temporal background job. |
223223
| `namespace_mode` | This label on `temporal_cloud_v0_total_action_count` indicates if actions are produced by an active vs a standby Namespace. For a regular Namespace, `namespace_mode` will always be “active”. |
224224

225225
The following is an example of how you can filter metrics using labels:

0 commit comments

Comments
 (0)