DataDog / dd-trace-dotnet

.NET Client Library for Datadog APM
https://docs.datadoghq.com/tracing/
Apache License 2.0
437 stars 137 forks source link

Collect the `requests-per-second` counter #5760

Open hae-andrew-young opened 3 months ago

hae-andrew-young commented 3 months ago

Are you requesting automatic instrumentation for a framework or library? Please describe. Library dd-trace-dotnet

Is your feature request related to a problem? Please describe. The profile does not collect the requests-per-second counter.

Describe the solution you'd like Please start collecting the requests-per-second counter. It has been available since .NET Core 3.1 https://learn.microsoft.com/en-us/dotnet/core/diagnostics/available-counters#microsoftaspnetcorehosting-counters

Describe alternatives you've considered n/a

Additional context n/a

lucaspimentel commented 1 month ago

Hello, @hae-andrew-young. To confirm, this is a feature request to collect an additional metric using the .NET Runtime Metrics feature, correct? https://docs.datadoghq.com/tracing/metrics/runtime_metrics/dotnet/

lucaspimentel commented 1 month ago

Related: #4468