+19
-17
lines changedFilter options
+19
-17
lines changed Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ started by getting developers to add
85
85
[OpenTelemetry (structured) logs](/docs/specs/otel/logs/) to all of the services
86
86
across their various platforms. In order to leverage OTel logs, developers had
87
87
to add the
88
-
[OpenTelemetry language-specific SDKs](/docs/concepts/sdk-configuration/) into
88
+
[OpenTelemetry language-specific SDKs](/docs/languages/sdk-configuration/) into
89
89
their code. Once they got past that initial hump and got the SDKs into their
90
90
code, it then became easier for developers to add
91
91
[other signals](/docs/concepts/signals/) (such as
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ and more.
14
14
## SDK and exporter configuration
15
15
16
16
SDK and exporter configuration can be set using environment variables. More
17
-
information can be found [here](/docs/concepts/sdk-configuration/).
17
+
information can be found [here](/docs/languages/sdk-configuration/).
18
18
19
19
## SDK resource detector configuration
20
20
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ If all configuration comes from environment variables (or `php.ini`), you can
76
76
use SDK autoloading to automatically configure and globally register an SDK. The
77
77
only requirement for this is that you set `OTEL_PHP_AUTOLOAD_ENABLED=true`, and
78
78
provide any required/non-standard configuration as set out in
79
-
[sdk-configuration](/docs/concepts/sdk-configuration/).
79
+
[SDK configuration](/docs/languages/sdk-configuration/).
80
80
81
81
For example:
82
82
@@ -99,10 +99,10 @@ SDK autoloading happens as part of the composer autoloader.
99
99
100
100
## Configuration
101
101
102
-
The PHP SDK supports most of the
103
-
[available configurations](/docs/concepts/sdk-configuration/). Our conformance
104
-
to the specification is listed in the
105
-
[spec compliance matrix](https://github.com/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix.md).
102
+
The PHP SDK supports most of the available
103
+
[configuration options](/docs/languages/sdk-configuration/). For conformance
104
+
details, see the
105
+
[compliance matrix](https://github.com/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix.md).
106
106
107
107
There are also a number of PHP-specific configurations:
108
108
Original file line number Diff line number Diff line change
@@ -44,13 +44,13 @@ Here's an explanation of what each configuration does:
44
44
omitted, the default [Collector](/docs/collector/) endpoint will be used,
45
45
which is `0.0.0.0:4317` for gRPC and `0.0.0.0:4318` for HTTP.
46
46
- `exporter_otlp_headers` is required depending on your chosen Observability
47
-
backend. More info exporter OTLP headers be found
48
-
[here](/docs/concepts/sdk-configuration/otlp-exporter-configuration/#otel_exporter_otlp_headers).
47
+
backend. For more information on OTLP exporter headers, see
48
+
[OTEL_EXPORTER_OTLP_HEADERS](/docs/languages/sdk-configuration/otlp-exporter/#otel_exporter_otlp_headers).
49
49
50
50
## Environment Variables
51
51
52
52
In some cases, configuring via
53
-
[environment variables](/docs/concepts/sdk-configuration/) is more preferred.
53
+
[environment variables](/docs/languages/sdk-configuration/) is more preferred.
54
54
Any setting configurable with a command-line argument can also be configured
55
55
with an Environment Variable.
56
56
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
1
1
---
2
2
title: SDK Configuration
3
-
weight: 101
3
+
linkTitle: SDK Config
4
+
aliases: [/docs/concepts/sdk-configuration]
5
+
redirects: [{ from: /docs/concepts/sdk-configuration/*, to: ':splat' }]
6
+
weight: 1
4
7
---
5
8
6
9
OpenTelemetry SDKs support configuration in each language and with environment
7
10
variables. The following pages describe the environment variables you can use to
8
11
configure your SDK. Values set with environment variables override equivalent
9
-
configuration done in code using SDK APIs.
12
+
configuration in code using SDK APIs.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
1
1
---
2
2
title: General SDK Configuration
3
-
description: >-
4
-
General-purpose environment variables for configuring an OpenTelemetry SDK.
5
-
weight: 1
3
+
linkTitle: General
4
+
aliases: [general-sdk-configuration]
6
5
cSpell:ignore: ottrace
7
6
---
8
7
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: OTLP Exporter Configuration
3
-
description: Environment variables for configuring your OTLP Exporter.
4
-
weight: 2
3
+
linkTitle: OTLP Exporter
4
+
aliases: [otlp-exporter-configuration]
5
5
---
6
6
7
7
## Endpoint Configuration
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4