Skip to content

Commit 9150ab4

Browse files
Nevayjack-berg
andauthored
Delete jaeger propagator from propagator snippet (#511)
Co-authored-by: Jack Berg <34418638+jack-berg@users.noreply.github.com>
1 parent 521062a commit 9150ab4

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

opentelemetry_configuration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1898,14 +1898,14 @@
18981898
"items": {
18991899
"$ref": "#/$defs/TextMapPropagator"
19001900
},
1901-
"description": "Configure the propagators in the composite text map propagator. Entries from .composite_list are appended to the list here with duplicates filtered out.\nBuilt-in propagator keys include: tracecontext, baggage, b3, b3multi, jaeger, ottrace. Known third party keys include: xray. \nIf omitted, and .composite_list is omitted or null, a noop propagator is used.\n"
1901+
"description": "Configure the propagators in the composite text map propagator. Entries from .composite_list are appended to the list here with duplicates filtered out.\nBuilt-in propagator keys include: tracecontext, baggage, b3, b3multi, ottrace. Known third party keys include: xray.\nIf omitted, and .composite_list is omitted or null, a noop propagator is used.\n"
19021902
},
19031903
"composite_list": {
19041904
"type": [
19051905
"string",
19061906
"null"
19071907
],
1908-
"description": "Configure the propagators in the composite text map propagator. Entries are appended to .composite with duplicates filtered out.\nThe value is a comma separated list of propagator identifiers matching the format of OTEL_PROPAGATORS. See https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#general-sdk-configuration for details.\nBuilt-in propagator identifiers include: tracecontext, baggage, b3, b3multi, jaeger, ottrace. Known third party identifiers include: xray. \nIf omitted or null, and .composite is omitted or null, a noop propagator is used.\n"
1908+
"description": "Configure the propagators in the composite text map propagator. Entries are appended to .composite with duplicates filtered out.\nThe value is a comma separated list of propagator identifiers matching the format of OTEL_PROPAGATORS. See https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#general-sdk-configuration for details.\nBuilt-in propagator identifiers include: tracecontext, baggage, b3, b3multi, ottrace. Known third party identifiers include: xray.\nIf omitted or null, and .composite is omitted or null, a noop propagator is used.\n"
19091909
}
19101910
}
19111911
},

schema-docs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2704,8 +2704,8 @@ No snippets.
27042704

27052705
| Property | Type | Required? | Default and Null Behavior | Constraints | Description |
27062706
|---|---|---|---|---|---|
2707-
| `composite` | `array` of [`TextMapPropagator`](#textmappropagator) | `false` | If omitted, and .composite_list is omitted or null, a noop propagator is used. | * `minItems`: `1`<br> | Configure the propagators in the composite text map propagator. Entries from .composite_list are appended to the list here with duplicates filtered out.<br>Built-in propagator keys include: tracecontext, baggage, b3, b3multi, jaeger, ottrace. Known third party keys include: xray. <br> |
2708-
| `composite_list` | one of:<br>* `string`<br>* `null`<br> | `false` | If omitted or null, and .composite is omitted or null, a noop propagator is used. | No constraints. | Configure the propagators in the composite text map propagator. Entries are appended to .composite with duplicates filtered out.<br>The value is a comma separated list of propagator identifiers matching the format of OTEL_PROPAGATORS. See https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#general-sdk-configuration for details.<br>Built-in propagator identifiers include: tracecontext, baggage, b3, b3multi, jaeger, ottrace. Known third party identifiers include: xray. <br> |
2707+
| `composite` | `array` of [`TextMapPropagator`](#textmappropagator) | `false` | If omitted, and .composite_list is omitted or null, a noop propagator is used. | * `minItems`: `1`<br> | Configure the propagators in the composite text map propagator. Entries from .composite_list are appended to the list here with duplicates filtered out.<br>Built-in propagator keys include: tracecontext, baggage, b3, b3multi, ottrace. Known third party keys include: xray.<br> |
2708+
| `composite_list` | one of:<br>* `string`<br>* `null`<br> | `false` | If omitted or null, and .composite is omitted or null, a noop propagator is used. | No constraints. | Configure the propagators in the composite text map propagator. Entries are appended to .composite with duplicates filtered out.<br>The value is a comma separated list of propagator identifiers matching the format of OTEL_PROPAGATORS. See https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#general-sdk-configuration for details.<br>Built-in propagator identifiers include: tracecontext, baggage, b3, b3multi, ottrace. Known third party identifiers include: xray.<br> |
27092709

27102710
<details>
27112711
<summary>Language support status</summary>
@@ -2737,7 +2737,6 @@ composite:
27372737
- baggage:
27382738
- b3:
27392739
- b3multi:
2740-
- jaeger:
27412740
composite_list: "ottrace,xray"
27422741
```
27432742
</details>

schema/propagator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ properties:
88
$ref: "#/$defs/TextMapPropagator"
99
description: |
1010
Configure the propagators in the composite text map propagator. Entries from .composite_list are appended to the list here with duplicates filtered out.
11-
Built-in propagator keys include: tracecontext, baggage, b3, b3multi, jaeger, ottrace. Known third party keys include: xray.
11+
Built-in propagator keys include: tracecontext, baggage, b3, b3multi, ottrace. Known third party keys include: xray.
1212
defaultBehavior: and .composite_list is omitted or null, a noop propagator is used
1313
composite_list:
1414
type:
@@ -17,7 +17,7 @@ properties:
1717
description: |
1818
Configure the propagators in the composite text map propagator. Entries are appended to .composite with duplicates filtered out.
1919
The value is a comma separated list of propagator identifiers matching the format of OTEL_PROPAGATORS. See https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#general-sdk-configuration for details.
20-
Built-in propagator identifiers include: tracecontext, baggage, b3, b3multi, jaeger, ottrace. Known third party identifiers include: xray.
20+
Built-in propagator identifiers include: tracecontext, baggage, b3, b3multi, ottrace. Known third party identifiers include: xray.
2121
defaultBehavior: and .composite is omitted or null, a noop propagator is used
2222
$defs:
2323
TextMapPropagator:

snippets/Propagator_kitchen_sink.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ propagator:
88
- baggage:
99
- b3:
1010
- b3multi:
11-
- jaeger:
1211
composite_list: "ottrace,xray"

0 commit comments

Comments
 (0)