Skip to content

Commit d52f084

Browse files
authored
[chore] Clean up some UTF-8 encoded characters, fix links (open-telemetry#6449)
1 parent 6977092 commit d52f084

File tree

8 files changed

+36
-36
lines changed

8 files changed

+36
-36
lines changed

.textlintrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ filters:
1919
# src attribute in figure Hugo template:
2020
- /src=".*?"/
2121
# Other:
22-
- /<https?://.*?>/ # Raw URLs
22+
- /<https?:\/\/.*?>/ # Raw URLs
2323
rules:
2424
terminology:
2525
defaultTerms: false

content/en/blog/2023/otterize-otel/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ with each other. You can then use that information for operational or security
4747
needs, such as determining the blast radius of a downtime or security incident.
4848
You can use the service graph to figure out where to start rolling out
4949
OpenTelemetry tracing, as that deployment tends to be more involved and requires
50-
the integration of the OpenTelemetry SDK into your source code.
50+
the integration of the OpenTelemetry SDK into your source code.
5151

5252
While it was easy to use the OTel SDK for the network mapper, we can see why
5353
there's a bit of a chicken-and-egg problem here when you're looking into

content/en/docs/collector/building/receiver.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1137,14 +1137,14 @@ of now:
11371137
├── go.work.sum
11381138
├── ocb
11391139
├── otelcol-dev
1140-
   ├── components.go
1141-
   ├── components_test.go
1142-
   ├── go.mod
1143-
   ├── go.sum
1144-
   ├── main.go
1145-
   ├── main_others.go
1146-
   ├── main_windows.go
1147-
   └── otelcol-dev
1140+
├── components.go
1141+
├── components_test.go
1142+
├── go.mod
1143+
├── go.sum
1144+
├── main.go
1145+
├── main_others.go
1146+
├── main_windows.go
1147+
└── otelcol-dev
11481148
└── tailtracer
11491149
├── config.go
11501150
├── factory.go

content/en/docs/contributing/localization.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,11 @@ least two potential contributors**, ideally three. Include the following task
246246
list in your issue as well:
247247

248248
```markdown
249-
- [ ] Contributors for the new language: @GITHUB_HANDLE1, @GITHUB_HANDLE2, ...
250-
- [ ] Localize site homepage to YOUR_LANGUAGE_NAME
251-
- [ ] Create an issue label for `lang:LANG_ID`
252-
- [ ] Create org-level group for `LANG_ID` approvers
253-
- [ ] Update components owners for `content/LANG_ID`
249+
- [ ] Contributors for the new language: @GITHUB_HANDLE1, @GITHUB_HANDLE2, ...
250+
- [ ] Localize site homepage to YOUR_LANGUAGE_NAME
251+
- [ ] Create an issue label for `lang:LANG_ID`
252+
- [ ] Create org-level group for `LANG_ID` approvers
253+
- [ ] Update components owners for `content/LANG_ID`
254254
- [ ] Set up spell checking, if a cSpell dictionary is available
255255
```
256256

content/en/docs/platforms/kubernetes/operator/troubleshooting/target-allocator.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Target Allocator
33
cSpell:ignore: bleh targetallocator
44
---
55

6-
If youve enabled
6+
If you've enabled
77
[Target Allocator](/docs/platforms/kubernetes/operator/target-allocator/)
88
service discovery on the
99
[OpenTelemetry Operator](/docs/platforms/kubernetes/operator/), and the Target
1010
Allocator is failing to discover scrape targets, there are a few troubleshooting
11-
steps that you can take to help you understand whats going on and restore
11+
steps that you can take to help you understand what's going on and restore
1212
normal operation.
1313

1414
## Troubleshooting steps
@@ -18,9 +18,9 @@ normal operation.
1818
As a first step, make sure that you have deployed all relevant resources to your
1919
Kubernetes cluster.
2020

21-
### Do you know if metrics are actually being scraped?
21+
### Do you know if metrics are actually being scraped?
2222

23-
After youve deployed all of your resources to Kubernetes, make sure that the
23+
After you've deployed all of your resources to Kubernetes, make sure that the
2424
Target Allocator is discovering scrape targets from your
2525
[`ServiceMonitor`](https://prometheus-operator.dev/docs/getting-started/design/#servicemonitor)(s)
2626
or [PodMonitor]s.
@@ -294,12 +294,12 @@ for more information on the `/jobs` endpoint.
294294

295295
### Is the Target Allocator enabled? Is Prometheus service discovery enabled?
296296

297-
If the `curl` commands above dont show a list of expected `ServiceMonitor`s and
297+
If the `curl` commands above don't show a list of expected `ServiceMonitor`s and
298298
`PodMonitor`s, you need to check whether the features that populate those values
299299
are turned on.
300300

301301
One thing to remember is that just because you include the `targetAllocator`
302-
section in the `OpenTelemetryCollector` CR doesnt mean that its enabled. You
302+
section in the `OpenTelemetryCollector` CR doesn't mean that it's enabled. You
303303
need to explicitly enable it. Furthermore, if you want to use
304304
[Prometheus service discovery](https://github.com/open-telemetry/opentelemetry-operator/blob/main/cmd/otel-allocator/README.md#discovery-of-prometheus-custom-resources),
305305
you must explicitly enable it:
@@ -325,7 +325,7 @@ spec:
325325
```
326326

327327
See the full `OpenTelemetryCollector`
328-
[resource definition in "Do you know if metrics are actually being scraped?"](#do-you-know-if-metrics-are-actually-beingscraped).
328+
[resource definition in "Do you know if metrics are actually being scraped?"](#do-you-know-if-metrics-are-actually-being-scraped).
329329

330330
### Did you configure a ServiceMonitor (or PodMonitor) selector?
331331

@@ -374,7 +374,7 @@ spec:
374374
```
375375

376376
See the full `ServiceMonitor`
377-
[resource definition in "Do you know if metrics are actually being scraped?"](#do-you-know-if-metrics-are-actually-beingscraped).
377+
[resource definition in "Do you know if metrics are actually being scraped?"](#do-you-know-if-metrics-are-actually-being-scraped).
378378

379379
In this case, the `OpenTelemetryCollector` resource's
380380
`prometheusCR.serviceMonitorSelector.matchLabels` is looking only for
@@ -386,7 +386,7 @@ Allocator will fail to discover scrape targets from that `ServiceMonitor`.
386386

387387
{{% alert title="Tip" %}}
388388

389-
The same applies if youre using a [PodMonitor]. In that case, you would use a
389+
The same applies if you're using a [PodMonitor]. In that case, you would use a
390390
[`podMonitorSelector`](https://github.com/open-telemetry/opentelemetry-operator/blob/main/docs/api.md#opentelemetrycollectorspectargetallocatorprometheuscr)
391391
instead of a `serviceMonitorSelector`.
392392

@@ -407,7 +407,7 @@ also results in the Target Allocator failing to discover scrape targets from
407407
your `ServiceMonitors` and `PodMonitors`.
408408

409409
As of `v1beta1` of the `OpenTelemetryOperator`, a `serviceMonitorSelector` and
410-
`podMonitorSelector` must be included, even if you dont intend to use it, like
410+
`podMonitorSelector` must be included, even if you don't intend to use it, like
411411
this:
412412

413413
```yaml
@@ -419,7 +419,7 @@ prometheusCR:
419419

420420
This configuration means that it will match on all `PodMonitor` and
421421
`ServiceMonitor` resources. See the
422-
[full OpenTelemetryCollector definition in "Do you know if metrics are actually being scraped?"](#do-you-know-if-metrics-are-actually-beingscraped).
422+
[full OpenTelemetryCollector definition in "Do you know if metrics are actually being scraped?"](#do-you-know-if-metrics-are-actually-being-scraped).
423423

424424
### Do your labels, namespaces, and ports match for your ServiceMonitor and your Service (or PodMonitor and your Pod)?
425425

@@ -485,7 +485,7 @@ spec:
485485

486486
The following `Service` resource would not be picked up, because the
487487
`ServiceMonitor` is looking for ports named `prom`, `py-client-port`, _or_
488-
`py-server-port`, and this services port is called `bleh`.
488+
`py-server-port`, and this service's port is called `bleh`.
489489

490490
```yaml
491491
apiVersion: v1
@@ -507,7 +507,7 @@ spec:
507507

508508
{{% alert title="Tip" %}}
509509

510-
If youre using `PodMonitor`, the same applies, except that it picks up
510+
If you're using `PodMonitor`, the same applies, except that it picks up
511511
Kubernetes pods that match on labels, namespaces, and named ports.
512512

513513
{{% /alert %}}

content/ja/docs/contributing/localization.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,11 @@ OpenTelemetry ウェブサイトの新しい言語のローカリゼーション
199199
また、イシューに以下のタスクリストも含めてください。
200200

201201
```markdown
202-
- [ ] Contributors for the new language: @GITHUB_HANDLE1, @GITHUB_HANDLE2, ...
203-
- [ ] Localize site homepage to YOUR_LANGUAGE_NAME
204-
- [ ] Create an issue label for `lang:LANG_ID`
205-
- [ ] Create org-level group for `LANG_ID` approvers
206-
- [ ] Update components owners for `content/LANG_ID`
202+
- [ ] Contributors for the new language: @GITHUB_HANDLE1, @GITHUB_HANDLE2, ...
203+
- [ ] Localize site homepage to YOUR_LANGUAGE_NAME
204+
- [ ] Create an issue label for `lang:LANG_ID`
205+
- [ ] Create org-level group for `LANG_ID` approvers
206+
- [ ] Update components owners for `content/LANG_ID`
207207
- [ ] Set up spell checking, if a cSpell dictionary is available
208208
```
209209

content/pt/docs/concepts/signals/traces.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ explicitamente definido por um usuário. Isso é útil em qualquer situação em
344344
um desenvolvedor deseje que não haja outra interpretação de um trecho além de
345345
"bem-sucedido".
346346

347-
Para reiterar: `Unset` representa um trecho que foi concluído sem erro. `OK`
347+
Para reiterar: `Unset` representa um trecho que foi concluído sem erro. `OK`
348348
representa quando um desenvolvedor marca explicitamente um trecho como
349349
bem-sucedido. Na maioria dos casos, não é necessário marcar explicitamente um
350350
trecho como OK.

layouts/shortcodes/ecosystem/vendor-table.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ cSpell:ignore: cial cond
1818
{{ .name }} |
1919
{{- cond .oss "Yes" "No" }} |
2020
{{- cond .commercial "Yes" "No" }} |
21-
{{- cond .nativeOTLP "Yes" "No" }} |
22-
{{- /* */}} [{{ $shortUrl }}]({{ .url }}) |
21+
{{- cond .nativeOTLP "Yes" "No" }} |
22+
{{- /* */}} [{{ $shortUrl }}]({{ .url }}) |
2323
{{- end }}
2424

2525
[^org]: Organizations are grouped as follows based on their OTel support:

0 commit comments

Comments
 (0)