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
- Host: GitHub
- URL: https://github.com/rafaelldi/diagnostics-client-plugin
- Owner: rafaelldi
- License: mit
- Archived: true
- Created: 2022-05-02T06:34:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T18:34:13.000Z (almost 2 years ago)
- Last Synced: 2025-04-19T05:29:56.767Z (6 months ago)
- Topics: diagnostics, dotnet, rider-plugin
- Language: Kotlin
- Homepage: https://rafaelldi.github.io/diagnostics-client-plugin/
- Size: 2.78 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# diagnostics-client-plugin

[](https://plugins.jetbrains.com/plugin/19141-diagnostics-client)
[](https://plugins.jetbrains.com/plugin/19141-diagnostics-client)
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