🌐
Microsoft
devblogs.microsoft.com › dev blogs › .net blog › announcing dotnet monitor in .net 6
Announcing dotnet monitor in .NET 6 - .NET Blog
October 11, 2022 - Announcing the first release of dotnet monitor, a diagnostics tool for .NET applications. This is the first supported release as a part of .NET 6.
🌐
GitHub
github.com › dotnet › dotnet-monitor
GitHub - dotnet/dotnet-monitor: This repository contains the source code for .NET Monitor - a tool that allows you to gather diagnostic data from running applications using HTTP endpoints · GitHub
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 ...
Starred by 706 users
Forked by 126 users
Languages   C# 80.0% | C++ 6.4% | PowerShell 5.1% | Shell 4.4% | CMake 3.0% | Batchfile 0.7%
🌐
NuGet
nuget.org › packages › dotnet-monitor › 6.3.0
NuGet Gallery | dotnet-monitor 6.3.0
This package contains a .NET tool you can call from the shell/command line. #tool dotnet:?package=dotnet-monitor&version=6.3.0
🌐
Microsoft Learn
learn.microsoft.com › en-us › dotnet › core › diagnostics › dotnet-monitor
dotnet-monitor diagnostic tool - .NET | Microsoft Learn
Learn how to install and use the dotnet-monitor tool to collect dumps, traces, logs, and metrics from applications in production environments.
🌐
Reddit
reddit.com › r/dotnet › announcing dotnet monitor in .net 6
r/dotnet on Reddit: Announcing dotnet monitor in .NET 6
November 12, 2021 - Now we don't need to manually host Prometheus-net in our microservices to collect metrics. ... It is very helpful to have something that will automatically gather standard process metrics. here's a sample output, which I for one wanted to see: https://github.com/dotnet/dotnet-monitor/blob/main/documentation/api/metrics.md
🌐
Microsoft Learn
learn.microsoft.com › en-us › shows › on-dotnet › diagnosing-net-6-issues-from-sidecar-containers-using-dotnet-monitor
Diagnosing .NET 6 issues from sidecar containers using dotnet-monitor | Microsoft Learn
Mike Rousos continues his series on how to use .NET CLI tools to diagnose common performance and reliability issues by showing how dotnet-monitor can be used to easily diagnose issues in Kubernetes clusters from sidecar containers. Chapters 00:00 - 00:00 - .NET diagnostic tools & dotnet-monitor ...
🌐
Microsoft
devblogs.microsoft.com › dev blogs › .net blog › what’s new in dotnet monitor
What's new in dotnet monitor - .NET Blog
October 11, 2022 - Additionally, to protect the credentials sent over the wire as part of authentication, dotnet monitor will also default to requiring that the underlying channel uses HTTPS. In preview4 the /processes, /dump, /gcdump, /trace, and /logs API endpoints will require authentication. The /metrics endpoint will still be available without authentication on a separately configured metricsUrl for scraping via external tools like Prometheus. In the local machine scenario with .NET SDK already installed, dotnet monitor will default to using ASP.NET Core HTTPS development certificate.
🌐
Scott Hanselman's Blog
hanselman.com › blog › exploring-your-net-applications-with-dotnetmonitor
Exploring your .NET applications with dotnet-monitor - Scott Hanselman's Blog
September 24, 2020 - September 24, 2020 Comment on this ... "dotnet monitor." dotnet monitor is an experimental tool that makes it easier to get access to diagnostics information in a dotnet process....
🌐
Microsoft Learn
learn.microsoft.com › en-us › dotnet › core › diagnostics › dotnet-counters
dotnet-counters diagnostic tool - .NET CLI - .NET | Microsoft Learn
Lists the dotnet processes that can be monitored by dotnet-counters. dotnet-counters version 6.0.320703 and later also displays the command-line arguments that each process was started with, if available.
Find elsewhere
🌐
Microsoft
devblogs.microsoft.com › dev blogs › .net blog › introducing dotnet-monitor, an experimental tool
Introducing dotnet-monitor, an experimental tool - .NET Blog
May 20, 2021 - The most productive, modern, secure, intelligent, and performant release of .NET yet. ... dotnet-monitor is an experimental tool that makes it easier to get access to diagnostics information in a dotnet process.
🌐
GitHub
github.com › dotnet › dotnet-monitor › blob › main › documentation › compatibility › 8.0 › README.md
dotnet-monitor/documentation/compatibility/8.0/README.md at main · dotnet/dotnet-monitor
If you are migrating your usage to dotnet monitor 8.0, the following changes might affect you. Changes are grouped together by areas within the tool. ... The tool will not run on .NET 6 or 7 due to removal of net 6.0 and net 7.0 target frameworks; Note: The tool will still be able to monitor applications running these .NET versions.
Author   dotnet
🌐
Docker Hub
hub.docker.com › r › microsoft › dotnet-monitor
microsoft/dotnet-monitor - Docker Image
This image contains .NET Monitor, a diagnostic tool for capturing diagnostic artifacts (such as dumps and traces) in an operator-driven or automated manner. This tool is an ASP.NET application that hosts a web API for inspecting .NET processes and collecting diagnostic artifacts.
🌐
Visual Studio Magazine
visualstudiomagazine.com › articles › 2021 › 05 › 05 › dotnet-monitor.aspx
Experimental Dotnet Monitor Tool Now Fully Supported -- Visual Studio Magazine
"We've previously introduced dotnet monitor as an experimental tool to access diagnostics information in a dotnet process," Microsoft said in a recent blog post. "We're now pleased to announce dotnet monitor has graduated to a supported tool in the .NET ecosystem.
🌐
GitHub
github.com › dotnet › dotnet-monitor › tree › main › documentation
dotnet-monitor/documentation at main · dotnet/dotnet-monitor
This repository contains the source code for .NET Monitor - a tool that allows you to gather diagnostic data from running applications using HTTP endpoints - dotnet-monitor/documentation at main · dotnet/dotnet-monitor
Author   dotnet
🌐
Dotnetos
dotnetos.org › blog › 2021-11-22-dotnet-monitor-grafana
Configuring dotnet-monitor with Prometheus and Grafana - Dotnetos - courses & conferences about .NET
November 22, 2021 - It could be seen as a “simple” ASP.NET Core app that wraps Diagnostic IPC Protocol to communicate with the target .NET application - exactly the same which is used when we use CLI Diagnostic tools like dotnet-trace or dotnet-counters. I personally perceive it simply as the REST wrapper for those tools. So, for example, we have /trace endpoint to start a session or /logs endpoint to capture logs. And finally, very recently dotnet-trace was announced as production-ready part of .NET 6 😍
🌐
GitHub
github.com › dotnet › dotnet-monitor › blob › main › documentation › README.md
dotnet-monitor/documentation/README.md at main · dotnet/dotnet-monitor
This repository contains the source code for .NET Monitor - a tool that allows you to gather diagnostic data from running applications using HTTP endpoints - dotnet/dotnet-monitor
Author   dotnet
🌐
Microsoft Learn
learn.microsoft.com › en-us › shows › on-dotnet › inspecting-application-metrics-with-dotnet-monitor
Inspecting application metrics with dotnet-monitor | Microsoft Learn
January 12, 2021 - dotnet-monitor is a command line tool that makes it easier to get access to diagnostics information in a dotnet process.In the episode, Rich is joined by Sourabh who explains to us the importance of gathering application diagnostics and also ...
🌐
GitHub
github.com › dotnet › dotnet-monitor › blob › main › documentation › setup.md
dotnet-monitor/documentation/setup.md at main · dotnet/dotnet-monitor
This repository contains the source code for .NET Monitor - a tool that allows you to gather diagnostic data from running applications using HTTP endpoints - dotnet-monitor/documentation/setup.md at main · dotnet/dotnet-monitor
Author   dotnet
🌐
GitHub
github.com › dotnet › dotnet-monitor › blob › main › documentation › api › metrics.md
dotnet-monitor/documentation/api/metrics.md at main · dotnet/dotnet-monitor
This repository contains the source code for .NET Monitor - a tool that allows you to gather diagnostic data from running applications using HTTP endpoints - dotnet/dotnet-monitor
Author   dotnet
🌐
NuGet
nuget.org › packages › dotnet-monitor
NuGet Gallery | dotnet-monitor 10.0.2
This package contains a .NET tool you can call from the shell/command line. #tool dotnet:?package=dotnet-monitor&version=10.0.2