Fetches runtime metrics for a :ref:`ref_flyteidl.admin.Execution`
Retrieve metrics from an existing workflow execution.
Path Parameters
Name of the project the resource belongs to.
Name of the domain the resource belongs to. A domain can be considered as a subset within a specific project.
User or system provided value for the resource.
Query Parameters
Optional, org key applied to the resource.
depth defines the number of Flyte entity levels to traverse when breaking down execution details.
Response
A successful response.
WorkflowExecutionGetMetricsResponse represents the response containing metrics for the specified workflow execution.
Span represents a duration trace of Flyte execution. The id field denotes a Flyte execution entity or an operation which uniquely identifies the Span. The spans attribute allows this Span to be further broken down into more precise definitions.