Skip to content
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

Fix time series start time #573

Merged
1 commit merged into from
Jan 11, 2023
Merged

Fix time series start time #573

1 commit merged into from
Jan 11, 2023

Conversation

ghost
Copy link

@ghost ghost commented Jan 11, 2023

GCP Cloud Monitoring returns an error if the time series start time is equal or after the time series end time. Even if the code already takes that into account, we still get this error when the app exports metrics for the time after being deployed.

This probably happens because timestamps in GCP Cloud Monitoring have microsecond precision, which means that the timestamps we initially send look identical on their side.

@ghost ghost requested a review from eandre January 11, 2023 12:59
@encore-cla
Copy link

encore-cla bot commented Jan 11, 2023

All committers have signed the CLA.

@ghost ghost merged commit 439eb5c into main Jan 11, 2023
@ghost ghost deleted the metrics/fix-start-time branch January 11, 2023 13:06
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant