Skip to content

Commit a1ae55a

Browse files
authored
Merge branch 'main' into update-community-members
2 parents ce1a34a + f16349f commit a1ae55a

File tree

26 files changed

+146
-63
lines changed

26 files changed

+146
-63
lines changed

.textlintrc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ rules:
159159
- ['screen[- ]shot(s)?', screenshot$1]
160160
- ['time[- ]stamp(s)?', timestamp$1]
161161
- ["uid['’]?(s)?", UID$1]
162+
- ['(walk)-(throughs?)', $1$2] # cSpell:disable-line
163+
- ['(work)-(arounds?)', $1$2]
162164
# Enable the following to find and replace "instrumentation module/package" with "instrumentation library":
163165
# - ["(auto(matic)?[- ])?instrumentation (module|package)", "instrumentation library"]
164166
# - ["(auto(matic)?[- ])?instrumentation (modules|packages)", "instrumentation libraries"]

content/en/blog/2023/end-user-discussions-01.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Please also check out
196196
**A:** Implementing correlation takes time and is a work in progress.
197197
Correlation work is more mature for some languages (e.g. Java, Go) than for
198198
others. The best approach is to raise this issue in one of the language-specific
199-
repositories that pertains to your situation. A possible work-around is to start
199+
repositories that pertains to your situation. A possible workaround is to start
200200
traces at the log level, whereby every log will have its own associated trace.
201201

202202
#### 3- Profiling

content/en/blog/2024/otel-operator-q-and-a/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ env:
116116
```yaml
117117
exporters:
118118
otlp:
119-
endpoint: '<your_backend_ndpoint_here>'
119+
endpoint: '<your_backend_endpoint_here>'
120120
headers:
121121
'<token_name>': '${TOKEN_VALUE}'
122122
```
@@ -130,8 +130,8 @@ along with the
130130
131131
For every Collector release, there is an Operator release which provides support
132132
for that Collector version. For example, at the time of this writing, the latest
133-
Operator version is 0.98.0. Thus, the the default image of the Collector used by
134-
the Operator is version 0.98.0 of the
133+
Operator version is 0.98.0. Thus, the default image of the Collector used by the
134+
Operator is version 0.98.0 of the
135135
[core distribution](/blog/2024/otel-collector-anti-patterns/#3--not-using-the-right-collector-distribution-or-not-building-your-own-distribution)
136136
(as opposed to the contrib distribution).
137137

content/en/blog/2024/prom-and-otel/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Let’s dig into each of these.
220220
The Target Allocator’s first job is to discover targets to scrape and OTel
221221
Collectors to allocate targets to. It does so as follows:
222222

223-
1. The Target Allocator finds all of the the metrics targets to scrape
223+
1. The Target Allocator finds all of the metrics targets to scrape
224224
2. The Target Allocator finds all of the available Collectors
225225
3. The Target Allocator determines which Collectors scrape which metrics
226226
4. The Collectors query the Target Allocator to find out what metrics to scrape

content/en/blog/2025/go-goals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: >-
66
[Tyler Yahn](https://github.com/MrAlias) (Splunk)
77
sig: SIG Go
88
# prettier-ignore
9-
cSpell:ignore: Yahn dashpole pellared otelhttp dmathieu otelhttp codeboten otellogr otellogrus otelslog otelzap otelzerolog
9+
cSpell:ignore: codeboten dashpole dmathieu otelhttp otellogr otellogrus otelslog otelzap otelzerolog pellared Yahn
1010
---
1111

1212
As we kick off 2025, the

content/en/docs/collector/building/connector/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ data, it is necessary to convert the trace data from the processor in the traces
4343
pipeline and send it to the metrics pipeline. Historically, some processors
4444
transmitted data by making use of a workaround that follows a bad practice where
4545
a processor directly exports data after processing. The connector component
46-
solves the need for this work-around and the processors that used the work
47-
around have been deprecated. On the same line, above mentioned processors are
48-
also now deprecated in recent releases and are replaced by the connectors.
46+
solves the need for this workaround and the processors that used the workaround
47+
have been deprecated. On the same line, above mentioned processors are also now
48+
deprecated in recent releases and are replaced by the connectors.
4949

5050
Additional details about the connector's full capabilities can be found at the
5151
following links:

content/en/docs/concepts/components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ For more information, see [K8s Operator](/docs/kubernetes/operator/).
133133
OpenTelemetry supports various methods of monitoring Function-as-a-Service
134134
provided by different cloud vendors. The OpenTelemetry community currently
135135
provides pre-built Lambda layers able to auto-instrument your application as
136-
well as a the option of standalone Collector Lambda layer that can be used when
136+
well as the option of a standalone Collector Lambda layer that can be used when
137137
instrumenting applications manually or automatically.
138138

139139
For more information, see [Functions as a Service](/docs/faas/).

content/en/docs/demo/collector-data-flow-dashboard/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ example, you might observe more than one instance of otelcol running on the
110110
system during restarts or similar. This can be useful for understanding spikes
111111
on dataflow.
112112

113-
![OpenTelemetry Collector Process Metrics](otelcol-dashbord-process-metrics.png)
113+
![OpenTelemetry Collector Process Metrics](otelcol-dashboard-process-metrics.png)

content/en/docs/demo/screenshots/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ aliases: [demo_screenshots]
2828

2929
| Prometheus Data Source | Jaeger Data Source |
3030
| --------------------------------------------- | ------------------------------------- |
31-
| ![Grafana-Prometheus](grafana-prometheus.png) | ![Grafana-jaeger](gragana-jaeger.png) |
31+
| ![Grafana-Prometheus](grafana-prometheus.png) | ![Grafana-jaeger](grafana-jaeger.png) |
3232

3333
## Load Generator UI
3434

content/en/docs/faas/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ also known as Lambda.
1919
### Community Assets
2020

2121
The OpenTelemetry community currently provides pre-built Lambda layers able to
22-
auto-instrument your application as well as a the option of standalone Collector
22+
auto-instrument your application as well as the option of a standalone Collector
2323
Lambda layer that can be used when instrumenting applications manually or
2424
automatically.
2525

content/en/docs/languages/java/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ public class CounterUsage {
979979

980980
#### Async Counter
981981

982-
[ObservableLongCounter](https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-api/latest/io/opentelemetry/api/metrics/ObservableLongCounter.htmll)
982+
[ObservableLongCounter](https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-api/latest/io/opentelemetry/api/metrics/ObservableLongCounter.html)
983983
and
984984
[ObservableDoubleCounter](https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-api/latest/io/opentelemetry/api/metrics/ObservableDoubleCounter.html)
985985
are used to observe monotonic (positive) sums.

content/en/docs/languages/js/exporters.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ JavaScript) from the
5151
[Getting Started](/docs/languages/js/getting-started/nodejs/) like the following
5252
to export traces and metrics via OTLP (`http/protobuf`) :
5353

54-
{{< tabpane text=true >}} {{% tab Typescript %}}
54+
{{< tabpane text=true >}} {{% tab TypeScript %}}
5555

5656
```ts
5757
/*instrumentation.ts*/
@@ -256,7 +256,7 @@ npm install --save @opentelemetry/exporter-prometheus
256256
Update your OpenTelemetry configuration to use the exporter and to send data to
257257
your Prometheus backend:
258258

259-
{{< tabpane text=true >}} {{% tab Typescript %}}
259+
{{< tabpane text=true >}} {{% tab TypeScript %}}
260260

261261
```ts
262262
import * as opentelemetry from '@opentelemetry/sdk-node';
@@ -314,7 +314,7 @@ npm install --save @opentelemetry/exporter-zipkin
314314
Update your OpenTelemetry configuration to use the exporter and to send data to
315315
your Zipkin backend:
316316

317-
{{< tabpane text=true >}} {{% tab Typescript %}}
317+
{{< tabpane text=true >}} {{% tab TypeScript %}}
318318

319319
```ts
320320
import * as opentelemetry from '@opentelemetry/sdk-node';
@@ -347,7 +347,7 @@ const sdk = new opentelemetry.NodeSDK({
347347

348348
{{% docs/languages/exporters/outro js "https://open-telemetry.github.io/opentelemetry-js/interfaces/_opentelemetry_sdk_trace_base.SpanExporter.html" %}}
349349

350-
{{< tabpane text=true >}} {{% tab Typescript %}}
350+
{{< tabpane text=true >}} {{% tab TypeScript %}}
351351

352352
```ts
353353
/*instrumentation.ts*/

content/en/docs/languages/js/getting-started/browser.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Copy the following file into an empty directory and call it `index.html`.
3636
<!--
3737
https://www.w3.org/TR/trace-context/
3838
Set the `traceparent` in the server's HTML template code. It should be
39-
dynamically generated server side to have the server's request trace Id,
40-
a parent span Id that was set on the server's request span, and the trace
39+
dynamically generated server side to have the server's request trace ID,
40+
a parent span ID that was set on the server's request span, and the trace
4141
flags to indicate the server's sampling decision
4242
(01 = sampled, 00 = not sampled).
4343
'{version}-{traceId}-{spanId}-{sampleDecision}'

content/en/docs/languages/php/context.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ like asynchronous or concurrent execution with `fibers`.
2525

2626
## Context keys
2727

28-
Values as stored in context as key-value pairs. Context keys are used to store
28+
Values are stored in context as key-value pairs. Context keys are used to store
2929
and retrieve values from context.
3030

3131
Keys can be created by calling `OpenTelemetry\Context\Context::createKey()`, for

content/en/docs/languages/php/instrumentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ encouraged, attribute `service.version`, which holds the version of the service
262262
API or implementation.
263263

264264
Alternative methods exist for setting up resource attributes. For more
265-
information, see [Resources](/docs/languages/js/resources/).
265+
information, see [Resources](/docs/languages/php/resources/).
266266

267267
#### Global Providers
268268

content/en/docs/languages/php/sdk.md

-8
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,6 @@ $meter = OpenTelemetry\API\Globals::meterProvider()->getMeter('name', 'version',
9898

9999
SDK autoloading happens as part of the composer autoloader.
100100

101-
### Configuration from php.ini
102-
103-
When providing configuration through `php.ini`, be sure to protect boolean
104-
values by double-quoting them, eg `"true"`, `"false"` so that PHP doesn't
105-
convert them to numbers.
106-
107-
`php.ini`:
108-
109101
### Excluded URLs
110102

111103
You can disable SDK autoloading if the request URL matches a regular expression.

content/en/docs/zero-code/php.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Append the following to `php.ini`, or another `ini` file that will be processed
164164
by PHP:
165165

166166
```ini
167-
OTEL_PHP_AUTOLOAD_ENABLED=true
167+
OTEL_PHP_AUTOLOAD_ENABLED="true"
168168
OTEL_SERVICE_NAME=your-service-name
169169
OTEL_TRACES_EXPORTER=otlp
170170
OTEL_EXPORTER_OTLP_PROTOCOL=grpc
@@ -208,7 +208,7 @@ trace the execution of that code.
208208
```php
209209
<?php
210210

211-
use OpenTelemetry\API\Common\Instrumentation\CachedInstrumentation;
211+
use OpenTelemetry\API\Instrumentation\CachedInstrumentation;
212212
use OpenTelemetry\API\Trace\Span;
213213
use OpenTelemetry\API\Trace\StatusCode;
214214
use OpenTelemetry\Context\Context;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Propagation du contexte
3+
weight: 10
4+
description: Présentation du concept permettant le traçage distribué.
5+
default_lang_commit: 71833a5f8b84110dadf1e98604b87a900724ac33
6+
---
7+
8+
La propagation du contexte permet de mettre en corrélation les
9+
[signaux](../signals), quelle que soit leur origine. Bien qu'elle ne soit pas
10+
limitée au traçage, la propagation du contexte permet aux
11+
[traces](../signals/traces) de créer des informations de causalité sur un
12+
système, même lorsque les services sont distribués de façon arbitraire à travers
13+
des limites de processus et de réseau.
14+
15+
Pour comprendre la propagation du contexte, vous devez maîtriser deux concepts
16+
distincts : le contexte et la propagation.
17+
18+
## Contexte {#context}
19+
20+
Le contexte est un objet contenant les informations nécessaires pour que le
21+
service émetteur et le service récepteur, ou
22+
[unité d'exécution](/docs/specs/otel/glossary/#execution-unit), puissent mettre
23+
en corrélation un signal avec un autre.
24+
25+
Prenons l'exemple d'un service A qui appelle un service B. Un span du service A,
26+
dont l'ID est inclus dans le contexte, sera utilisé comme span parent pour le
27+
prochain span créé par le service B. De plus, l'ID de trace inclus dans le
28+
contexte sera également utilisé pour le prochain span créé dans le service B, ce
29+
qui signifie que ce span fera partie de la même trace que le span du service A.
30+
31+
## Propagation {#propagation}
32+
33+
La propagation est le mécanisme permettant de transmettre le contexte entre
34+
services et processus. Elle sérialise et désérialise le contexte et fournit les
35+
informations nécessaires d'un service à l'autre.
36+
37+
La propagation étant généralement gérée automatiquement par les librairies
38+
d'instrumentation, le mécanisme est transparent pour l'utilisateur. Si pour une
39+
raison ou une autre, vous souhaitez propager le contexte manuellement, vous
40+
pouvez utiliser
41+
l'[API des propagateurs](/docs/specs/otel/context/api-propagators/).
42+
43+
Plusieurs propagateurs officiels sont maintenus par OpenTelemetry. Le
44+
propagateur par défaut utilise les en-têtes définies par la spécification
45+
[W3C TraceContext](https://www.w3.org/TR/trace-context/).
46+
47+
## Spécification {#specification}
48+
49+
Pour plus d'informations, consultez la page
50+
[Spécification du contexte](/docs/specs/otel/context/).

data/registry/exporter-dotnet-inmemory.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ createdAt: 2022-11-07
1717
package:
1818
registry: nuget
1919
name: OpenTelemetry.Exporter.InMemory
20-
version: 1.11.0
20+
version: 1.11.1

data/registry/instrumentation-go-cloudwego.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ isFirstParty: true
2222
package:
2323
registry: go
2424
name: github.com/hertz-contrib/obs-opentelemetry
25-
version: v0.3.0
25+
version: v0.3.1

0 commit comments

Comments
 (0)