Can metric have it's own timestamp when registering a value? #4342
ThePlenkov
started this conversation in
General
Replies: 1 comment 1 reply
-
OK, it became now a bit more clear - what needs to be done. So the proposal is: methods What do you think about this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
We'd like to use Open Telemetry SDK to register some metrics.
In our case metrics are recieved with a certain delay and the moment we create meter/metric is not the same when actual value was registered.
So since we use JS SDK i've created PR to allow to provide custom timestamp when adding/recording a value:
open-telemetry/opentelemetry-js#5273 (comment)
However this PR was rejected, because
timestamp is not part of that specification
but when I read the spec, i see that timestamp is the part of data points:So how to interpret this, is timestamp part of the spec or not?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions