@@ -9,6 +9,29 @@ The mission of OpenTelemetry is
9
9
[ to enable effective observability by making high-quality, portable telemetry ubiquitous] ( /community/mission/ ) .
10
10
In other words, observability should be built in into the software you develop.
11
11
12
+ While external instrumentation through
13
+ [ zero code instrumentation solutions] ( /docs/concepts/instrumentation/zero-code )
14
+ and
15
+ [ instrumentation libraries] ( /docs/specs/otel/overview/#instrumentation-libraries )
16
+ provide a convenient way to make your application observable, we believe that
17
+ ultimately all applications should either integrated the OpenTelemetry APIs and
18
+ SDKs directly for native telemetry, or provide a first-party plugin that fits
19
+ into the ecosystem of the given software.
20
+
21
+ On this page you will find a sample of libraries, services and apps, that
22
+ provide such a native instrumentation or first class plugin.
23
+
24
+ ## Libraries
25
+
26
+ Native library instrumentation with OpenTelemetry provides better observability
27
+ and developer experience for users, removing the need for libraries to expose
28
+ and document hooks. Below you will find a list of libraries that use the
29
+ OpenTelemetry API to provide out of the box observability.
30
+
31
+ {{% ecosystem/integrations-table "native libraries" %}}
32
+
33
+ ## Applications and Services
34
+
12
35
The following list contains a sample of libraries, services, and apps that have
13
36
either integrated OpenTelemetry APIs and SDKs directly for native telemetry or
14
37
provide a first-party plugin that fits into their own extensibility ecosystem.
@@ -17,14 +40,13 @@ You will find open source (OSS) projects at the beginning of the list;
17
40
commercial projects follow. Projects which are part of the
18
41
[ CNCF] ( https://www.cncf.io/ ) show a small CNCF logo beside their name.
19
42
20
- {{% ecosystem/integrations-table %}}
43
+ {{% ecosystem/integrations-table "application integrations" %}}
21
44
22
45
## How to add your integration {#how-to-add}
23
46
24
47
To have your library, service, or app listed, submit a PR with an entry added to
25
- the
26
- [ integrations list] ( https://github.com/open-telemetry/opentelemetry.io/tree/main/data/ecosystem/integrations.yaml ) .
27
- The entry should include the following:
48
+ the [ registry] ( /ecosystem/registry/adding ) . The entry should include the
49
+ following:
28
50
29
51
- Link to the main page of your library, service, or app
30
52
- Link to the documentation that explains how enable observability using
0 commit comments