-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Send metrics to Dynatrace in chunks of 1000 #2468
Send metrics to Dynatrace in chunks of 1000 #2468
Conversation
@dyladan please find an extra codeowner for this component so I can ask them to do the initial review :) |
Codecov Report
@@ Coverage Diff @@
## main #2468 +/- ##
==========================================
- Coverage 90.91% 90.90% -0.02%
==========================================
Files 411 411
Lines 20467 20479 +12
==========================================
+ Hits 18608 18616 +8
- Misses 1397 1404 +7
+ Partials 462 459 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@bogdandrutu done in #2469 |
69e27a2
to
fd2a27b
Compare
…2468) Signed-off-by: Bogdan Drutu <[email protected]>
* Send metrics to Dynatrace in chunks of 1000 * Send metrics to Dynatrace in chunks of 1000 * Use a constant for max chunk size * make logging consistent with other logging
The Dynatrace metrics API cannot accept more than 1000 metrics in a single request. Attempt to send in chunks of 1000, warning the user not more than once per 60 seconds.