Data Source Metrics Config
enum DataSourceMetricsConfig : Enum<DataSourceMetricsConfig> , ConvertibleToJava<DataSourceMetricsConfig>
Enables or disables enhanced data source metrics for specified data sources. Note that MetricsConfig
won't be used unless the dataSourceLevelMetricsBehavior
value is set to PER_DATA_SOURCE_METRICS
. If the dataSourceLevelMetricsBehavior
is set to FULL_REQUEST_DATA_SOURCE_METRICS
instead, MetricsConfig
will be ignored. However, you can still set its value. MetricsConfig
can be ENABLED
or DISABLED
.
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.