Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
5 changes: 5 additions & 0 deletions src/OpenTelemetry.Instrumentation.Process/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
* Assemblies are now digitally signed using cosign.
([#4637](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/4637))

* Updated semantic conventions to
[v1.43.0](https://github.com/open-telemetry/semantic-conventions/blob/v1.43.0/docs/system/process-metrics.md)
and marked package as release candidate.
([#4675](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/4675))

## 1.16.0-beta.1

Released 2026-Jun-24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace OpenTelemetry.Instrumentation.Process;

internal sealed class ProcessMetrics
{
internal static readonly Version SemanticConventionsVersion = new(1, 42, 0);
internal static readonly Version SemanticConventionsVersion = new(1, 43, 0);
internal static readonly Meter MeterInstance = Metrics.MeterFactory.Create<ProcessMetrics>(SemanticConventionsVersion);

static ProcessMetrics()
Expand Down
4 changes: 2 additions & 2 deletions src/OpenTelemetry.Instrumentation.Process/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Status | |
| ------ | --- |
| Stability | [Beta](../../README.md#beta) |
| Stability | [Release candidate](../../README.md#release-candidate) |
| Code Owners | [@Yun-Ting](https://github.com/Yun-Ting) |

[![NuGet version badge](https://img.shields.io/nuget/v/OpenTelemetry.Instrumentation.Process)](https://www.nuget.org/packages/OpenTelemetry.Instrumentation.Process)
Expand All @@ -16,7 +16,7 @@ telemetry about process behavior.

The process metric instruments being implemented are following OpenTelemetry
[metrics semantic
conventions](https://github.com/open-telemetry/semantic-conventions/blob/v1.42.0/docs/system/process-metrics.md).
conventions](https://github.com/open-telemetry/semantic-conventions/blob/v1.43.0/docs/system/process-metrics.md).

## Steps to enable OpenTelemetry.Instrumentation.Process

Expand Down
5 changes: 5 additions & 0 deletions src/OpenTelemetry.Resources.Process/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
* Assemblies are now digitally signed using cosign.
([#4637](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/4637))

* Updated semantic conventions to
[v1.43.0](https://github.com/open-telemetry/semantic-conventions/blob/v1.43.0/docs/resource/process.md)
and marked package as release candidate.
([#4675](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/4675))

## 1.15.1-beta.2

Released 2026-May-06
Expand Down
4 changes: 2 additions & 2 deletions src/OpenTelemetry.Resources.Process/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

| Status | |
| ------ | --- |
| Stability | [Beta](../../README.md#beta) |
| Stability | [Release candidate](../../README.md#release-candidate) |
Comment thread
martincostello marked this conversation as resolved.
| Code Owners | [@Kielek](https://github.com/Kielek), [@lachmatt](https://github.com/lachmatt) |

[![NuGet version badge](https://img.shields.io/nuget/v/OpenTelemetry.Resources.Process)](https://www.nuget.org/packages/OpenTelemetry.Resources.Process)
[![NuGet download count badge](https://img.shields.io/nuget/dt/OpenTelemetry.Resources.Process)](https://www.nuget.org/packages/OpenTelemetry.Resources.Process)
[![codecov.io](https://codecov.io/gh/open-telemetry/opentelemetry-dotnet-contrib/branch/main/graphs/badge.svg?flag=unittests-Resources.Process)](https://app.codecov.io/gh/open-telemetry/opentelemetry-dotnet-contrib?flags[0]=unittests-Resources.Process)

> [!IMPORTANT]
> Resources detected by this packages are defined by [experimental semantic convention](https://github.com/open-telemetry/semantic-conventions/blob/v1.41.0/docs/resource/process.md#process).
> Resources detected by this packages are defined by [experimental semantic convention](https://github.com/open-telemetry/semantic-conventions/blob/v1.43.0/docs/resource/process.md#process).
> These resources can be changed without prior notification.

## Getting Started
Expand Down