googleinterns / cloud-operations-api-mock

Apache License 2.0
5 stars 2 forks source link

Add validation for CreateTimeSeries #41

Closed the-ericwang35 closed 4 years ago

the-ericwang35 commented 4 years ago

Adding in some validation for the CreateTimeSeries endpoint. Validation are from here. There are other checks we should make (rate limits, validating intervals are contiguous between points etc.), but they will involve storing points in memory, which I will do in a separate PR since this one is getting large.