Spring boot starter configuration properties: https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/spring/spring-boot-autoconfigure/README.md#configuration-properties
SDK autoconfigure properties: https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/autoconfigure/README.md
Examples:
- in the spring boot starter we have
otel.exporter.otlp.enabled=false and in the SDK autoconfigure module we have otel.(traces|metrics|logs).exporter=none
- in the spring boot starter we have
otel.springboot.resource.attributes and in the SDK autoconfigure module we have otel.resource.attributes
- in the spring boot starter we have
otel.springboot.resource.attributes.service.name and in the SDK autoconfigure module we have otel.service.name
Spring boot starter configuration properties: https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/spring/spring-boot-autoconfigure/README.md#configuration-properties
SDK autoconfigure properties: https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/autoconfigure/README.md
Examples:
otel.exporter.otlp.enabled=falseand in the SDK autoconfigure module we haveotel.(traces|metrics|logs).exporter=noneotel.springboot.resource.attributesand in the SDK autoconfigure module we haveotel.resource.attributesotel.springboot.resource.attributes.service.nameand in the SDK autoconfigure module we haveotel.service.name