chore: update core plugin descriptions (#83449)

* update alertmanager

* fix typo

* update candlestick

* update histogram

* update xy

* fix prettier

* dh-update-desc/ update snapshots

* dh-update-desc/ revert variable

* update failing test snapshot

---------

Co-authored-by: jev forsberg <jev.forsberg@grafana.com>
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
This commit is contained in:
David Harris 2024-02-29 13:14:12 +00:00 committed by GitHub
parent 1994d1e2c7
commit 5572158eea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 36 additions and 9 deletions

View File

@ -48,7 +48,7 @@
"name": "Prometheus alertmanager",
"url": "https://grafana.com"
},
"description": "",
"description": "Add external Alertmanagers (supports Prometheus and Mimir implementations) so you can use the Grafana Alerting UI to manage silences, contact points, and notification policies.",
"links": [
{
"name": "Learn more",
@ -63,7 +63,14 @@
"screenshots": null,
"version": "",
"updated": "",
"keywords": null
"keywords": [
"alerts",
"alerting",
"prometheus",
"alertmanager",
"mimir",
"cortex"
]
},
"dependencies": {
"grafanaDependency": "",
@ -271,7 +278,7 @@
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"description": "",
"description": "Graphical representation of price movements of a security, derivative, or currency.",
"links": null,
"logos": {
"small": "public/app/plugins/panel/candlestick/img/candlestick.svg",
@ -281,7 +288,12 @@
"screenshots": null,
"version": "",
"updated": "",
"keywords": null
"keywords": [
"financial",
"price",
"currency",
"k-line"
]
},
"dependencies": {
"grafanaDependency": "",
@ -870,7 +882,7 @@
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"description": "",
"description": "Distribution of values presented as a bar chart.",
"links": null,
"logos": {
"small": "public/app/plugins/panel/histogram/img/histogram.svg",
@ -880,7 +892,12 @@
"screenshots": null,
"version": "",
"updated": "",
"keywords": null
"keywords": [
"distribution",
"bar chart",
"frequency",
"proportional"
]
},
"dependencies": {
"grafanaDependency": "",
@ -1896,7 +1913,7 @@
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"description": "",
"description": "Supports arbitrary X vs Y in a graph to visualize the relationship between two variables.",
"links": null,
"logos": {
"small": "public/app/plugins/panel/xychart/img/icn-xychart.svg",
@ -1906,7 +1923,10 @@
"screenshots": null,
"version": "",
"updated": "",
"keywords": null
"keywords": [
"scatter",
"plot"
]
},
"dependencies": {
"grafanaDependency": "",

View File

@ -43,7 +43,8 @@
}
],
"info": {
"description": "",
"description": "Add external Alertmanagers (supports Prometheus and Mimir implementations) so you can use the Grafana Alerting UI to manage silences, contact points, and notification policies.",
"keywords": ["alerts", "alerting", "prometheus", "alertmanager", "mimir", "cortex"],
"author": {
"name": "Prometheus alertmanager",
"url": "https://grafana.com"

View File

@ -4,6 +4,8 @@
"id": "candlestick",
"info": {
"description": "Graphical representation of price movements of a security, derivative, or currency.",
"keywords": ["financial", "price", "currency", "k-line"],
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"

View File

@ -4,6 +4,8 @@
"id": "histogram",
"info": {
"description": "Distribution of values presented as a bar chart.",
"keywords": ["distribution", "bar chart", "frequency", "proportional"],
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"

View File

@ -5,6 +5,8 @@
"state": "beta",
"info": {
"description": "Supports arbitrary X vs Y in a graph to visualize the relationship between two variables.",
"keywords": ["scatter", "plot"],
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"