You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This only affects the JavaScript OpenTelemetry library
This may affect other libraries, but I would like to get opinions here first
The properties of monotonicity and absoluteness are encoded in the instrument itself, rather than passed in as a descriptor by the user. Currently, instruments allow for absoluteness to be configured by the user upon instantiation.
The text was updated successfully, but these errors were encountered:
It appears this is currently only done through the ValueRecorder? As such, will likely naturally take care of this at the same time as allowing negatives for ValueRecorder.
The properties of monotonicity and absoluteness are encoded in the instrument itself, rather than passed in as a descriptor by the user. Currently, instruments allow for absoluteness to be configured by the user upon instantiation.
The text was updated successfully, but these errors were encountered: