Replies: 2 comments 1 reply
-
|
Yes what do you want to expose? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
.NET doesn’t have a direct JMX equivalent, but it offers similar capabilities. You can use EventCounters and DiagnosticSource to expose metrics, and dotnet-counters or dotnet-trace to monitor them. For remote access, frameworks like OpenTelemetry or Prometheus exporters let you expose metrics over HTTP. You can also build and https://royalreels.casinologin.mobi/ a lightweight REST/gRPC endpoint in your app to expose custom counters, mimicking JMX’s remote management features. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am wondering, if there is a JMX like capability for .NET runtime?
I am aware of dotnet-trace and counters, but I do not know how to expose them.
Something like this would be amazing.
Beta Was this translation helpful? Give feedback.
All reactions