generated from int128/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
When the collect-job-metrics
flag is set to true, metrics at the job level as well as step level are sent to datadog. This doesn't work well if a workflow has a lot of jobs and steps. For a large workflow we have, not every job & step level metric is sent to datadog because I think there's a limit.
Can this flag be broken down to two flags?
- collect-job-metrics (collect job-level metrics only)
- collect-step-metrics (collect step-level metrics only)
That way, people can choose what they want. Thanks!
Metadata
Metadata
Assignees
Labels
No labels