Skip to content

Commit

Permalink
Blog: OTel Integrations Welcome! + badge (#3485)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Nov 6, 2023
1 parent 60fe07d commit 3e730a9
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
17 changes: 17 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -290,3 +290,20 @@ body.td-page--draft .td-content {
details {
margin-bottom: $paragraph-margin-bottom;
}

.ot-integration-badge {
border-radius: 0 !important;

position: relative;
transform: rotate(6deg);
background: hsl(60, 100%, 60%);
border-color: hsl(60, 100%, 60%);
padding: 1rem;
margin: 0 1rem 1rem 1rem;

&:hover {
background: hsl(60, 100%, 60%);
transform: rotate(4deg);
transition: transform 0.2s linear;
}
}
37 changes: 37 additions & 0 deletions content/en/blog/2023/integrations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: OpenTelemetry Integrations Welcome!
linkTitle: Integrations Welcome!
date: 2023-11-08
---

<!-- prettier-ignore -->
<a type="button"
href="/blog/2023/integrations/"
class="ot-integration-badge btn shadow float-end"
title="Learn more"
data-bs-toggle="tooltip" data-bs-title="Learn more">
<span class="fw-semibold">OTel integration!</span>
<span class="position-absolute top-0 start-100 translate-middle text-warning">
<i class="fa-solid fa-circle-info"></i>
</span>
</a>

Embracing OpenTelemetry's [vision], we are committed to enabling high-quality
telemetry throughout the entire software stack!

We're thrilled to see an expanding collection of
[libraries, services, and apps integrating](/ecosystem/integrations/)
OpenTelemetry, paving the way for inherent observability.

Future blog posts will feature a distinct badge, as showcased in this post, to
celebrate these integrations. This badge will also serve as a beacon, directing
readers back to this announcement. If you're keen to have your OpenTelemetry
integration spotlighted and featured in an upcoming blog, refer to
[How to add your integration](/ecosystem/integrations/#how-to-add).

<!--
TODO Add #vision anchor to `/community/mission/` once the following lands:
https://github.com/open-telemetry/community/pull/1776
-->

[vision]: /community/mission/
2 changes: 2 additions & 0 deletions content/en/ecosystem/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ provide a first-party plugin that fits into their own extensibility ecosystem.

{{% ecosystem/integrations-table %}}

## How to add your integration {#how-to-add}

To have your library, service, or app listed, submit a PR with an entry added to
the
[integrations list](https://github.com/open-telemetry/opentelemetry.io/tree/main/data/ecosystem/integrations.yaml).
Expand Down

0 comments on commit 3e730a9

Please sign in to comment.