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
Currently, if I want to enable a non-default metric category, but keep all default metrics enabled, my only option is to use --metrics-categories=A,B,C,D,...,X (all default categories plus the non-default category I want to use).
It would be great if I had the option of just enabling all default categories + the extra non-default categories I want.
Currently, if I want to enable a non-default metric category, but keep all default metrics enabled, my only option is to use
--metrics-categories=A,B,C,D,...,X
(all default categories plus the non-default category I want to use).It would be great if I had the option of just enabling all default categories + the extra non-default categories I want.
Something like:
teku --metrics-enabled --metrics-default-categories-enabled --metrics-categories=X
--metrics-default-categories-enabled
default value istrue
.Another idea:
teku --metrics-enabled --metrics-categories=DEFAULT,X
Using an "alias" for default metrics.
The text was updated successfully, but these errors were encountered: