GoogleCloudPlatform / GoogleCloudPlatform/opentelemetry-operations-java
Better Errors for users when Metrics are submitted in too quick succession or out of order
Open
enhancement
enhancement accepted
metrics
priority: p3
- Dominant language
- Java
- Stars
- 78
- Forks
- 39
- Avg merge
- 14m
- Merged PRs (30d)
- 1
Description
Cloud Monitoring can throttle Metric timeseries that are sent in too quick sucession, or out of order.
This client can take two approaches to the problem:
1. Avoid sending the data through detection and issuing a clear error message for users.
2. Handling the failure to write the TimeSeries gracefully and issuing a clear error message for users.
Current approach is to try #1, but we're lacking refinement in the error messages for users to diagnose and fix the issue.
Contributor guide
Assessment
This issue has not been assessed yet.