You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenTelemetry integrates with popular libraries and frameworks such as [Spring](https://spring.io/), [ASP.NET Core](https://docs.microsoft.com/aspnet/core), [Express](https://expressjs.com/), [Quarkus](https://quarkus.io/), and more! Installation and integration can be as simple as a few lines of code.
52
+
53
+
OpenTelemetry integrates with popular libraries and frameworks such as
Several cloud providers and observability vendors distribute or natively support OpenTelemetry.
23
+
24
+
Several cloud providers and observability vendors distribute or natively support
25
+
OpenTelemetry.
26
+
20
27
{{% /blocks/feature %}}
21
28
22
29
{{% /blocks/section %}}
@@ -25,9 +32,11 @@ Several cloud providers and observability vendors distribute or natively support
25
32
26
33
<divclass="community-contribution">
27
34
28
-
Interested in getting involved but not sure where to start? Check out our [community repo](https://github.com/open-telemetry/community) to find out more!
35
+
Interested in getting involved but not sure where to start? Check out our
36
+
[community repo](https://github.com/open-telemetry/community) to find out more!
29
37
30
-
OpenTelemetry follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
38
+
OpenTelemetry follows the
39
+
[CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
Copy file name to clipboardexpand all lines: content/en/docs/_index.md
+5-8
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,13 @@
1
1
---
2
2
title: Documentation
3
3
linkTitle: Docs
4
-
menu:
5
-
main:
6
-
weight: 10
4
+
menu: { main: { weight: 10 } }
7
5
---
8
6
9
-
OpenTelemetry is a set of APIs, SDKs, tooling and integrations that are
10
-
designed for the creation and management of _telemetry data_ such as traces,
11
-
metrics, and logs. The OpenTelemetry documentation is intended to broadly cover
12
-
key terms, concepts, and instructions on how to use OpenTelemetry in your
13
-
software.
7
+
OpenTelemetry is a set of APIs, SDKs, tooling and integrations that are designed
8
+
for the creation and management of _telemetry data_ such as traces, metrics, and
9
+
logs. The OpenTelemetry documentation is intended to broadly cover key terms,
10
+
concepts, and instructions on how to use OpenTelemetry in your software.
14
11
15
12

0 commit comments