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
Copy file name to clipboardexpand all lines: SPEC.md
+2
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,8 @@ When the metrics are exported to Prometheus, all dot (`.`) separators are replac
79
79
80
80
This metric is a 64-bit monotonic counter that tracks the number of times a given function was invoked.
81
81
82
+
If possible, libraries SHOULD start this counter off at zero (by incrementing the counter by 0) in order to expose the names of instrumented functions to visualization tools that use the metrics. Libraries SHOULD use as many of the labels as possible for the initial call to increment by zero, including those related to objectives and setting `result="ok"`.
0 commit comments