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
Some field name or method name about metric is ambiguous or inconsistent, for example the MetricNode.exception is in fact exceptionQps other than total exception count, method nameNode.blockedQps() and Node.passQps() are not in the save tense.
This may increase understanding costs and lead misuse of monitoring information.
Describe what you expected to happen
Normalize field and method names about metric.
The text was updated successfully, but these errors were encountered:
Issue Description
Type: enhancement
Describe what happened (or what feature you want)
Some field name or method name about metric is ambiguous or inconsistent, for example the
MetricNode.exception
is in factexceptionQps
other than total exception count, method nameNode.blockedQps()
andNode.passQps()
are not in the save tense.This may increase understanding costs and lead misuse of monitoring information.
Describe what you expected to happen
Normalize field and method names about metric.
The text was updated successfully, but these errors were encountered: