-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
35 lines (35 loc) · 918 Bytes
/
plugin.json
File metadata and controls
35 lines (35 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"type": "panel",
"id": "paxect-core-summary-panel",
"name": "PAXECT Core Summary Panel",
"info": {
"description": "Visualizes key bridge metrics from PAXECT Core: determinism, integrity, reliability, performance, and stability across OS bridges.",
"author": {
"name": "PAXECT Interface"
},
"version": "1.0.0",
"updated": "2025-11-07",
"keywords": ["paxect", "deterministic", "bridge", "integrity", "plugin"],
"links": [
{
"name": "GitHub Repository",
"url": "https://github.com/PAXECT-Interface/paxect-core-plugin"
}
],
"screenshots": [
{
"name": "Panel preview",
"path": "img/panel_preview.png"
}
],
"logos": {
"small": "img/logo_small.png",
"large": "img/logo_large.png"
},
"license": "Apache-2.0"
},
"dependencies": {
"grafanaVersion": ">=9.0.0",
"plugins": []
}
}