Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions docs/cloud/metrics/openmetrics/metrics-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,27 @@ Does not include the `region` label. Actions are scoped to the Namespace level.

:::

#### temporal\_cloud\_v1\_billable\_action\_count
Comment thread
nikki-dag marked this conversation as resolved.

The number of billable actions per second, broken down by action type and Workflow Type. Not all billable actions are included in this metric; see [Actions](/cloud/actions) for details on exceptions.

| Label | Description |
| ----- | ----- |
| `action_type` | The [action](/cloud/actions) type |
| `temporal_workflow_type` | The workflow type |

:::note Public Preview

This metric is currently in [Public Preview](/evaluate/development-production-features/release-stages#public-preview).

:::

:::caution High Cardinality

This metric could have high cardinality depending on number of action types and workflow types.

:::

**Type**: Rate

#### temporal\_cloud\_v1\_total\_action\_throttled\_count
Expand Down
Loading