Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
docs: increase the required minimum difference between start time of …
Browse files Browse the repository at this point in the history
…the next interval (#140)

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 committed Apr 17, 2020
1 parent e02f297 commit 57347fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Expand Up @@ -32,7 +32,7 @@
* * For `DELTA` and `CUMULATIVE` metrics, the start time must be earlier
* 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 Expand Up @@ -428,7 +428,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
* * For `DELTA` and `CUMULATIVE` metrics, the start time must be earlier
* 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
Expand Up @@ -64,7 +64,7 @@ message TypedValue {
// 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 synth.metadata
Expand Up @@ -11,8 +11,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "b21bc9b46e3263cd4ebe50f60c61589e3fe797f2",
"internalRef": "305797556"
"sha": "160e3187dc93265ed635ad68e12c483c8ab4f7be",
"internalRef": "306560315"
}
},
{
Expand Down

0 comments on commit 57347fd

Please sign in to comment.