Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blog: Enhancing Acknowledgment of Community Contributions in OpenTelemetry Profiling #4186

Merged
merged 17 commits into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,34 @@ vision of enabling built-in observability for cloud native applications requires
us to continue evolving with the community. This year, we’re proud to announce
that exactly two years after the Profiling SIG was created at KubeCon +
CloudNativeCon Europe 2022 in Valencia, we’re taking a big step towards this
goal by merging a profiling data model into our specification and working
towards a stable implementation this year!
goal by merging a profiling data model OTEP and working towards a stable spec
and implementation this year!

This milestone for OpenTelemetry profiling feature reflects a collaborative
Rperry2174 marked this conversation as resolved.
Show resolved Hide resolved
effort within the profiling SIG, where dedicated input from a diverse range of
profiling vendors and end users has been pivotal. This includes substantial
contributions from companies such as Grafana Labs, Datadog, and Red Hat. The
SIG's collective endeavor has been focused on aligning on the most suitable data
format for profiling, evidenced by the active discussions and proposals within
the community.

Some previous milestones reached before this point have been:

- Establishing
[profiling vision alignment](https://github.com/open-telemetry/oteps/pull/212)
(August 2022)
- Proposing
[v1 profiling data model](https://github.com/open-telemetry/oteps/pull/237)
(September 2023)
- Proposing
[v2 profiling data model](https://github.com/open-telemetry/oteps/pull/239)
(November 2023)

These all have played a crucial role in shaping the direction and evolution of
OpenTelemetry's profiling capabilities. These community-led discussions and
contributions underscore the project's commitment to being inclusive and
collaboration, ensuring that a broad spectrum of insights and expertise is
leveraged to drive the development of OpenTelemetry.

## What is profiling?

Expand Down Expand Up @@ -75,9 +101,9 @@ companies. Across our most popular repositories, OpenTelemetry sees over 30
million downloads a month<sup>2</sup>, and new open source projects are adopting
our standards at a regular pace, including
[Apache Kafka](https://cwiki.apache.org/confluence/display/KAFKA/KIP-714%3A+Client+metrics+and+observability),
and [dozens more](https://opentelemetry.io/ecosystem/integrations/). We’re also
deepening our integrations with other open source projects in CNCF and out, such
as [OpenFeature](https://openfeature.dev) and
and [dozens more](/ecosystem/integrations). We’re also deepening our
integrations with other open source projects in CNCF and out, such as
[OpenFeature](https://openfeature.dev) and
[OpenSearch](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23611),
in addition to our existing integrations with Kubernetes, Thanos, Knative, and
many more.
Expand Down
8 changes: 8 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -3971,6 +3971,14 @@
"StatusCode": 200,
"LastSeen": "2024-01-30T06:01:26.859346-05:00"
},
"https://github.com/open-telemetry/oteps/pull/237": {
"StatusCode": 200,
"LastSeen": "2024-03-20T11:51:23.759109+01:00"
},
"https://github.com/open-telemetry/oteps/pull/239": {
"StatusCode": 200,
"LastSeen": "2024-03-20T11:51:25.914973+01:00"
},
"https://github.com/open-telemetry/semantic-conventions": {
"StatusCode": 200,
"LastSeen": "2024-01-30T06:01:12.185293-05:00"
Expand Down