What is the terminated workflow metric key word?

I want to get the metrics regarding terminated workflows. What is the metric keyword I should be looking for? Is workflow_cancelled equivalent to workflow terminated?

Assuming you are looking for SDK metrics. Which SDK are you using?

For cancelled workflows you can use temporal_workflow_canceled and filter on namespace, taskqueue, workflow_type and any custom metrics you might define.

For terminated workflows you can use temporal_requestSDK metric and filter on operation=“TerminateWorkflowExecution” (and namespace, task_queue, etc).

Also if you can please use the “Support” category for questions if possible. “Developer Corner” is more for Temporal devs to post currently. Thanks.