Skip to content

Commit

Permalink
automated release 2.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
briangann committed Jan 23, 2025
1 parent a0098a5 commit 1e4aa55
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"type": "panel",
"name": "Polystat",
"id": "grafana-polystat-panel",
"info": {
"description": "Polystat panel for Grafana",
"author": {
"name": "Grafana Project",
"url": "https://github.com/grafana/grafana-polystat-panel"
},
"keywords": [
"hexbin",
"honeycomb",
"panel"
],
"logos": {
"small": "img/polystat.svg",
"large": "img/polystat.svg"
},
"links": [
{
"name": "Project site",
"url": "https://github.com/grafana/grafana-polystat-panel"
},
{
"name": "Apache-2.0",
"url": "https://github.com/grafana/grafana-polystat-panel/blob/master/LICENSE.md"
}
],
"screenshots": [
{
"name": "Showcase",
"path": "img/screenshots/polystat-v2-agent-all-visible.png"
},
{
"name": "Animation",
"path": "img/screenshots/polystat-v2-composite-animated.gif"
},
{
"name": "Options",
"path": "img/screenshots/polystat-v2-global-all.png"
},
{
"name": "Hexagons",
"path": "img/screenshots/polystat-v2-shape-hexagon-pointed-top.png"
},
{
"name": "Squares",
"path": "img/screenshots/polystat-v2-shape-square.png"
},
{
"name": "Circles",
"path": "img/screenshots/polystat-v2-shape-circle.png"
},
{
"name": "Overrides",
"path": "img/screenshots/polystat-v2-overrides-with-thresholds.png"
},
{
"name": "Tooltips",
"path": "img/screenshots/polystat-v2-tooltips-all.png"
},
{
"name": "Composites",
"path": "img/screenshots/polystat-v2-composite-with-tooltip.png"
}
],
"version": "2.1.14",
"updated": "2025-01-23"
},
"dependencies": {
"grafanaVersion": "9.5.x",
"grafanaDependency": ">=9.5.0",
"plugins": []
},
"buildMode": "production"
}

0 comments on commit 1e4aa55

Please sign in to comment.