File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
resources/src/test/java/co/elastic/otel/resources Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 2020
2121import static org .assertj .core .api .Assertions .assertThat ;
2222
23- import io .opentelemetry .instrumentation .resources .ResourceProviderPropertiesCustomizer ;
2423import io .opentelemetry .sdk .autoconfigure .spi .internal .DefaultConfigProperties ;
25- import java .lang .reflect .Field ;
2624import java .util .Arrays ;
2725import java .util .Collections ;
2826import java .util .HashMap ;
3230
3331class ResourcesAutoConfigurationTest {
3432
35- private static final List <String > LIST = Arrays .asList (
36- config ("gcp" ),
37- config ("aws" ),
38- config ("azure" ));
33+ private static final List <String > LIST =
34+ Arrays .asList (config ("gcp" ), config ("aws" ), config ("azure" ));
3935
4036 private static String config (String provider ) {
4137 return String .format ("otel.resource.providers.%s.enabled" , provider );
You can’t perform that action at this time.
0 commit comments