Skip to content

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

Notifications You must be signed in to change notification settings

dotnet/dotnet-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5f02088 · Mar 10, 2025
Jan 31, 2025
Jun 8, 2023
Feb 27, 2025
Jun 23, 2023
Mar 10, 2025
Mar 6, 2025
Sep 6, 2024
Feb 4, 2025
Dec 9, 2022
Mar 4, 2024
Apr 7, 2023
Mar 9, 2022
May 16, 2024
Jan 5, 2023
Nov 10, 2022
Jan 12, 2023
Oct 24, 2023
Oct 2, 2024
Mar 22, 2018
Mar 1, 2025
Jan 25, 2023
Feb 15, 2021
Sep 30, 2024
Feb 15, 2021
Mar 9, 2022
Oct 1, 2024
May 31, 2024
Apr 13, 2021
Aug 4, 2022
Oct 7, 2022
Feb 12, 2025
Feb 15, 2021
Oct 9, 2023
Oct 7, 2022
Oct 7, 2022
Feb 15, 2021

Repository files navigation

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

Useful Links

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.

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