Interface MetricsConfiguration.UserPrincipalTag
- Enclosing interface:
MetricsConfiguration
public static interface MetricsConfiguration.UserPrincipalTag
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether to include the User Principal tag in the API request metrics.
-
Method Details
-
enableInApiMetrics
@WithDefault("false") boolean enableInApiMetrics()Whether to include the User Principal tag in the API request metrics.Beware that if the cardinality of this tag is too high, it can cause performance issues or even crash the server.
-