Commit 04d2d75
committed
KCBC-198 Support configuring observabilitySemanticConventions via code
Motivation
----------
Prior to this change, a user could configure the convention
via the `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable
or the `observabilitySemanticConventions` connection string parameter.
For parity with other JVM SDKs, we also want to support configuration
via code.
Change-Id: Ibcfc41a0f5383f6df3f39f91c4c304989de5c292
Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/239740
Tested-by: Build Bot <[email protected]>
Reviewed-by: Graham Pople <[email protected]>
(cherry picked from commit 9182b27)
Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/239895
Reviewed-by: David Nault <[email protected]>1 parent 28ce6ba commit 04d2d75
1 file changed
Lines changed: 7 additions & 0 deletions
File tree
- kotlin-client/src/main/kotlin/com/couchbase/client/kotlin/env/dsl
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
196 | 203 | | |
197 | 204 | | |
0 commit comments