Support for Release Health and Performance Monitoring
See original GitHub issuePlease mark the type framework used:
- ASP.NET MVC
- ASP.NET Web API (OWIN)
- ASP.NET Core
- WPF
- WinForms
- Xamarin
- Other:
Please mark the type of the runtime used:
- .NET Framework
- Mono
- .NET Core
- Version: The latest stable for both, that is .NET Core 3.1.401 and Xamarin.Android 11.0.2.0.
Please mark the NuGet packages used:
- Sentry
- Sentry.Serilog
- Sentry.NLog
- Sentry.Log4Net
- Sentry.Extensions.Logging
- Sentry.AspNetCore
- Version: 2.1.6 of both.
It looks like both Release Health and Performance Monitoring aren’t (directly?) supported.
Is there any way for me to utilize these platform features, perhaps with the underlying Sentry.Protocol
package? I’m totally fine with having to identify and generate session details myself, as well as performance data.
Ultimately I’m interested in filling the Sentry release’s user information, as well as gain some insight into our client apps’ performance when it comes to hitting our servers.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Implementing Health and Performance Monitoring
Overview: Health and performance monitoring You can set up the BIG-IP system to monitor the health or performance of certain nodes or servers...
Read more >User Guide for Cisco Security Manager 4.20
Use the Health and Performance Monitor (HPM) to view status information and alerts collected from monitored firewall and IPS devices across your ...
Read more >Overview: Health and performance monitoring statistics
When data collection is enabled, Enterprise Manager collects health and performance monitoring statistics data for each managed device in your network on which ......
Read more >Performance Monitoring and Health Management
Our performance monitoring and reporting service implements a data acquisition tool – like Comecer Toolkit – to help you improve your system's productivity ......
Read more >Monitor Health and Performance | Cloud Run Documentation
Cloud Monitoring provides Cloud Run performance monitoring, metrics, and uptime checks, along with alerts to send notifications when certain metric thresholds ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@bddckr we’re planning to start working towards adding both release health and performance support to .NET soon.
@lucas-zimerman created already some support for both features on an external library: https://github.com/lucas-zimerman/sentry-dotnet-performance-addon
We’ll use this issue to track progress.
We’re using Sentry in Mailbird, which is a WPF app running .NET 4.7.2, and we’d also love support for both health and performance monitoring 😃