Skip to content

Commit

Permalink
[ux] Rework OTel-highlights ribbon, move Integrations to ribbon (open…
Browse files Browse the repository at this point in the history
…-telemetry#5156)

Co-authored-by: Tiffany Hrabusa <[email protected]>
Co-authored-by: opentelemetrybot <[email protected]>
  • Loading branch information
3 people authored and michael2893 committed Sep 8, 2024
1 parent 5528e7c commit 7a11378
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 21 deletions.
7 changes: 5 additions & 2 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,11 @@
max-width: 80%;
}

a.external-link:after {
display: none;
a {
color: white;
&.external-link:after {
display: none;
}
}
}
}
Expand Down
32 changes: 18 additions & 14 deletions content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ show_banner: true

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

</div>

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

> OpenTelemetry is **generally available** across
> [several languages](docs/languages/) and is suitable for use.
> OpenTelemetry is [generally available](/status/) across
> [several languages](docs/languages/) and is suitable for production use.
{{% /blocks/lead %}}

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

{{% blocks/feature icon="fas fa-chart-line" title="Traces, Metrics, Logs"%}}
{{% blocks/feature icon="fas fa-chart-line" title="Traces, Metrics, Logs" url="docs/concepts/observability-primer/" %}}

Create and collect telemetry data from your services and software, then forward
them to a variety of analysis tools. {{% /blocks/feature %}}
Create and collect telemetry from your services and software, then forward it to
a variety of analysis tools.

{{% blocks/feature icon="fas fa-magic" title="Drop-In Instrumentation"%}}
{{% /blocks/feature %}}

{{% blocks/feature icon="fas fa-magic" title="Drop-in Instrumentation & Integrations" %}}

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.
OpenTelemetry [integrates] with many popular libraries and frameworks, and
supports _code-based and zero-code_ [instrumentation].

[instrumentation]: /docs/concepts/instrumentation/
[integrates]: /ecosystem/integrations/

{{% /blocks/feature %}}

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

100% Free and Open Source, OpenTelemetry is adopted and supported by
[industry leaders](/ecosystem/vendors/) in the observability space.
100% free and open source, OpenTelemetry is [adopted] and supported by [industry
leaders] in the observability space.

[adopted]: /ecosystem/adopters/
[industry leaders]: /ecosystem/vendors/

{{% /blocks/feature %}}

Expand Down
10 changes: 5 additions & 5 deletions content/en/ecosystem/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ultimately all applications should either integrate the OpenTelemetry APIs and
SDKs directly for native telemetry, or provide a first-party plugin that fits
into the ecosystem of the given software.

On this page you will find a sample of libraries, services and apps, that
provide such a native instrumentation or first class plugin.
This page contains a sample of libraries, services, and apps providing native
instrumentation or first class plugins.

## Libraries

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

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

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

Expand Down

0 comments on commit 7a11378

Please sign in to comment.