Skip to content

Commit 14daaf1

Browse files
authoredJan 23, 2025
[chore] Spelling it isn't... ...pratyush (open-telemetry#6019)
1 parent f458704 commit 14daaf1

File tree

9 files changed

+27
-27
lines changed

9 files changed

+27
-27
lines changed
 

‎.github/workflows/survey-on-merged-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
- name: Add comment to PR if author is not a member
3636
if: env.MEMBER_FOUND == 'false'
3737
run: |
38-
gh pr comment ${PR_NUM} --body "Thank you for your contribution! 🎉 We would like to hear from you about your experience contributing to OpenTelemetry by taking a few minutes to fill out out this survey: ${SURVEY_URL}"
38+
gh pr comment ${PR_NUM} --body "Thank you for your contribution! 🎉 We would like to hear from you about your experience contributing to OpenTelemetry by taking a few minutes to fill out this survey: ${SURVEY_URL}"
3939
env:
4040
GH_TOKEN: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}

‎archetypes/blog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ markdown formatter (see below).
3030

3131
## Images
3232

33-
If you use images, make sure that your blog post is located in it's own
33+
If you use images, make sure that your blog post is located in its own
3434
directory. Put the images into the same directory.
3535

3636
If you have an image stored at `content/en/{{ .File.Dir }}imagename.png`, you

‎content/en/blog/2022/instrument-nginx/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ linkTitle: Instrument Nginx
44
date: 2022-08-22
55
author: >-
66
[Debajit Das](https://github.com/debajitdas), [Kumar
7-
Pratyus](https://github.com/kpratyus), [Severin
7+
Pratyush](https://github.com/kpratyus), [Severin
88
Neumann](https://github.com/svrnm) (Cisco)
9-
cSpell:ignore: Debajit Kumar Pratyus webserver
9+
cSpell:ignore: Debajit Kumar Pratyush webserver
1010
---
1111

1212
Apache HTTP Server and NGINX are the most popular web servers. It's most likely

‎content/en/blog/2022/v1.0-trio.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: OpenTelemetry Erlang/Elixir, Javascript, and Ruby v1.0 (Medium)
2+
title: OpenTelemetry Erlang/Elixir, JavaScript, and Ruby v1.0 (Medium)
33
linkTitle: Erlang/Elixir, JS, and Ruby 1.0
44
date: 2022-02-01
55
canonical_url: https://medium.com/opentelemetry/opentelemetry-erlang-elixir-javascript-and-ruby-v1-0-3a0c32e0add4

‎content/en/blog/2024/go-contrib-removal.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: >-
77
issue: 4542
88
sig: SIG Go
99
# prettier-ignore
10-
cSpell:ignore: aws Benedetti Fabrizio Ferri gopkg labstack macaron moduled otelaws otelecho otellambda otelmacaron otelmongo otelmux
10+
cSpell:ignore: aws Benedetti Fabrizio Ferri gopkg labstack macaron otelaws otelecho otellambda otelmacaron otelmongo otelmux
1111
---
1212

1313
The Go SIG will remove the code of contrib modules that lack code owners
@@ -30,7 +30,7 @@ Currently unowned modules include the following:
3030
- [`go.opentelemetry.io/contrib/samplers/aws/xray`](https://pkg.go.dev/go.opentelemetry.io/contrib/samplers/aws/xray)
3131

3232
For a full list of modules at risk for removal, see the
33-
[Remove unowned moduled](https://github.com/orgs/open-telemetry/projects/92/views/1)
33+
[Remove unowned modules](https://github.com/orgs/open-telemetry/projects/92/views/1)
3434
project board.
3535

3636
## Why are those modules going to be removed?

‎content/en/docs/collector/custom-collector.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ https://github.com/open-telemetry/opentelemetry-collector-releases/releases/down
5757
chmod +x ocb
5858
```
5959

60-
{{% /tab %}} {{% tab "MacOS (AMD 64)" %}}
60+
{{% /tab %}} {{% tab "macOS (AMD 64)" %}}
6161

6262
```sh
6363
curl --proto '=https' --tlsv1.2 -fL -o ocb \
6464
https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/cmd%2Fbuilder%2F{{% version-from-registry collector-builder %}}/ocb_{{% version-from-registry collector-builder noPrefix %}}_darwin_amd64
6565
chmod +x ocb
6666
```
6767

68-
{{% /tab %}} {{% tab "MacOS (ARM 64)" %}}
68+
{{% /tab %}} {{% tab "macOS (ARM 64)" %}}
6969

7070
```sh
7171
curl --proto '=https' --tlsv1.2 -fL -o ocb \

‎content/en/docs/kubernetes/collector/components.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -670,21 +670,21 @@ started.
670670

671671
The available scrapers are:
672672

673-
| Scraper | Supported OSs | Description |
674-
| ---------- | ------------------- | ------------------------------------------------------ |
675-
| cpu | All except Mac[^1] | CPU utilization metrics |
676-
| disk | All except Mac[^1] | Disk I/O metrics |
677-
| load | All | CPU load metrics |
678-
| filesystem | All | File System utilization metrics |
679-
| memory | All | Memory utilization metrics |
680-
| network | All | Network interface I/O metrics & TCP connection metrics |
681-
| paging | All | Paging/Swap space utilization and I/O metrics |
682-
| processes | Linux, Mac | Process count metrics |
683-
| process | Linux, Windows, Mac | Per process CPU, Memory, and Disk I/O metrics |
673+
| Scraper | Supported OSs | Description |
674+
| ---------- | --------------------- | ------------------------------------------------------ |
675+
| cpu | All except macOS[^1] | CPU utilization metrics |
676+
| disk | All except macOS[^1] | Disk I/O metrics |
677+
| load | All | CPU load metrics |
678+
| filesystem | All | File System utilization metrics |
679+
| memory | All | Memory utilization metrics |
680+
| network | All | Network interface I/O metrics & TCP connection metrics |
681+
| paging | All | Paging/Swap space utilization and I/O metrics |
682+
| processes | Linux, macOS | Process count metrics |
683+
| process | Linux, macOS, Windows | Per process CPU, Memory, and Disk I/O metrics |
684684

685685
[^1]:
686-
Not supported on Mac when compiled without cgo, which is the default for the
687-
images released by the Collector SIG.
686+
Not supported on macOS when compiled without cgo, which is the default for
687+
the images released by the Collector SIG.
688688

689689
For specific details about which metrics are collected and specific
690690
configuration details, see

‎content/en/docs/languages/net/shim.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ corresponding to the service is injected during setup. This lets you get access
108108
to an instance in your endpoint mapping (or controllers if you're using an older
109109
version of .NET).
110110

111-
It's not required to inject a service-level tracer, nor does it improve
112-
performance either. You will need to decide where you'll want your tracer
113-
instance to live, though.
111+
It isn't required to inject a service-level tracer and it doesn't improve
112+
performance. You will need to decide where you'll want your tracer instance to
113+
live, though.
114114

115115
This is also where you can configure instrumentation libraries.
116116

‎data/ecosystem/adopters.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
contact: ''
3333
- name: Dyte
3434
url: https://dyte.io
35-
components: [Go, Javascript]
35+
components: [Go, JavaScript]
3636
reference: 'https://dyte.io/blog/opentelemetry-at-dyte-part-i/'
3737
referenceTitle: blog post
3838
contact: https://github.com/ethicalmohit
@@ -110,7 +110,7 @@
110110
contact: https://github.com/igorestevanjasinski
111111
- name: Skyscanner
112112
url: https://www.skyscanner.net/
113-
components: [Collector, Go, Java, Javascript, Python]
113+
components: [Collector, Go, Java, JavaScript, Python]
114114
reference: https://www.infoq.com/presentations/opentelemetry-observability/
115115
referenceTitle: presentation
116116
contact: https://github.com/danielgblanco/

0 commit comments

Comments
 (0)
Please sign in to comment.