![JAR search and dependency download from the Maven repository](/logo.png)
META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-cloud-sleuth-otel-autoconfigure Show documentation
Show all versions of spring-cloud-sleuth-otel-autoconfigure Show documentation
Spring Cloud Sleuth AutoConfigure
The newest version!
{
"properties": [
{
"name": "spring.sleuth.otel.multiple-tracer-configs-detector-enabled",
"type": "java.lang.Boolean",
"description": "Enable detection of autoconfiguration for multiple tracers (i.e.: Brave and OTel); only one of them should be used.",
"defaultValue": true
},
{
"name": "spring.sleuth.otel.propagation.sleuth-baggage.enabled",
"type": "java.lang.Boolean",
"description": "Enable propagating baggage in a Sleuth compatible way (baggage key & value pair means e.g. a key & value HTTP pair).",
"defaultValue": true
},
{
"name": "spring.sleuth.otel.propagation.composite-text-map-propagator.enabled",
"type": "java.lang.Boolean",
"description": "Enable a composite text map propagator that can combine multiple propagation types into a single text map propagator.",
"defaultValue": true
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy