Skip to content

Commit

Permalink
fix(js/plugins/google-cloud): Update startTime mutation comment to in…
Browse files Browse the repository at this point in the history
…clude more of the why
  • Loading branch information
schnecle committed Feb 11, 2025
1 parent b1ae857 commit ab98f16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/plugins/google-cloud/src/gcpOpenTelemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,9 @@ class MetricExporterWrapper extends MetricExporter {
* and will convert any DELTA aggregations to CUMULATIVE ones on
* export. There is implicit overlap in the start/end times that
* the Metric reader is sending -- the end_time of the previous
* export will become the start_time of the current export. This
* export will become the start_time of the current export. The
* overlap in times means that only one of those records will
* persist and the other will be overwritten. This
* method adds a thousandth of a second to ensure discrete export
* timeframes.
*/
Expand Down

0 comments on commit ab98f16

Please sign in to comment.