Replies: 1 comment 1 reply
-
@mcfongtw Is there any "prior art" to this idea? Do other metrics libraries support a concept of "Metric Levels" already? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has there been any discussion about introducing a concept of Metric Level to each Metric instance?
Similar to log level in a logging framework, a metric level defines when a metric is needed. User can (statically / dynamically) enable / disable a metric according to the verbose level that is set in the reporter, i.e. the default level in reporter is set at INFO level and user can opt-in to DEBUG level if additional metric data is needed.
Beta Was this translation helpful? Give feedback.
All reactions