-
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
Limit of number of metrics per workflow run? #478
Comments
@int128 can you take a look? Our workflow keeps getting larger and larger. It would be great if this action can send all the metrics of a workflow run, even when there are lots of metrics at the job or step level. Can the metrics be split into small chunks so they don't exceed Datadog's limit? Thanks! |
@int128 can you take a look? can you point me to the code that sends metrics to datadog? I might take a stab at making a change for this. |
This function sends the metrics to Datadog API. Does it need to split them to smaller chunks? datadog-actions-metrics/src/client.ts Lines 44 to 52 in 05c61e8
It also needs to paginate the GitHub API calls here:
datadog-actions-metrics/src/workflowRun/handler.ts Lines 49 to 55 in 05c61e8
|
Hi @int128, Thanks for your response! I just looked at one of our largest workflows and I didn't see any problems. You can close this issue now! These are the logs if it helps.
|
Is there a limit of how many metrics that can be sent to datadog per workflow run? We have a pretty complicated workflow and I'm noticing that there are no metrics for certain jobs. Here's an example:
Even with 3288 metrics, there are still no metrics for certain jobs. Thanks!
The text was updated successfully, but these errors were encountered: