An open API service indexing awesome lists of open source software.

https://github.com/rafaelldi/diagnostics-client-plugin

Simplifies the collection of diagnostic artifacts from local processes
https://github.com/rafaelldi/diagnostics-client-plugin

diagnostics dotnet rider-plugin

Last synced: 6 months ago
JSON representation

Simplifies the collection of diagnostic artifacts from local processes

Awesome Lists containing this project

README

          

# diagnostics-client-plugin

![Build](https://github.com/rafaelldi/diagnostics-client-plugin/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/19141-diagnostics-client.svg?label=plugin&logo=rider)](https://plugins.jetbrains.com/plugin/19141-diagnostics-client)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/19141-diagnostics-client.svg)](https://plugins.jetbrains.com/plugin/19141-diagnostics-client)

logo

Simplifies the collection of diagnostic artifacts from local processes.

**Features:**
* Monitor or collect `EventCounters` and OpenTelemetry metrics.
* Monitor or collect GC events.
* Monitor or collect traces.
* Collect dumps.
* More features are coming 😉

## Installation

- Using IDE built-in plugin system:

Settings/Preferences > Plugins > Marketplace > Search for "diagnostics-client-plugin" >
Install Plugin

- Manually:

Download the [latest release](https://github.com/rafaelldi/diagnostics-client-plugin/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

---
Plugin based on the [IntelliJ Platform Plugin Template][template].

[template]: https://github.com/JetBrains/intellij-platform-plugin-template