mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboards: Promote dashboard kind to experimental maturity (#61693)
This commit is contained in:
parent
5fb4a7f3b6
commit
61d8ab71a3
@ -7,7 +7,7 @@ title: Dashboard kind
|
|||||||
|
|
||||||
# Dashboard kind
|
# Dashboard kind
|
||||||
|
|
||||||
### Maturity: merged
|
### Maturity: experimental
|
||||||
### Version: 0.0
|
### Version: 0.0
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
@ -3,7 +3,7 @@ package kind
|
|||||||
import "strings"
|
import "strings"
|
||||||
|
|
||||||
name: "Dashboard"
|
name: "Dashboard"
|
||||||
maturity: "merged"
|
maturity: "experimental"
|
||||||
|
|
||||||
lineage: seqs: [
|
lineage: seqs: [
|
||||||
{
|
{
|
||||||
|
@ -126,7 +126,7 @@
|
|||||||
"machineName": "dashboard",
|
"machineName": "dashboard",
|
||||||
"pluralMachineName": "dashboards",
|
"pluralMachineName": "dashboards",
|
||||||
"lineageIsGroup": false,
|
"lineageIsGroup": false,
|
||||||
"maturity": "merged",
|
"maturity": "experimental",
|
||||||
"currentVersion": [
|
"currentVersion": [
|
||||||
0,
|
0,
|
||||||
0
|
0
|
||||||
@ -981,8 +981,10 @@
|
|||||||
"maturity": {
|
"maturity": {
|
||||||
"experimental": {
|
"experimental": {
|
||||||
"name": "experimental",
|
"name": "experimental",
|
||||||
"items": [],
|
"items": [
|
||||||
"count": 0
|
"dashboard"
|
||||||
|
],
|
||||||
|
"count": 1
|
||||||
},
|
},
|
||||||
"mature": {
|
"mature": {
|
||||||
"name": "mature",
|
"name": "mature",
|
||||||
@ -995,7 +997,6 @@
|
|||||||
"annolist_panel",
|
"annolist_panel",
|
||||||
"barchart_panel",
|
"barchart_panel",
|
||||||
"bargauge_panel",
|
"bargauge_panel",
|
||||||
"dashboard",
|
|
||||||
"dashlist_panel",
|
"dashlist_panel",
|
||||||
"gauge_panel",
|
"gauge_panel",
|
||||||
"histogram_panel",
|
"histogram_panel",
|
||||||
@ -1006,7 +1007,7 @@
|
|||||||
"team",
|
"team",
|
||||||
"text_panel"
|
"text_panel"
|
||||||
],
|
],
|
||||||
"count": 13
|
"count": 12
|
||||||
},
|
},
|
||||||
"planned": {
|
"planned": {
|
||||||
"name": "planned",
|
"name": "planned",
|
||||||
|
Loading…
Reference in New Issue
Block a user