Skip to content

Commit 9fbbc23

Browse files
authored
Add ecosystem section (#2185)
1 parent 38e37c4 commit 9fbbc23

18 files changed

Lines changed: 59 additions & 68 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ content/en/docs/instrumentation/rust/ @open-telemetry/docs-approvers @open-tele
3030
content/en/docs/instrumentation/swift/ @open-telemetry/docs-approvers @open-telemetry/swift-maintainers @open-telemetry/swift-approvers
3131
content/en/docs/k8s-operator @open-telemetry/operator-approvers @open-telemetry/operator-maintainers
3232
content/en/blog/ @open-telemetry/docs-approvers @open-telemetry/blog-approvers
33-
content/en/community/demo/ @open-telemetry/demo-approvers @open-telemetry/demo-maintainers
3433
content/en/community/end-user/ @open-telemetry/end-user-wg
34+
content/en/ecosystem/demo/ @open-telemetry/demo-approvers @open-telemetry/demo-maintainers

content/en/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ developer_note:
1414
<div class="l-primary-buttons mt-5">
1515

1616
- [Learn more](/docs/concepts/)
17-
- [Try the demo](/community/demo/)
17+
- [Try the demo](/ecosystem/demo/)
1818

1919
</div>
2020

@@ -57,10 +57,10 @@ Installation and integration can be as simple as a few lines of code.
5757

5858
{{% /blocks/feature %}}
5959

60-
{{% blocks/feature icon="fab fa-github" title="Open Source, Vendor Neutral" url="https://github.com/open-telemetry"%}}
60+
{{% blocks/feature icon="fab fa-github" title="Open Source, Vendor Neutral" %}}
6161

6262
100% Free and Open Source, OpenTelemetry is adopted and supported by
63-
[industry leaders](/vendors) in the observability space.
63+
[industry leaders](/ecosystem/vendors/) in the observability space.
6464

6565
{{% /blocks/feature %}}
6666

content/en/blog/2022/troubleshooting-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ distributions can save you time and effort:
364364
- Up to date with latest OpenTelemetry versions
365365
- Implementing best practices and avoiding the pitfalls mentioned above
366366

367-
For a list of OpenTelemetry vendors, see [Vendors](/vendors/).
367+
For a list of OpenTelemetry vendors, see [Vendors](/ecosystem/vendors/).
368368

369369
_A version of this article was [originally posted][] on the Aspecto blog._
370370

content/en/community/_index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ improve our workflow and more easily manage a community project. [Read
2020
more](https://github.com/open-telemetry/community#special-interest-groups) from
2121
our [community repo](https://github.com/open-telemetry/community).
2222

23-
## Open Source Collaboration
23+
## Ecosystem
2424

25-
OpenTelemetry collaborates and integrates with other open source projects
26-
including Fluent Bit, Jaeger, Kubernetes, Prometheus, OpenMetrics, and W3C.
27-
[Read more](/integrations/).
25+
Looking for components, examples, integrations and more? See
26+
[Ecosystem](/ecosystem).

content/en/docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ for instrumenting, generating, collecting, and exporting telemetry data such as
1010
[traces](concepts/observability-primer/#distributed-traces),
1111
[metrics](concepts/observability-primer/#reliability--metrics),
1212
[logs](concepts/observability-primer/#logs). As an industry-standard it is
13-
[natively supported by a number of vendors](/vendors).
13+
[natively supported by a number of vendors](/ecosystem/vendors/).
1414

1515
![OpenTelemetry Reference Architecture](/img/otel_diagram.png)
1616

content/en/docs/concepts/distributions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ Distributions would broadly fall into the following categories:
3939
instrumentation libraries or vendor exporters not upstreamed to the
4040
OpenTelemetry project.
4141
- **"Minus":** These distributions provide a reduced set of functionality from
42-
upstream. Examples of this would include the removal of
42+
upstream. Examples of this would include the removal of
4343
instrumentation libraries or receivers/processors/exporters/extensions found
4444
in the OpenTelemetry Collector project. These distributions may be provided to
4545
increase supportability and security considerations.
4646

4747
## Who would create a distribution?
4848

49-
Anyone could create a distribution. Today, several [vendors](../../../vendors)
49+
Anyone could create a distribution. Today, several [vendors](/ecosystem/vendors/)
5050
offer distributions. In addition, end-users may consider creating a distribution
51-
if they wish to use components in the [Registry](../../../registry) that are not
51+
if they wish to use components in the [Registry](/registry) that are not
5252
upstreamed to the OpenTelemetry project.
5353

5454
## Contribution or distribution?

content/en/docs/concepts/instrumenting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ as a proxy or sidecar to your service instances or run on a separate host. The
113113
Collector can then be configured to forward and export this data to your choice
114114
of analysis tools.
115115

116-
In addition to open source tools such as Jaeger or Prometheus, a growing list of
117-
companies support ingesting telemetry data from OpenTelemetry. Please see
118-
[this page](/vendors) for more details.
116+
In addition to open-source tools such as Jaeger or Prometheus, a growing list of
117+
companies support ingesting telemetry data from OpenTelemetry. For details, see
118+
[Vendors](/ecosystem/vendors/).
119119

120120
[automatic instrumentation]:
121121
/docs/reference/specification/glossary/#automatic-instrumentation

content/en/docs/concepts/what-is-opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Observability back-end (i.e. open source or commercial vendor).
7070
## What can OpenTelemetry do for me?
7171

7272
OTel has broad industry support and adoption from cloud providers,
73-
[vendors](/vendors) and end users. It provides you with:
73+
[vendors](/ecosystem/vendors/) and end users. It provides you with:
7474

7575
- A single, vendor-agnostic instrumentation library
7676
[per language](/docs/instrumentation) with support for both automatic and

content/en/docs/getting-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ OpenTelemetry looks like.
1111

1212
If none of the roles below are applicable to you, [let us know][]!
1313

14-
[opentelemetry demo]: /community/demo
14+
[opentelemetry demo]: /ecosystem/demo/
1515
[let us know]:
1616
https://github.com/open-telemetry/opentelemetry.io/issues/new?title=Add%20a%20new%20persona:%20My%20Persona&body=Provide%20a%20description%20of%20your%20role%20and%20responsibilities%20and%20what%20your%20observability%20goals%20are
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Demo
3-
manualLink: /community/demo/
3+
manualLink: /ecosystem/demo/
44
_build: { render: link }
55
weight: 5
66
---

0 commit comments

Comments
 (0)