private static final Map<OperationType, AbstractExternalResourceMetricsGenerator> metricsGenerators =
Collections.unmodifiableMap(
toGeneratorsMap(createExternalResourceMetricsGenerators(false, METRICS_OPS)));
public JdbcTraceIntegrationTest() {
super(new AbstractExternalResourceMetricsGenerator(OperationType.UNKNOWN) { /* nothing extra */
});
}