Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from open-telemetry:main #106

Merged
merged 2 commits into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/en/docs/collector/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Make sure that your developer environment has the following. This page assumes
that you're using `bash`. Adapt configuration and commands as necessary for your
preferred shell.

- [Docker](https://www.docker.com/) or any compatible containers' runtime.
- [Go](https://go.dev/) 1.20 or higher
- [`GOBIN` environment variable][gobin] is set; if unset, initialize it
appropriately, for example[^1]:
Expand Down
10 changes: 3 additions & 7 deletions content/en/ecosystem/adopters.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ have adopted OpenTelemetry for

To have your organization listed, submit a PR with an entry added to the
[adopters list](https://github.com/open-telemetry/opentelemetry.io/tree/main/data/ecosystem/adopters.yaml).
The entry must include the following[^grace-period-2024-01-01]:
The entry should include the following:

- Link to a blog post that describes how your organization makes use of
OpenTelemetry
- Link to a blog post or other resource that describes how your organization
makes use of OpenTelemetry
- GitHub handle or email address as a point of contact so that we can reach out
in case we have questions

Expand All @@ -34,7 +34,3 @@ through OpenTelemetry, see [Integrations](/ecosystem/integrations/).

If your organization provides a solution that consumes OpenTelemetry to offer
**Observability to end users**, see [Vendors](/ecosystem/vendors).

[^grace-period-2024-01-01]:
Organizations listed before July 2023 are exempt from these requirements
until January 1, 2024, after which they will be removed unless updated.
2 changes: 1 addition & 1 deletion content/en/ecosystem/distributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ is provided as a convenience for the community. {{% /alert %}}

To have your distribution listed, submit a PR with an entry added to the
[distributions list](https://github.com/open-telemetry/opentelemetry.io/tree/main/data/ecosystem/distributions.yaml).
The entry must include the following:
The entry should include the following:

- Link to the main page of your distribution
- Link to the documentation that explains how to use the distribution
Expand Down
2 changes: 1 addition & 1 deletion content/en/ecosystem/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ provide a first-party plugin that fits into their own extensibility ecosystem.
To have your library, service, or app listed, submit a PR with an entry added to
the
[integrations list](https://github.com/open-telemetry/opentelemetry.io/tree/main/data/ecosystem/integrations.yaml).
The entry must include the following:
The entry should include the following:

- Link to the main page of your library, service, or app
- Link to the documentation that explains how enable observability using
Expand Down
6 changes: 1 addition & 5 deletions content/en/ecosystem/vendors.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ for improved ease of use.

To have your organization listed, submit a PR with an entry added to the
[vendors list](https://github.com/open-telemetry/opentelemetry.io/tree/main/data/ecosystem/vendors.yaml).
The entry must include the following[^grace-period-2024-01-01]:
The entry should include the following:

- Link to the documentation that details how your offering consumes
OpenTelemetry natively via [OTLP](/docs/specs/otlp/).
Expand All @@ -37,7 +37,3 @@ you do not provide any kind of services around OpenTelemetry, see

If you provide a library, service, or app that is made observable through
OpenTelemetry, see [Integrations](/ecosystem/integrations).

[^grace-period-2024-01-01]:
Organizations listed before July 2023 are exempt from these requirements
until January 1, 2024, after which they will be removed unless updated.