This repository contains the source code for .NET Monitor - a tool that allows you to gather diagnostic data from running applications using HTTP endpoints
Перейти к файлу
Justin Anderson e4a09fe4f9
Add System.Text.Json to Dependabot (#7390)
2024-10-02 14:37:52 -07:00
.config Add 1ES pipeline baselines (#6532) 2024-04-29 10:08:52 -07:00
.devcontainer Use csharp dev kit in Codespaces (#4557) 2023-06-08 08:54:57 -07:00
.github Add System.Text.Json to Dependabot (#7390) 2024-10-02 14:37:52 -07:00
.vscode Merge remote-tracking branch 'upstream/main' into parameter-capturing/merge-main 2023-06-23 14:44:59 -07:00
documentation Add security considerations for Entra ID auth (#7382) 2024-10-02 09:23:55 -07:00
eng Add System.Text.Json to Dependabot (#7390) 2024-10-02 14:37:52 -07:00
samples Remove documentation survey links (#7265) 2024-09-06 08:51:49 -07:00
src Ensure exception event source listener is running before applying startup hook (#7342) 2024-09-23 13:18:25 -07:00
.editorconfig Standardize on two-line license header (#3069) 2022-12-09 16:06:36 -08:00
.gitattributes Sync branch improvements (#6172) 2024-03-04 14:53:05 -08:00
.gitignore Automate supported releases bookkeeping (#4158) 2023-04-07 14:18:53 -07:00
Build.cmd Copy files from dotnet/diagnostics @ b6b2bb644102806864da991760b6d2a599c312d4 2022-03-08 21:10:15 -08:00
CMakeLists.txt Use add_compiler_options to enable spectre mitigations and sdl checks (#6658) 2024-05-16 11:12:05 -07:00
CMakeSettings.json Use RID folders instead of osGroup/architecture folders (#3224) 2023-01-05 09:57:54 -08:00
CODE-OF-CONDUCT.md Link Code of Conduct (#980) 2020-04-02 16:36:25 -07:00
CONTRIBUTING.md Spellcheck documentation changes in PRs (#3281) 2023-01-12 13:18:44 -08:00
Directory.Build.props Enforce editorconfig at build time (#5589) 2023-10-24 14:37:56 -07:00
Directory.Packages.props Add System.Text.Json to Dependabot (#7390) 2024-10-02 14:37:52 -07:00
LICENSE.TXT Initialize repo 2018-03-21 18:05:51 -07:00
NuGet.config Update dependencies from https://github.com/dotnet/diagnostics build 20240112.1 (#5827) 2024-01-13 14:16:47 +00:00
README.md Redo: cleanup docs (#3440) 2023-01-24 22:08:23 -08:00
Restore.cmd Trim non-monitor files; change build definitions; clean references 2021-02-15 01:59:27 -08:00
SECURITY.md Add WIP document for security considerations (#7369) 2024-09-30 15:41:42 -07:00
Test.cmd Trim non-monitor files; change build definitions; clean references 2021-02-15 01:59:27 -08:00
build.sh Copy files from dotnet/diagnostics @ b6b2bb644102806864da991760b6d2a599c312d4 2022-03-08 21:10:15 -08:00
cspell.json Document breaking Entra ID configuration change (#7379) 2024-10-01 09:31:43 -07:00
dotnet-monitor.sln Remove HostingStartup (#6751) 2024-05-31 10:47:41 -07:00
dotnet.cmd Add dotnet scripts 2021-04-12 22:57:22 -07:00
dotnet.sh Fix eXecutable permission mode (#2250) 2022-08-04 13:46:38 -07:00
generate-dev-sln.ps1 [release/7.x] Scripts to launch VS and VS Code using local SDK (#2641) 2022-10-10 08:44:48 -07:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20240925.3 (#7359) 2024-10-01 01:31:50 +00:00
restore.sh Trim non-monitor files; change build definitions; clean references 2021-02-15 01:59:27 -08:00
startvs.cmd Remove net6.0 tfm (#5501) 2023-10-09 15:30:55 -07:00
startvscode.cmd [release/7.x] Scripts to launch VS and VS Code using local SDK (#2641) 2022-10-10 08:44:48 -07:00
startvscode.sh [release/7.x] Scripts to launch VS and VS Code using local SDK (#2641) 2022-10-10 08:44:48 -07:00
test.sh Trim non-monitor files; change build definitions; clean references 2021-02-15 01:59:27 -08:00

README.md

.NET Monitor Repo

This repository contains the source code for dotnet-monitor, a diagnostic tool for capturing diagnostic artifacts in an operator-driven or automated manner.

Overview

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:

  • An HTTP 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.

Releases

See Releases for the release history.

Docs

Docs - Learn how to install, configure, and use dotnet-monitor.

Survey

Survey - Provide anonymous feedback on your experience using dotnet-monitor.

Building the Repository

See building instructions in our documentation directory.

Reporting security issues and security bugs

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 the Security TechCenter.

Also see info about related Microsoft .NET Core and ASP.NET Core Bug Bounty Program.

Blog Post: Announcing dotnet-monitor

See Videos and Tutorials for walkthroughs on how to use dotnet monitor.

.NET Foundation

.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 the Contributor 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

License

.NET monitor is licensed under the MIT license.