@@ -28,7 +28,6 @@ show_banner: true
28
28
29
29
- [ Learn more] ( docs/what-is-opentelemetry/ )
30
30
- [ Try the demo] ( docs/demo/ )
31
- - [ Explore integrations] ( /ecosystem/integrations/ )
32
31
33
32
</div >
34
33
@@ -49,32 +48,37 @@ OpenTelemetry is a collection of APIs, SDKs, and tools. Use it to instrument,
49
48
generate, collect, and export telemetry data (metrics, logs, and traces) to help
50
49
you analyze your software's performance and behavior.
51
50
52
- > OpenTelemetry is ** generally available** across
53
- > [ several languages] ( docs/languages/ ) and is suitable for use.
51
+ > OpenTelemetry is [ generally available] ( /status/ ) across
52
+ > [ several languages] ( docs/languages/ ) and is suitable for production use.
54
53
55
54
{{% /blocks/lead %}}
56
55
57
56
{{% blocks/section color="dark" type="row" %}}
58
57
59
- {{% blocks/feature icon="fas fa-chart-line" title="Traces, Metrics, Logs"%}}
58
+ {{% blocks/feature icon="fas fa-chart-line" title="Traces, Metrics, Logs" url="docs/concepts/observability-primer/" %}}
60
59
61
- Create and collect telemetry data from your services and software, then forward
62
- them to a variety of analysis tools. {{% /blocks/feature %}}
60
+ Create and collect telemetry from your services and software, then forward it to
61
+ a variety of analysis tools.
63
62
64
- {{% blocks/feature icon="fas fa-magic" title="Drop-In Instrumentation"%}}
63
+ {{% /blocks/feature %}}
64
+
65
+ {{% blocks/feature icon="fas fa-magic" title="Drop-in Instrumentation & Integrations" %}}
65
66
66
- OpenTelemetry integrates with popular libraries and frameworks such as
67
- [ Spring ] ( https://spring.io ) ,
68
- [ ASP.NET Core ] ( https://docs.microsoft.com/aspnet/core ) ,
69
- [ Express ] ( https://expressjs.com ) , [ Quarkus ] ( https://quarkus.io ) , and more!
70
- Installation and integration can be as simple as a few lines of code.
67
+ OpenTelemetry [ integrates] with many popular libraries and frameworks, and
68
+ supports _ code-based and zero-code _ [ instrumentation ] .
69
+
70
+ [ instrumentation ] : /docs/concepts/instrumentation/
71
+ [ integrates ] : /ecosystem/integrations/
71
72
72
73
{{% /blocks/feature %}}
73
74
74
75
{{% blocks/feature icon="fab fa-github" title="Open Source, Vendor Neutral" %}}
75
76
76
- 100% Free and Open Source, OpenTelemetry is adopted and supported by
77
- [ industry leaders] ( /ecosystem/vendors/ ) in the observability space.
77
+ 100% free and open source, OpenTelemetry is [ adopted] and supported by [ industry
78
+ leaders] in the observability space.
79
+
80
+ [ adopted ] : /ecosystem/adopters/
81
+ [ industry leaders ] : /ecosystem/vendors/
78
82
79
83
{{% /blocks/feature %}}
80
84
0 commit comments