Skip to content
Draft
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
9 changes: 8 additions & 1 deletion docs/cloud/metrics/openmetrics/metrics-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,13 @@ These metrics could have high cardinality depending on number of activity types,

:::

:::note Standalone Activities

Standalone Activities are Activity Executions that are started independently, without an associated Workflow. For Activity metrics that include the `temporal_workflow_type` label, Standalone Activities use the placeholder value `"__standalone_activity"`.

:::


#### temporal\_cloud\_v1\_activity\_success\_count

Successful activity completions per second.
Expand Down Expand Up @@ -332,7 +339,7 @@ Activity cancellations per second.

#### temporal\_cloud\_v1\_activity\_terminate\_count

Activity terminations per second.
Activity terminations per second. This metric only applies to Standalone Activities. Regular Activities that run within a Workflow cannot be terminated independently.

| Label | Description |
| ----- | ----- |
Expand Down