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
There are labels shared by multiple metrics, but using different names. Using the same name across metrics would make metrics more intuitive and easier to correlate.
Such shared labels should be defined in a shared library (pkg/metrics most likely), so that they can be easily reused.
Any changes made to the existing metrics must be documented in upgrade notes.
Use opcode for ops.OpCode (rather than msg_op or op)
Add op label in addition to opcode with a human-readable string
Use event_type for EventType (rather than event or type)
The text was updated successfully, but these errors were encountered:
There are labels shared by multiple metrics, but using different names. Using the same name across metrics would make metrics more intuitive and easier to correlate.
Such shared labels should be defined in a shared library (
pkg/metrics
most likely), so that they can be easily reused.Any changes made to the existing metrics must be documented in upgrade notes.
opcode
for ops.OpCode (rather thanmsg_op
orop
)op
label in addition toopcode
with a human-readable stringevent_type
for EventType (rather thanevent
ortype
)The text was updated successfully, but these errors were encountered: