Skip to content

Commit 90dcedd

Browse files
chalintiffany76opentelemetrybot
authored
[ux] Rework OTel-highlights ribbon, move Integrations to ribbon (open-telemetry#5156)
Co-authored-by: Tiffany Hrabusa <[email protected]> Co-authored-by: opentelemetrybot <[email protected]>
1 parent e4f6838 commit 90dcedd

File tree

3 files changed

+28
-21
lines changed

3 files changed

+28
-21
lines changed

assets/scss/_styles_project.scss

+5-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,11 @@
125125
max-width: 80%;
126126
}
127127

128-
a.external-link:after {
129-
display: none;
128+
a {
129+
color: white;
130+
&.external-link:after {
131+
display: none;
132+
}
130133
}
131134
}
132135
}

content/en/_index.md

+18-14
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ show_banner: true
2828

2929
- [Learn more](docs/what-is-opentelemetry/)
3030
- [Try the demo](docs/demo/)
31-
- [Explore integrations](/ecosystem/integrations/)
3231

3332
</div>
3433

@@ -49,32 +48,37 @@ OpenTelemetry is a collection of APIs, SDKs, and tools. Use it to instrument,
4948
generate, collect, and export telemetry data (metrics, logs, and traces) to help
5049
you analyze your software's performance and behavior.
5150

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.
5453
5554
{{% /blocks/lead %}}
5655

5756
{{% blocks/section color="dark" type="row" %}}
5857

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/" %}}
6059

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.
6362

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" %}}
6566

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/
7172

7273
{{% /blocks/feature %}}
7374

7475
{{% blocks/feature icon="fab fa-github" title="Open Source, Vendor Neutral" %}}
7576

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/
7882

7983
{{% /blocks/feature %}}
8084

content/en/ecosystem/integrations.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ ultimately all applications should either integrate the OpenTelemetry APIs and
1818
SDKs directly for native telemetry, or provide a first-party plugin that fits
1919
into the ecosystem of the given software.
2020

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.
21+
This page contains a sample of libraries, services, and apps providing native
22+
instrumentation or first class plugins.
2323

2424
## Libraries
2525

@@ -36,9 +36,9 @@ The following list contains a sample of libraries, services, and apps that have
3636
either integrated OpenTelemetry APIs and SDKs directly for native telemetry or
3737
provide a first-party plugin that fits into their own extensibility ecosystem.
3838

39-
You will find open source (OSS) projects at the beginning of the list;
40-
commercial projects follow. Projects which are part of the
41-
[CNCF](https://www.cncf.io/) show a small CNCF logo beside their name.
39+
Open source projects (OSS) are at the beginning of the list, and commercial
40+
projects follow. Projects which are part of the [CNCF](https://www.cncf.io/)
41+
have a CNCF logo beside their name.
4242

4343
{{% ecosystem/integrations-table "application integrations" %}}
4444

0 commit comments

Comments
 (0)