Skip to content

Commit

Permalink
Increase the required minimum difference between start time of the ne…
Browse files Browse the repository at this point in the history
…xt interval

and the end time of the previous one from the one microsecond to one millisecond.
This will enable some resource savings for in-memory storage.

PiperOrigin-RevId: 306560315

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Apr 14 19:10:51 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 160e3187dc93265ed635ad68e12c483c8ab4f7be
Source-Link: googleapis/googleapis@160e318
  • Loading branch information
yoshi-automation authored and jskeet committed Apr 15, 2020
1 parent 615c494 commit 6ca5e50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ public enum ValueOneofCase {
/// than the end time.
///
/// * In all cases, the start time of the next interval must be
/// at least a microsecond after the end time of the previous interval.
/// at least a millisecond after the end time of the previous interval.
/// Because the interval is closed, if the start time of a new interval
/// is the same as the end time of the previous interval, data written
/// at the new start time could overwrite data written at the previous
Expand Down
4 changes: 2 additions & 2 deletions apis/Google.Cloud.Monitoring.V3/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-cloud-dotnet.git",
"sha": "1469d9650cba00fcb7a6109c417772b4e4a6db29"
"sha": "f3e627ac0972417f8af7e51937b3a8541c089cac"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "b21bc9b46e3263cd4ebe50f60c61589e3fe797f2"
"sha": "160e3187dc93265ed635ad68e12c483c8ab4f7be"
}
}
]
Expand Down

0 comments on commit 6ca5e50

Please sign in to comment.