Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 mark package as release candidate.
Comment thread
martincostello marked this conversation as resolved.
Outdated
([#TODO](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/TODO))
Comment thread
martincostello marked this conversation as resolved.
Outdated

## 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/system/process-metrics.md)
and mark package as release candidate.
Comment thread
martincostello marked this conversation as resolved.
Outdated
([#TODO](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/TODO))
Comment thread
martincostello marked this conversation as resolved.
Outdated

## 1.15.1-beta.2

Released 2026-May-06
Expand Down
2 changes: 1 addition & 1 deletion src/OpenTelemetry.Resources.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) |
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)
Expand Down