-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can it send job level metrics only? #521
Comments
BTW, I've seen this error as well |
It seems Datadog metrics API has 10MB limit. I will add a flag of I think it is possible to send the metrics by multiple requests. I will try it as well. |
According to the API doc https://datadoghq.dev/datadog-api-client-typescript/classes/v1.MetricsApi.html#submitMetrics, the maximum payload size is 3.2MB. |
Thanks for fixing this so quickly! |
@int128 quick follow up: I have a very large workflow that has many jobs (actually the number of jobs is dynamic). It seems that job-level metrics are capped at 399? I see this in the log |
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?
That way, people can choose what they want. Thanks!
The text was updated successfully, but these errors were encountered: