Skip to content

Instrumentation.Process-1.0.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@utpilla utpilla released this 14 Nov 20:04
· 2480 commits to main since this release
Immutable release. Only release title and notes can be modified.
187c475
  • Update the .NET API used to retrieve process.memory.virtual metric from Process.PrivateMemorySize64 to Process.VirtualMemorySize64.(#762)

  • Update OTel API version to be 1.4.0-beta.2 and change process metrics type
    from ObservableGauge to ObservableUpDownCounter. Updated instruments are:
    "process.memory.usage", "process.memory.virtual" and "process.threads".
    (#751)