Add third, undeterminated state to the result labels #95
mellowagain
started this conversation in
Ideas
Replies: 1 comment
-
This might not be the best place for this, but I'm more struggling with coming up with cases where autometrics would be unable to determine whether something was executed successfully. What sort of situations would that be? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the spec draft v1.0.0 only two result label values are accepted:
ok
anderror
My suggestions would be to have a third, undeterminated state (e.g
n/a
). This would allow consumers of the library (e.g Dora) to:This would necessitate a breaking change in the spec as the current spec draft requires functions, for which a result cannot be determinated, to be labeled as
ok
.Beta Was this translation helpful? Give feedback.
All reactions