Skip to content

Commit 50fe946

Browse files
committed
Sync documentation of main branch
1 parent 6b6f649 commit 50fe946

11 files changed

+3
-134
lines changed

_generated-doc/main/config/all-configuration-groups-generated-doc/io.quarkus.opentelemetry.runtime.config.build.EndUserSpanProcessorConfig

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"configDocKey":{"type":"string","key":".exporter","additionalKeys":[],"configDoc":"List of exporters supported by Quarkus.\n\nList of exporters to be used for tracing, separated by commas. Has one of the values on `ExporterType` `otlp`, `cdi`, `none` or the full qualified name of a class implementing `io.opentelemetry.sdk.trace.export.SpanExporter`\n\nDefault on Quarkus is `ExporterType.Constants++#++CDI_VALUE`.","withinAMap":false,"defaultValue":"cdi","javaDocSiteLink":"","docMapKey":"exporter","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":true,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_EXPORTER","enum":false}},{"configDocKey":{"type":"string","key":".sampler","additionalKeys":[],"configDoc":"The sampler to use for tracing.\n\nHas one of the values on `SamplerType` `always_on`, `always_off`, `traceidratio`, `parentbased_always_on`, `parentbased_always_off`, `parentbased_traceidratio` or the Sampler SPI name. This will use the OTel SPI hooks for the `io.opentelemetry.sdk.trace.samplers.Sampler` implementation set in the provider: `io.opentelemetry.sdk.autoconfigure.spi.traces.ConfigurableSamplerProvider`.\n\nFallbacks to the legacy property `quarkus.opentelemetry.tracer.sampler.sampler.name` or defaults to `SamplerType.Constants++#++PARENT_BASED_ALWAYS_ON`.","withinAMap":false,"defaultValue":"parentbased_always_on","javaDocSiteLink":"","docMapKey":"sampler","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_SAMPLER","enum":false}},{"configDocSection":{"name":"","optional":false,"withinAMap":false,"sectionDetails":null,"sectionDetailsTitle":".eusp","configPhase":"BUILD_TIME","topLevelGrouping":"","configGroupType":"io.quarkus.opentelemetry.runtime.config.build.EndUserSpanProcessorConfig","showSection":false,"configDocItems":[{"configDocKey":{"type":"java.lang.Boolean","key":".eusp.enabled","additionalKeys":[],"configDoc":"Enable the `io.quarkus.opentelemetry.runtime.exporter.otlp.EndUserSpanProcessor`.\n\nThe `io.quarkus.opentelemetry.runtime.exporter.otlp.EndUserSpanProcessor` adds the `io.opentelemetry.semconv.SemanticAttributes.ENDUSER_ID` and `io.opentelemetry.semconv.SemanticAttributes.ENDUSER_ROLE` to the Span.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"enabled","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_EUSP_ENABLED","enum":false}}],"anchorPrefix":null}}]
1+
[{"configDocKey":{"type":"string","key":".exporter","additionalKeys":[],"configDoc":"List of exporters supported by Quarkus.\n\nList of exporters to be used for tracing, separated by commas. Has one of the values on `ExporterType` `otlp`, `cdi`, `none` or the full qualified name of a class implementing `io.opentelemetry.sdk.trace.export.SpanExporter`\n\nDefault on Quarkus is `ExporterType.Constants++#++CDI_VALUE`.","withinAMap":false,"defaultValue":"cdi","javaDocSiteLink":"","docMapKey":"exporter","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":true,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_EXPORTER","enum":false}},{"configDocKey":{"type":"string","key":".sampler","additionalKeys":[],"configDoc":"The sampler to use for tracing.\n\nHas one of the values on `SamplerType` `always_on`, `always_off`, `traceidratio`, `parentbased_always_on`, `parentbased_always_off`, `parentbased_traceidratio` or the Sampler SPI name. This will use the OTel SPI hooks for the `io.opentelemetry.sdk.trace.samplers.Sampler` implementation set in the provider: `io.opentelemetry.sdk.autoconfigure.spi.traces.ConfigurableSamplerProvider`.\n\nFallbacks to the legacy property `quarkus.opentelemetry.tracer.sampler.sampler.name` or defaults to `SamplerType.Constants++#++PARENT_BASED_ALWAYS_ON`.","withinAMap":false,"defaultValue":"parentbased_always_on","javaDocSiteLink":"","docMapKey":"sampler","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_SAMPLER","enum":false}}]

0 commit comments

Comments
 (0)