Skip to content

Commit bf0083d

Browse files
committed
update camel and couchbase descriptions
1 parent e897b47 commit bf0083d

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

docs/instrumentation-list.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ libraries:
426426
type: STRING
427427
camel:
428428
- name: camel-2.20
429-
description: This instrumentation provides support for Apache Camel and generates
430-
spans for each route execution.
429+
description: |
430+
This instrumentation provides tracing for Apache Camel 2.x applications by generating spans for each route execution. For Camel versions 3.5 and newer, users should instead use the native 'camel-opentelemetry' component provided directly by the Camel project.
431431
source_path: instrumentation/camel-2.20
432432
scope:
433433
name: io.opentelemetry.camel-2.20
@@ -502,7 +502,7 @@ libraries:
502502
couchbase:
503503
- name: couchbase-3.1.6
504504
description: |
505-
Couchbase instrumentation is owned upstream. This Couchbase instrumentation manipulates the constructor of the CoreEnvironment.Builder class and sets the Couchbase requestTracer to use an OpenTelemetryRequestTracer that integrates with the OpenTelemetry agent.
505+
Couchbase instrumentation is owned by the Couchbase project. This instrumentation automatically configures the instrumentation provided by the Couchbase library.
506506
source_path: instrumentation/couchbase/couchbase-3.1.6
507507
scope:
508508
name: io.opentelemetry.couchbase-3.1.6
@@ -537,7 +537,7 @@ libraries:
537537
default: false
538538
- name: couchbase-3.2
539539
description: |
540-
Couchbase instrumentation is owned upstream. This Couchbase instrumentation manipulates the constructor of the CoreEnvironment.Builder class and sets the Couchbase requestTracer to use an OpenTelemetryRequestTracer that integrates with the OpenTelemetry agent.
540+
Couchbase instrumentation is owned by the Couchbase project. This instrumentation automatically configures the instrumentation provided by the Couchbase library.
541541
source_path: instrumentation/couchbase/couchbase-3.2
542542
scope:
543543
name: io.opentelemetry.couchbase-3.2
@@ -546,7 +546,7 @@ libraries:
546546
- com.couchbase.client:java-client:[3.2.0,)
547547
- name: couchbase-3.1
548548
description: |
549-
Couchbase instrumentation is owned upstream. This Couchbase instrumentation manipulates the constructor of the CoreEnvironment.Builder class and sets the Couchbase requestTracer to use an OpenTelemetryRequestTracer that integrates with the OpenTelemetry agent.
549+
Couchbase instrumentation is owned by the Couchbase project. This instrumentation automatically configures the instrumentation provided by the Couchbase library.
550550
source_path: instrumentation/couchbase/couchbase-3.1
551551
scope:
552552
name: io.opentelemetry.couchbase-3.1

instrumentation/camel-2.20/metadata.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
description: This instrumentation provides support for Apache Camel and generates spans for each route execution.
1+
description: >
2+
This instrumentation provides tracing for Apache Camel 2.x applications by generating spans for
3+
each route execution. For Camel versions 3.5 and newer, users should instead use the native
4+
'camel-opentelemetry' component provided directly by the Camel project.
25
configurations:
36
- name: otel.instrumentation.camel.experimental-span-attributes
47
description: Enable the capture of experimental span attributes.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
description: >
2-
Couchbase instrumentation is owned upstream. This Couchbase instrumentation manipulates the
3-
constructor of the CoreEnvironment.Builder class and sets the Couchbase requestTracer to use an
4-
OpenTelemetryRequestTracer that integrates with the OpenTelemetry agent.
2+
Couchbase instrumentation is owned by the Couchbase project. This instrumentation automatically
3+
configures the instrumentation provided by the Couchbase library.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
description: >
2-
Couchbase instrumentation is owned upstream. This Couchbase instrumentation manipulates the
3-
constructor of the CoreEnvironment.Builder class and sets the Couchbase requestTracer to use an
4-
OpenTelemetryRequestTracer that integrates with the OpenTelemetry agent.
2+
Couchbase instrumentation is owned by the Couchbase project. This instrumentation automatically
3+
configures the instrumentation provided by the Couchbase library.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
description: >
2-
Couchbase instrumentation is owned upstream. This Couchbase instrumentation manipulates the
3-
constructor of the CoreEnvironment.Builder class and sets the Couchbase requestTracer to use an
4-
OpenTelemetryRequestTracer that integrates with the OpenTelemetry agent.
2+
Couchbase instrumentation is owned by the Couchbase project. This instrumentation automatically
3+
configures the instrumentation provided by the Couchbase library.

0 commit comments

Comments
 (0)