Skip to content

Commit 91612bc

Browse files
committed
Sync documentation of main branch
1 parent 51bca82 commit 91612bc

16 files changed

+143
-21
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"configDocKey":{"type":"java.lang.Boolean","key":".suppress-non-application-uris","additionalKeys":[],"configDoc":"Suppress non-application uris from trace collection. This will suppress tracing of `/q` endpoints.\n\nProviding a custom `io.opentelemetry.sdk.trace.samplers.Sampler` CDI Bean will ignore this setting.\n\nThis is a Quarkus specific property. Suppressing non-application uris is enabled by default.\n\nFallbacks to the legacy property `quarkus.opentelemetry.tracer.suppress-non-application-uris` or defaults to `true`.","withinAMap":false,"defaultValue":"true","javaDocSiteLink":"","docMapKey":"suppress-non-application-uris","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"java.lang.Boolean","key":".include-static-resources","additionalKeys":[],"configDoc":"Include static resources from trace collection.\n\nThis is a Quarkus specific property. Include static resources is disabled by default. Providing a custom `io.opentelemetry.sdk.trace.samplers.Sampler` CDI Bean will ignore this setting.\n\nFallbacks to the legacy property `quarkus.opentelemetry.tracer.include-static-resources` or defaults to `false`.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"include-static-resources","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"java.lang.Double","key":".sampler.arg","additionalKeys":[],"configDoc":"An argument to the configured tracer if supported, for example a ratio.\n\nFallbacks to the legacy property `quarkus.opentelemetry.tracer.sampler.ratio` or defaults to `1.0`.","withinAMap":false,"defaultValue":"1.0d","javaDocSiteLink":"","docMapKey":"sampler-arg","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}}]
1+
[{"configDocKey":{"type":"java.lang.Boolean","key":".suppress-non-application-uris","additionalKeys":[],"configDoc":"Suppress non-application uris from trace collection. This will suppress tracing of `/q` endpoints.\n\nProviding a custom `io.opentelemetry.sdk.trace.samplers.Sampler` CDI Bean will ignore this setting.\n\nThis is a Quarkus specific property. Suppressing non-application uris is enabled by default.\n\nFallbacks to the legacy property `quarkus.opentelemetry.tracer.suppress-non-application-uris` or defaults to `true`.","withinAMap":false,"defaultValue":"true","javaDocSiteLink":"","docMapKey":"suppress-non-application-uris","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"java.lang.Boolean","key":".include-static-resources","additionalKeys":[],"configDoc":"Include static resources from trace collection.\n\nThis is a Quarkus specific property. Include static resources is disabled by default. Providing a custom `io.opentelemetry.sdk.trace.samplers.Sampler` CDI Bean will ignore this setting.\n\nFallbacks to the legacy property `quarkus.opentelemetry.tracer.include-static-resources` or defaults to `false`.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"include-static-resources","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"string","key":".sampler.arg","additionalKeys":[],"configDoc":"Sampler argument. Depends on the `quarkus.otel.traces.sampler` property. Fallbacks to the legacy property `quarkus.opentelemetry.tracer.sampler.ratio`.\n\nWhen setting the stock sampler to `traceidratio` or `parentbased_traceidratio` you need to set a `double` compatible value between `0.0d` and `1.0d`, like `0.01d` or `0.5d`. It is kept as a `String` to allow the flexible customisation of alternative samplers.\n\nDefaults to `1.0d`.","withinAMap":false,"defaultValue":"1.0d","javaDocSiteLink":"","docMapKey":"sampler-arg","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}}]

_generated-doc/main/config/all-configuration-roots-generated-doc/io.quarkus.opentelemetry.runtime.config.runtime.OTelRuntimeConfig

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"configDocKey":{"type":"string","key":"quarkus.security-jpa.persistence-unit-name","additionalKeys":[],"configDoc":"Selects the Hibernate ORM persistence unit. Default persistence unit is used when no value is specified.","withinAMap":false,"defaultValue":"<default>","javaDocSiteLink":"","docMapKey":"persistence-unit-name","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.security-jpa","enum":false}}]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
io.quarkus.security.jpa.deployment.SecurityJpaBuildTimeConfig

_generated-doc/main/config/quarkus-all-config.adoc

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51209,17 +51209,19 @@ a| [[quarkus-opentelemetry_quarkus.otel.traces.sampler.arg]]`link:#quarkus-opent
5120951209

5121051210
[.description]
5121151211
--
51212-
An argument to the configured tracer if supported, for example a ratio.
51212+
Sampler argument. Depends on the `quarkus.otel.traces.sampler` property. Fallbacks to the legacy property `quarkus.opentelemetry.tracer.sampler.ratio`.
5121351213

51214-
Fallbacks to the legacy property `quarkus.opentelemetry.tracer.sampler.ratio` or defaults to `1.0`.
51214+
When setting the stock sampler to `traceidratio` or `parentbased_traceidratio` you need to set a `double` compatible value between `0.0d` and `1.0d`, like `0.01d` or `0.5d`. It is kept as a `String` to allow the flexible customisation of alternative samplers.
51215+
51216+
Defaults to `1.0d`.
5121551217

5121651218
ifdef::add-copy-button-to-env-var[]
5121751219
Environment variable: env_var_with_copy_button:+++QUARKUS_OTEL_TRACES_SAMPLER_ARG+++[]
5121851220
endif::add-copy-button-to-env-var[]
5121951221
ifndef::add-copy-button-to-env-var[]
5122051222
Environment variable: `+++QUARKUS_OTEL_TRACES_SAMPLER_ARG+++`
5122151223
endif::add-copy-button-to-env-var[]
51222-
--|double
51224+
--|string
5122351225
|`1.0d`
5122451226

5122551227

@@ -63591,6 +63593,28 @@ endif::add-copy-button-to-env-var[]
6359163593
|
6359263594

6359363595

63596+
h|[[quarkus-security-jpa_quarkus-security-jpa-security-jpa]]link:#quarkus-security-jpa_quarkus-security-jpa-security-jpa[Security JPA]
63597+
63598+
h|Type
63599+
h|Default
63600+
63601+
a|icon:lock[title=Fixed at build time] [[quarkus-security-jpa_quarkus.security-jpa.persistence-unit-name]]`link:#quarkus-security-jpa_quarkus.security-jpa.persistence-unit-name[quarkus.security-jpa.persistence-unit-name]`
63602+
63603+
63604+
[.description]
63605+
--
63606+
Selects the Hibernate ORM persistence unit. Default persistence unit is used when no value is specified.
63607+
63608+
ifdef::add-copy-button-to-env-var[]
63609+
Environment variable: env_var_with_copy_button:+++QUARKUS_SECURITY_JPA_PERSISTENCE_UNIT_NAME+++[]
63610+
endif::add-copy-button-to-env-var[]
63611+
ifndef::add-copy-button-to-env-var[]
63612+
Environment variable: `+++QUARKUS_SECURITY_JPA_PERSISTENCE_UNIT_NAME+++`
63613+
endif::add-copy-button-to-env-var[]
63614+
--|string
63615+
|`<default>`
63616+
63617+
6359463618
h|[[quarkus-security-webauthn_quarkus-security-webauthn-security-webauthn]]link:#quarkus-security-webauthn_quarkus-security-webauthn-security-webauthn[Security WebAuthn]
6359563619

6359663620
h|Type

_generated-doc/main/config/quarkus-opentelemetry-config-group-config-runtime-traces-runtime-config.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,19 @@ a| [[quarkus-opentelemetry-config-group-config-runtime-traces-runtime-config_qua
5959

6060
[.description]
6161
--
62-
An argument to the configured tracer if supported, for example a ratio.
62+
Sampler argument. Depends on the `quarkus.otel.traces.sampler` property. Fallbacks to the legacy property `quarkus.opentelemetry.tracer.sampler.ratio`.
6363

64-
Fallbacks to the legacy property `quarkus.opentelemetry.tracer.sampler.ratio` or defaults to `1.0`.
64+
When setting the stock sampler to `traceidratio` or `parentbased_traceidratio` you need to set a `double` compatible value between `0.0d` and `1.0d`, like `0.01d` or `0.5d`. It is kept as a `String` to allow the flexible customisation of alternative samplers.
65+
66+
Defaults to `1.0d`.
6567

6668
ifdef::add-copy-button-to-env-var[]
6769
Environment variable: env_var_with_copy_button:+++QUARKUS_OTEL_TRACES_SAMPLER_ARG+++[]
6870
endif::add-copy-button-to-env-var[]
6971
ifndef::add-copy-button-to-env-var[]
7072
Environment variable: `+++QUARKUS_OTEL_TRACES_SAMPLER_ARG+++`
7173
endif::add-copy-button-to-env-var[]
72-
--|double
74+
--|string
7375
|`1.0d`
7476

7577
|===

_generated-doc/main/config/quarkus-opentelemetry-general-config-items.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,17 +120,19 @@ a| [[quarkus-opentelemetry-general-config-items_quarkus.otel.traces.sampler.arg]
120120

121121
[.description]
122122
--
123-
An argument to the configured tracer if supported, for example a ratio.
123+
Sampler argument. Depends on the `quarkus.otel.traces.sampler` property. Fallbacks to the legacy property `quarkus.opentelemetry.tracer.sampler.ratio`.
124124

125-
Fallbacks to the legacy property `quarkus.opentelemetry.tracer.sampler.ratio` or defaults to `1.0`.
125+
When setting the stock sampler to `traceidratio` or `parentbased_traceidratio` you need to set a `double` compatible value between `0.0d` and `1.0d`, like `0.01d` or `0.5d`. It is kept as a `String` to allow the flexible customisation of alternative samplers.
126+
127+
Defaults to `1.0d`.
126128

127129
ifdef::add-copy-button-to-env-var[]
128130
Environment variable: env_var_with_copy_button:+++QUARKUS_OTEL_TRACES_SAMPLER_ARG+++[]
129131
endif::add-copy-button-to-env-var[]
130132
ifndef::add-copy-button-to-env-var[]
131133
Environment variable: `+++QUARKUS_OTEL_TRACES_SAMPLER_ARG+++`
132134
endif::add-copy-button-to-env-var[]
133-
--|double
135+
--|string
134136
|`1.0d`
135137

136138

_generated-doc/main/config/quarkus-opentelemetry.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,17 +194,19 @@ a| [[quarkus-opentelemetry_quarkus.otel.traces.sampler.arg]]`link:#quarkus-opent
194194

195195
[.description]
196196
--
197-
An argument to the configured tracer if supported, for example a ratio.
197+
Sampler argument. Depends on the `quarkus.otel.traces.sampler` property. Fallbacks to the legacy property `quarkus.opentelemetry.tracer.sampler.ratio`.
198198

199-
Fallbacks to the legacy property `quarkus.opentelemetry.tracer.sampler.ratio` or defaults to `1.0`.
199+
When setting the stock sampler to `traceidratio` or `parentbased_traceidratio` you need to set a `double` compatible value between `0.0d` and `1.0d`, like `0.01d` or `0.5d`. It is kept as a `String` to allow the flexible customisation of alternative samplers.
200+
201+
Defaults to `1.0d`.
200202

201203
ifdef::add-copy-button-to-env-var[]
202204
Environment variable: env_var_with_copy_button:+++QUARKUS_OTEL_TRACES_SAMPLER_ARG+++[]
203205
endif::add-copy-button-to-env-var[]
204206
ifndef::add-copy-button-to-env-var[]
205207
Environment variable: `+++QUARKUS_OTEL_TRACES_SAMPLER_ARG+++`
206208
endif::add-copy-button-to-env-var[]
207-
--|double
209+
--|string
208210
|`1.0d`
209211

210212

_generated-doc/main/config/quarkus-otel-config-runtime-o-tel-runtime-config.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,19 @@ a| [[quarkus-otel-config-runtime-o-tel-runtime-config_quarkus.otel.traces.sample
7878

7979
[.description]
8080
--
81-
An argument to the configured tracer if supported, for example a ratio.
81+
Sampler argument. Depends on the `quarkus.otel.traces.sampler` property. Fallbacks to the legacy property `quarkus.opentelemetry.tracer.sampler.ratio`.
8282

83-
Fallbacks to the legacy property `quarkus.opentelemetry.tracer.sampler.ratio` or defaults to `1.0`.
83+
When setting the stock sampler to `traceidratio` or `parentbased_traceidratio` you need to set a `double` compatible value between `0.0d` and `1.0d`, like `0.01d` or `0.5d`. It is kept as a `String` to allow the flexible customisation of alternative samplers.
84+
85+
Defaults to `1.0d`.
8486

8587
ifdef::add-copy-button-to-env-var[]
8688
Environment variable: env_var_with_copy_button:+++QUARKUS_OTEL_TRACES_SAMPLER_ARG+++[]
8789
endif::add-copy-button-to-env-var[]
8890
ifndef::add-copy-button-to-env-var[]
8991
Environment variable: `+++QUARKUS_OTEL_TRACES_SAMPLER_ARG+++`
9092
endif::add-copy-button-to-env-var[]
91-
--|double
93+
--|string
9294
|`1.0d`
9395

9496

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
:summaryTableId: quarkus-security-jpa-security-jpa-build-time-config
3+
[.configuration-legend]
4+
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime
5+
[.configuration-reference, cols="80,.^10,.^10"]
6+
|===
7+
8+
h|[[quarkus-security-jpa-security-jpa-build-time-config_configuration]]link:#quarkus-security-jpa-security-jpa-build-time-config_configuration[Configuration property]
9+
10+
h|Type
11+
h|Default
12+
13+
a|icon:lock[title=Fixed at build time] [[quarkus-security-jpa-security-jpa-build-time-config_quarkus.security-jpa.persistence-unit-name]]`link:#quarkus-security-jpa-security-jpa-build-time-config_quarkus.security-jpa.persistence-unit-name[quarkus.security-jpa.persistence-unit-name]`
14+
15+
16+
[.description]
17+
--
18+
Selects the Hibernate ORM persistence unit. Default persistence unit is used when no value is specified.
19+
20+
ifdef::add-copy-button-to-env-var[]
21+
Environment variable: env_var_with_copy_button:+++QUARKUS_SECURITY_JPA_PERSISTENCE_UNIT_NAME+++[]
22+
endif::add-copy-button-to-env-var[]
23+
ifndef::add-copy-button-to-env-var[]
24+
Environment variable: `+++QUARKUS_SECURITY_JPA_PERSISTENCE_UNIT_NAME+++`
25+
endif::add-copy-button-to-env-var[]
26+
--|string
27+
|`<default>`
28+
29+
|===

0 commit comments

Comments
 (0)