Skip to content

Commit

Permalink
Copy starttimestamp to new data point and add to test fixture to appe…
Browse files Browse the repository at this point in the history
…ase GCM
  • Loading branch information
damemi committed Jul 14, 2023
1 parent 7830343 commit 505a1cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -91,6 +91,7 @@ func AddUntypedMetrics(m pmetric.Metrics) {
}
newDataPoint.SetFlags(point.Flags())
newDataPoint.SetTimestamp(point.Timestamp())
newDataPoint.SetStartTimestamp(point.StartTimestamp())
}
}
}
Expand Down
Expand Up @@ -150,6 +150,7 @@
}
}
],
"startTimeUnixNano":"1649443416286000000",
"timeUnixNano":"1649443516286000000",
"asDouble":3
}
Expand Down

0 comments on commit 505a1cf

Please sign in to comment.