Skip to content

Commit 5a0f93b

Browse files
authored
Merge branch 'main' into opentelemetrybot/auto-update-opentelemetry-java-v1.45.0
2 parents 9104022 + 1e4970e commit 5a0f93b

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

content/en/docs/languages/sdk-configuration/general.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ Accepted values for `OTEL_PROPAGATORS` are:
133133

134134
## `OTEL_TRACES_EXPORTER`
135135

136-
Specifies which exporter is used for traces.
136+
Specifies which exporter is used for traces. Depending on the implementation it
137+
may be a comma-separated list.
137138

138139
**Default value:** `"otlp"`
139140

@@ -146,11 +147,13 @@ Accepted values for are:
146147
- `"otlp"`: [OTLP][]
147148
- `"jaeger"`: export in Jaeger data model
148149
- `"zipkin"`: [Zipkin](https://zipkin.io/zipkin-api/)
150+
- `"console"`: [Standard Output](/docs/specs/otel/trace/sdk_exporters/stdout/)
149151
- `"none"`: No automatically configured exporter for traces.
150152

151153
## `OTEL_METRICS_EXPORTER`
152154

153-
Specifies which exporter is used for metrics.
155+
Specifies which exporter is used for metrics. Depending on the implementation it
156+
may be a comma-separated list.
154157

155158
**Default value:** `"otlp"`
156159

@@ -163,11 +166,13 @@ Accepted values for `OTEL_METRICS_EXPORTER` are:
163166
- `"otlp"`: [OTLP][]
164167
- `"prometheus"`:
165168
[Prometheus](https://github.com/prometheus/docs/blob/main/content/docs/instrumenting/exposition_formats.md)
169+
- `"console"`: [Standard Output](/docs/specs/otel/metrics/sdk_exporters/stdout/)
166170
- `"none"`: No automatically configured exporter for metrics.
167171

168172
## `OTEL_LOGS_EXPORTER`
169173

170-
Specifies which exporter is used for logs.
174+
Specifies which exporter is used for logs. Depending on the implementation it
175+
may be a comma-separated list.
171176

172177
**Default value:** `"otlp"`
173178

@@ -178,6 +183,7 @@ Specifies which exporter is used for logs.
178183
Accepted values for `OTEL_LOGS_EXPORTER` are:
179184

180185
- `"otlp"`: [OTLP][]
186+
- `"console"`: [Standard Output](/docs/specs/otel/logs/sdk_exporters/stdout/)
181187
- `"none"`: No automatically configured exporter for logs.
182188

183189
[otlp]: /docs/specs/otlp/

data/registry/instrumentation-java-http4k.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ isFirstParty: true
1919
package:
2020
registry: maven
2121
name: org.http4k/http4k-opentelemetry
22-
version: 5.37.1.1
22+
version: 5.38.0.0

data/registry/instrumentation-js-langchain.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ createdAt: 2024-06-05
1818
package:
1919
registry: npm
2020
name: '@arizeai/openinference-instrumentation-langchain'
21-
version: 1.0.2
21+
version: 1.1.0
2222
isFirstParty: false

data/registry/instrumentation-js-openai.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ createdAt: 2024-06-05
1818
package:
1919
registry: npm
2020
name: '@arizeai/openinference-instrumentation-openai'
21-
version: 1.1.1
21+
version: 1.1.2
2222
isFirstParty: false

data/registry/tools-odddotnet-client-dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ createdAt: '2024-11-08'
2626
package:
2727
name: OddDotNet.Client
2828
registry: nuget
29-
version: 0.3.0
29+
version: 0.4.0

0 commit comments

Comments
 (0)