Skip to content

Align spring boot starter configuration properties with SDK autoconfigure properties #8191

Description

@trask

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

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions