- Notifications
You must be signed in to change notification settings - Fork0
This repository contains the source code for .NET Monitor - a tool that allows you to gather diagnostic data from running applications using HTTP endpoints
License
kritulrathod/dotnet-monitor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository contains the source code for dotnet-monitor, a diagnostic tool for capturing diagnostic artifacts in an operator-driven or automated manner.
Running a .NET application in diverse environments can make collecting diagnostics artifacts (e.g., logs, traces, process dumps) challenging. dotnet monitor is a tool that provides an unified way to collect these diagnostic artifacts regardless of where your application is run.
There are two different mechanisms for collection of these diagnostic artifacts:
- AnHTTP API for on demand collection of artifacts. You can call these API endpoints when you already know your application is experiencing an issue and you are interested in gathering more information.
- Triggers for rule-based configuration for always-on collection of artifacts. You may configure rules to collect diagnostic artifacts when a desired condition is met, for example, collect a process dump when you have sustained high CPU.
SeeReleases for the release history.
Docs - Learn how to install, configure, and use dotnet-monitor.
Survey - Provide anonymous feedback on your experience using dotnet-monitor.
Seebuilding instructions in our documentation directory.
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC)secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in theSecurity TechCenter.
Also see info about relatedMicrosoft .NET Core and ASP.NET Core Bug Bounty Program.
Blog Post:Announcing dotnet-monitor
SeeVideos and Tutorials for walkthroughs on how to use dotnet monitor.
.NET Monitor is a.NET Foundation project.
There are many .NET related projects on GitHub.
- .NET home repo - links to 100s of .NET projects, from Microsoft and the community.
- ASP.NET Core home - the best place to start learning about ASP.NET Core.
This project has adopted the code of conduct defined by theContributor Covenant to clarify expected behavior in our community. For more information, see the.NET Foundation Code of Conduct.
General .NET OSS discussions:.NET Foundation Discussions
.NET monitor is licensed under theMIT license.
About
This repository contains the source code for .NET Monitor - a tool that allows you to gather diagnostic data from running applications using HTTP endpoints
Resources
License
Code of conduct
Security policy
Stars
Watchers
Forks
Releases
Packages0
Languages
- C#79.6%
- C++6.7%
- PowerShell5.2%
- Shell4.2%
- CMake3.3%
- Batchfile0.7%
- Other0.3%