/
/
/
1{
2 "type": "plugin",
3 "stage": "alpha",
4 "domain": "profiler",
5 "name": "Profiler",
6 "description": "Records CPU, memory and event-loop diagnostics of the running server and turns them into a shareable report. Only install this provider temporarily to debug performance issues (or when asked to in a support request) and uninstall it when done - it is not meant for day-to-day use.",
7 "codeowners": ["@music-assistant"],
8 "requirements": ["yappi==1.7.6", "psutil==7.2.2"],
9 "documentation": "https://music-assistant.io/plugins/profiler",
10 "multi_instance": false,
11 "builtin": false,
12 "icon": "speedometer"
13}
14