grafana / grafonnet

Jsonnet library for generating Grafana dashboards.
https://grafana.github.io/grafonnet/
Apache License 2.0
320 stars 18 forks source link

feat: generate Grafonnet for Grafana v11.0.0 #199

Closed Duologic closed 1 month ago

Duologic commented 1 month ago

Update the generator to use foundation-sdk, this means the generator now only works for generating Grafonnet for Grafana v11+. If older generated libraries need updates/backporting, this'll require manual intervention.

Notable changes:

There are a bunch more minor changes and docs updates.


Diff hint for the reviewer:

➜ git diff --stat main..HEAD -- . ':(exclude)gen' ':(exclude)docs'
 Makefile                                     |   2 +-
 custom/dashboard.libsonnet                   |   5 ++++
 custom/query/azureMonitor.libsonnet          |  17 +++++++++++++
 custom/query/cloudWatch.libsonnet            |  23 +++++++++++++++++
 custom/query/elasticsearch.libsonnet         |  20 +++++++++++++++
 custom/query/expr.libsonnet                  |  12 +++++++++
 custom/query/googleCloudMonitoring.libsonnet |  17 +++++++++++++
 custom/query/grafanaPyroscope.libsonnet      |  17 +++++++++++++
 custom/query/loki.libsonnet                  |   1 +
 custom/query/parca.libsonnet                 |  17 +++++++++++++
 custom/query/prometheus.libsonnet            |   1 +
 custom/query/tempo.libsonnet                 |   1 +
 custom/query/testData.libsonnet              |  17 +++++++++++++
 examples/redMethod/output.json               |   8 +++---
 examples/runtimeDashboard/output.json        |  22 ++++++++--------
 examples/runtimeDashboard/panels.libsonnet   |   6 ++---
 examples/simple/output.json                  |   2 +-
 generator/alerting.libsonnet                 |  10 +++++---
 generator/core.libsonnet                     |  86 ++++++++++++++++++++------------------------------------------
 generator/jsonnetfile.lock.json              |   4 +--
 generator/panel.libsonnet                    | 114 ++++++++++++++++++++++++++++++++++++++--------------------------------------------
 generator/patches/custom_schemas/folder.json |   8 ++++--
 generator/patches/schemas.libsonnet          | 191 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------------
 generator/patches/spec.libsonnet             |  18 ++++++++++++-
 generator/query.libsonnet                    | 113 ++++++++++++++++++++++++++++++++++++----------------------------------------------
 generator/row.libsonnet                      |  15 +++++------
 generator/utils.libsonnet                    |  22 +---------------
 scripts/generate.sh                          |  10 +++++---
 scripts/generate_latest.sh                   |   1 -
 29 files changed, 421 insertions(+), 359 deletions(-)
Duologic commented 1 month ago
# diffstat for docs/
 docs/API/index.md                                                                                                       |    2 +-
 docs/API/accesspolicy/rules.md                                                                                          |   25 +++
 docs/API/role.md                                                                                                        |   17 +-
 docs/API/rolebinding.md                                                                                                 |   16 +-

 docs/API/alerting/muteTiming/interval/index.md                                                                          |  116 ++------------
 docs/API/alerting/muteTiming/interval/time_intervals/index.md                                                           |  144 +++++++++++++++++
 docs/API/alerting/muteTiming/interval/time_intervals/times.md                                                           |   32 ++++
 docs/API/alerting/muteTiming/interval/times.md                                                                          |   32 ----

 docs/API/librarypanel.md                                                                                                |  334 --------------------------------------
 docs/API/librarypanel/index.md                                                                                          | 1599 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 docs/API/librarypanel/model/fieldConfig/defaults/thresholds/steps.md                                                    |   34 ++++
 docs/API/librarypanel/model/fieldConfig/overrides/index.md                                                              |  104 ++++++++++++
 docs/API/librarypanel/model/fieldConfig/overrides/properties.md                                                         |   45 ++++++
 docs/API/librarypanel/model/links.md                                                                                    |  146 +++++++++++++++++
 docs/API/librarypanel/model/transformations.md                                                                          |  140 ++++++++++++++++

 docs/API/panel/canvas/index.md                                                                                          |   21 ++-
 docs/API/panel/canvas/options/root/elements/{connections.md => connections/index.md}                                    |  134 +++++++++++++++-
 docs/API/panel/canvas/options/root/elements/connections/vertices.md                                                     |   32 ++++
 docs/API/panel/canvas/options/root/elements/index.md                                                                    |   44 +++++-

 docs/API/panel/alertList/index.md                                                                                       |  572 ------------------------------------------------------------------

 docs/API/panel/barChart/index.md                                                                                        |   13 +-
 docs/API/panel/candlestick/index.md                                                                                     |   83 ++++------
 docs/API/panel/geomap/index.md                                                                                          |   28 +++-
 docs/API/panel/geomap/options/layers.md                                                                                 |   28 +++-
 docs/API/panel/heatmap/index.md                                                                                         |  278 +++++++++-----------------------
 docs/API/panel/histogram/index.md                                                                                       |   57 ++++++-
 docs/API/panel/index.md                                                                                                 |    1 -
 docs/API/panel/stateTimeline/index.md                                                                                   |   28 +++-
 docs/API/panel/statusHistory/index.md                                                                                   |   25 ++-
 docs/API/panel/table/index.md                                                                                           |  164 ++++++++-----------
 docs/API/panel/text/index.md                                                                                            |    7 +-
 docs/API/panel/timeSeries/index.md                                                                                      |   37 ++++-
 docs/API/panel/trend/index.md                                                                                           |    2 +-
 docs/API/panel/xyChart/index.md                                                                                         |    4 +-
 docs/API/panel/xyChart/options/series.md                                                                                |    4 +-

 docs/API/query/{azureMonitor => azuremonitor}/azureMonitor/dimensionFilters.md                                          |    0
 docs/API/query/{azureMonitor => azuremonitor}/azureMonitor/resources.md                                                 |    0
 docs/API/query/{azureMonitor => azuremonitor}/azureTraces/filters.md                                                    |    0
 docs/API/query/{azureMonitor => azuremonitor}/index.md                                                                  |  105 +++++-------

 docs/API/query/{cloudWatch => cloudwatch}/CloudWatchLogsQuery/logGroups.md                                              |    0
 docs/API/query/{cloudWatch => cloudwatch}/CloudWatchMetricsQuery/sql/from/QueryEditorFunctionExpression/parameters.md   |    7 +-
 docs/API/query/{cloudWatch => cloudwatch}/CloudWatchMetricsQuery/sql/orderBy/parameters.md                              |    7 +-
 docs/API/query/{cloudWatch => cloudwatch}/CloudWatchMetricsQuery/sql/select/parameters.md                               |    7 +-
 docs/API/query/{cloudWatch => cloudwatch}/index.md                                                                      |   99 +++++++-----

 docs/API/query/elasticsearch/bucketAggs/index.md                                                                        |  585 -------------------------------------------------------------------
 docs/API/query/elasticsearch/index.md                                                                                   | 3145 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 docs/API/query/elasticsearch/metrics/index.md                                                                           | 2616 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 docs/API/query/{googleCloudMonitoring.md => googlecloudmonitoring.md}                                                   |   37 ++++-
 docs/API/query/{grafanaPyroscope.md => grafanapyroscope.md}                                                             |   47 +++---
 docs/API/query/index.md                                                                                                 |    9 +-
 docs/API/query/loki.md                                                                                                  |   36 +++--
 docs/API/query/parca.md                                                                                                 |   33 ++--
 docs/API/query/prometheus.md                                                                                            |   82 ++++------
 docs/API/query/tempo/index.md                                                                                           |   21 ++-

 docs/API/query/testData/csvWave.md                                                                                      |   56 -------
 docs/API/query/testData/index.md                                                                                        |  797 -------------------------------------------------------------------------------------------

Ignoring:

     25 docs/API/panel/<name>/queryOptions/transformation.md
     25 docs/API/panel/<name>/standardOptions/mapping.md
     25 docs/API/panel/<name>/standardOptions/threshold/step.md
Duologic commented 1 month ago

Scanned docs for regressions, most changes are fine (either improvements or acceptable breaking changes (field replaced with constants: withType(value) -> withType()).

These need some more work:

# Missing schema
 docs/API/query/testData/ -> Schema issue: testData datasource is gone
 docs/API/panel/index.md -> Schema issue: alertGroups panel is gone
 docs/API/panel/alertList/index.md -> Generator issue, options is gone (also schema does not exist, didn't exist before so no regresssion)

# Decapitalized, provide backwards compat key?
 docs/API/query/{azureMonitor => azuremonitor}/index.md
 docs/API/query/{cloudWatch => cloudwatch}/index.md
 docs/API/query/{googleCloudMonitoring.md => googlecloudmonitoring.md}
 docs/API/query/{grafanaPyroscope.md => grafanapyroscope.md}

# Docs regression, not a blocker
 docs/API/panel/barChart/index.md -> Docs regression
 docs/API/panel/histogram/index.md -> Docs regression (small)
 docs/API/query/loki.md -> Docs regression
 docs/API/query/parca.md -> Docs regression
 docs/API/query/prometheus.md -> Docs regression

# Other issues:
 docs/API/role.md -> Schema issue: hidden field is anyOf, not boolean
 docs/API/query/elasticsearch/ -> Stuff moved around but at first glance nothing functional changed
Duologic commented 1 month ago
 docs/API/index.md                                                                                                             |    2 +-
 docs/API/query/index.md                                                                                                       |    1 -
 docs/API/panel/index.md                                                                                                       |    1 -
 docs/API/rolebinding.md                                                                                                       |   16 ++++------------
 docs/API/accesspolicy/rules.md                                                                                                |   18 ++++++++++++++++--

 docs/API/alerting/muteTiming/interval/index.md                                                                                |  116 ++++++++++----------------------------------------------------------------------------------------------------------
 docs/API/alerting/muteTiming/interval/time_intervals/index.md                                                                 |  144 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 docs/API/alerting/muteTiming/interval/time_intervals/times.md                                                                 |   32 ++++++++++++++++++++++++++++++++
 docs/API/alerting/muteTiming/interval/times.md                                                                                |   32 --------------------------------
 docs/API/alerting/ruleGroup/rule/index.md                                                                                     |   36 ++++++++++++++++++++++++++++++++++++

 docs/API/librarypanel.md                                                                                                      |  334 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 docs/API/librarypanel/index.md                                                                                                | 1599 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 docs/API/librarypanel/model/fieldConfig/overrides/index.md                                                                    |  104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 docs/API/librarypanel/model/fieldConfig/overrides/properties.md                                                               |   45 +++++++++++++++++++++++++++++++++++++++++++++
 docs/API/{panel/alertGroups/panelOptions/link.md => librarypanel/model/links.md}                                              |    2 +-

 docs/API/panel/alertGroups/index.md                                                                                           |  646 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 docs/API/panel/alertGroups/standardOptions/override.md                                                                        |  244 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 docs/API/panel/canvas/index.md                                                                                                |   21 +++++++++++++++------
 docs/API/panel/canvas/options/root/elements/{connections.md => connections/index.md}                                          |  134 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 docs/API/panel/canvas/options/root/elements/connections/vertices.md                                                           |   32 ++++++++++++++++++++++++++++++++
 docs/API/panel/canvas/options/root/elements/index.md                                                                          |   44 ++++++++++++++++++++++++++++++++++++++++----

 docs/API/panel/geomap/index.md                                                                                                |   28 ++++++++++++++++++++++++++--
 docs/API/panel/geomap/options/layers.md                                                                                       |   28 ++++++++++++++++++++++++++--

 docs/API/panel/alertList/index.md                                                                                             |    2 +-
 docs/API/panel/barChart/index.md                                                                                              |   23 ++++++++++++++---------
 docs/API/panel/candlestick/index.md                                                                                           |  117 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------
 docs/API/panel/dashboardList/index.md                                                                                         |   13 +++++++++++++
 docs/API/panel/heatmap/index.md                                                                                               |  278 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 docs/API/panel/histogram/index.md                                                                                             |   67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 docs/API/panel/stateTimeline/index.md                                                                                         |   38 ++++++++++++++++++++++++++++++++------
 docs/API/panel/statusHistory/index.md                                                                                         |   35 ++++++++++++++++++++++++++++++-----
 docs/API/panel/table/index.md                                                                                                 |  188 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------------------
 docs/API/panel/text/index.md                                                                                                  |    7 +++----
 docs/API/panel/timeSeries/index.md                                                                                            |   71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 docs/API/panel/trend/index.md                                                                                                 |   36 +++++++++++++++++++++++++++++++-----
 docs/API/panel/xyChart/index.md                                                                                               |   14 ++++++++------
 docs/API/panel/xyChart/options/series.md                                                                                      |    4 ++--

 docs/API/query/cloudWatch/CloudWatchMetricsQuery/sql/from/QueryEditorFunctionExpression/parameters.md                         |    7 ++-----
 docs/API/query/cloudWatch/CloudWatchMetricsQuery/sql/orderBy/parameters.md                                                    |    7 ++-----
 docs/API/query/cloudWatch/CloudWatchMetricsQuery/sql/select/parameters.md                                                     |    7 ++-----
 docs/API/query/cloudWatch/index.md                                                                                            |   95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------

 docs/API/query/elasticsearch/bucketAggs/index.md                                                                              |  585 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 docs/API/query/elasticsearch/index.md                                                                                         | 3124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 docs/API/query/elasticsearch/metrics/index.md                                                                                 | 2616 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 docs/API/query/azureMonitor/index.md                                                                                          |  101 +++++++++++++++++++++++++++++++++++++----------------------------------------------------------------
 docs/API/query/googleCloudMonitoring.md                                                                                       |   26 ++++++++++++++++++++------
 docs/API/query/grafanaPyroscope.md                                                                                            |   21 +++++++++++++++++----
 docs/API/query/loki.md                                                                                                        |    4 +---
 docs/API/query/parca.md                                                                                                       |   21 +++++++++++++++++----
 docs/API/query/prometheus.md                                                                                                  |   58 +++++++++++++++-------------------------------------------
 docs/API/query/tempo/index.md                                                                                                 |    6 ++----

 docs/API/query/testData/csvWave.md                                                                                            |   56 --------------------------------------------------------
 docs/API/query/testData/index.md                                                                                              |  797 -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Duologic commented 1 month ago
# minor changes
 docs/API/rolebinding.md                                                                                                       |   16 ++++------------
 docs/API/accesspolicy/rules.md                                                                                                |   18 ++++++++++++++++--

# alerting improved
 docs/API/index.md                                                                                                             |    2 +-
 docs/API/alerting/muteTiming/interval/index.md                                                                                |  116 ++++++++++----------------------------------------------------------------------------------------------------------
 docs/API/alerting/muteTiming/interval/time_intervals/index.md                                                                 |  144 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 docs/API/alerting/muteTiming/interval/time_intervals/times.md                                                                 |   32 ++++++++++++++++++++++++++++++++
 docs/API/alerting/muteTiming/interval/times.md                                                                                |   32 --------------------------------
 docs/API/alerting/ruleGroup/rule/index.md                                                                                     |   36 ++++++++++++++++++++++++++++++++++++

# libraryPanel improved
 docs/API/librarypanel.md                                                                                                      |  334 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 docs/API/librarypanel/index.md                                                                                                | 1599 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 docs/API/librarypanel/model/fieldConfig/overrides/index.md                                                                    |  104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 docs/API/librarypanel/model/fieldConfig/overrides/properties.md                                                               |   45 +++++++++++++++++++++++++++++++++++++++++++++
 docs/API/{panel/alertGroups/panelOptions/link.md => librarypanel/model/links.md}                                              |    2 +-

# alertGroups panel is removed
 docs/API/panel/index.md                                                                                                       |    1 -
 docs/API/panel/alertGroups/index.md                                                                                           |  646 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 docs/API/panel/alertGroups/standardOptions/override.md                                                                        |  244 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

# canvas panel improved
 docs/API/panel/canvas/index.md                                                                                                |   21 +++++++++++++++------
 docs/API/panel/canvas/options/root/elements/{connections.md => connections/index.md}                                          |  134 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 docs/API/panel/canvas/options/root/elements/connections/vertices.md                                                           |   32 ++++++++++++++++++++++++++++++++
 docs/API/panel/canvas/options/root/elements/index.md                                                                          |   44 ++++++++++++++++++++++++++++++++++++++++----

# geomap panel improved
 docs/API/panel/geomap/index.md                                                                                                |   28 ++++++++++++++++++++++++++--
 docs/API/panel/geomap/options/layers.md                                                                                       |   28 ++++++++++++++++++++++++++--

# minor changes
 docs/API/panel/alertList/index.md                                                                                             |    2 +-
 docs/API/panel/barChart/index.md                                                                                              |   23 ++++++++++++++---------
 docs/API/panel/dashboardList/index.md                                                                                         |   13 +++++++++++++
 docs/API/panel/histogram/index.md                                                                                             |   67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 docs/API/panel/stateTimeline/index.md                                                                                         |   38 ++++++++++++++++++++++++++++++++------
 docs/API/panel/statusHistory/index.md                                                                                         |   35 ++++++++++++++++++++++++++++++-----
 docs/API/panel/text/index.md                                                                                                  |    7 +++----
 docs/API/panel/timeSeries/index.md                                                                                            |   71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 docs/API/panel/trend/index.md                                                                                                 |   36 +++++++++++++++++++++++++++++++-----
 docs/API/panel/xyChart/index.md                                                                                               |   14 ++++++++------
 docs/API/panel/xyChart/options/series.md                                                                                      |    4 ++--

# breaking: CandlestickFieldMap no longer nested
 docs/API/panel/candlestick/index.md                                                                                           |  117 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------

# breaking: HeatmapTooltip, FilterValueRange, HeatmapColorOptions and CellValues no longer nested
 docs/API/panel/heatmap/index.md                                                                                               |  278 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

# breaking: TableFooterOptions no longer nested
 docs/API/panel/table/index.md                                                                                                 |  188 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------------------

# minor changes
 docs/API/query/tempo/index.md                                                                                                 |    6 ++----
 docs/API/query/cloudWatch/CloudWatchMetricsQuery/sql/from/QueryEditorFunctionExpression/parameters.md                         |    7 ++-----
 docs/API/query/cloudWatch/CloudWatchMetricsQuery/sql/orderBy/parameters.md                                                    |    7 ++-----
 docs/API/query/cloudWatch/CloudWatchMetricsQuery/sql/select/parameters.md                                                     |    7 ++-----

 # TODO: withDatasourceMixin ? -> cover with custom/?
 docs/API/query/azureMonitor/index.md                                                                                          |  101 +++++++++++++++++++++++++++++++++++++----------------------------------------------------------------
 docs/API/query/cloudWatch/index.md                                                                                            |   95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------
 docs/API/query/googleCloudMonitoring.md                                                                                       |   26 ++++++++++++++++++++------
 docs/API/query/grafanaPyroscope.md                                                                                            |   21 +++++++++++++++++----
 docs/API/query/loki.md                                                                                                        |    4 +---
 docs/API/query/parca.md                                                                                                       |   21 +++++++++++++++++----

# scope field got removed
 docs/API/query/prometheus.md                                                                                                  |   58 +++++++++++++++-------------------------------------------

# TODO: compare TOC to find breaking changes
 docs/API/query/elasticsearch/bucketAggs/index.md                                                                              |  585 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 docs/API/query/elasticsearch/index.md                                                                                         | 3124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 docs/API/query/elasticsearch/metrics/index.md                                                                                 | 2616 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Duologic commented 1 month ago
# minor changes
 docs/API/rolebinding.md                                                                                                       |   16 ++++------------
 docs/API/accesspolicy/rules.md                                                                                                |   18 ++++++++++++++++--

# alerting improved
 docs/API/index.md                                                                                                             |    2 +-
 docs/API/alerting/muteTiming/interval/index.md                                                                                |  116 ++++++++++----------------------------------------------------------------------------------------------------------
 docs/API/alerting/muteTiming/interval/time_intervals/index.md                                                                 |  144 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 docs/API/alerting/muteTiming/interval/time_intervals/times.md                                                                 |   32 ++++++++++++++++++++++++++++++++
 docs/API/alerting/muteTiming/interval/times.md                                                                                |   32 --------------------------------
 docs/API/alerting/ruleGroup/rule/index.md                                                                                     |   36 ++++++++++++++++++++++++++++++++++++

# libraryPanel improved
 docs/API/librarypanel.md                                                                                                      |  334 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 docs/API/librarypanel/index.md                                                                                                | 1599 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 docs/API/librarypanel/model/fieldConfig/overrides/index.md                                                                    |  104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 docs/API/librarypanel/model/fieldConfig/overrides/properties.md                                                               |   45 +++++++++++++++++++++++++++++++++++++++++++++
 docs/API/{panel/alertGroups/panelOptions/link.md => librarypanel/model/links.md}                                              |    2 +-

# breaking: alertGroups panel is removed
 docs/API/panel/index.md                                                                                                       |    1 -
 docs/API/panel/alertGroups/index.md                                                                                           |  646 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 docs/API/panel/alertGroups/standardOptions/override.md                                                                        |  244 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

# canvas panel improved
 docs/API/panel/canvas/index.md                                                                                                |   21 +++++++++++++++------
 docs/API/panel/canvas/options/root/elements/{connections.md => connections/index.md}                                          |  134 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 docs/API/panel/canvas/options/root/elements/connections/vertices.md                                                           |   32 ++++++++++++++++++++++++++++++++
 docs/API/panel/canvas/options/root/elements/index.md                                                                          |   44 ++++++++++++++++++++++++++++++++++++++++----

# geomap panel improved
 docs/API/panel/geomap/index.md                                                                                                |   28 ++++++++++++++++++++++++++--
 docs/API/panel/geomap/options/layers.md                                                                                       |   28 ++++++++++++++++++++++++++--

# minor changes
 docs/API/panel/alertList/index.md                                                                                             |    2 +-
 docs/API/panel/barChart/index.md                                                                                              |   23 ++++++++++++++---------
 docs/API/panel/dashboardList/index.md                                                                                         |   13 +++++++++++++
 docs/API/panel/histogram/index.md                                                                                             |   67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 docs/API/panel/stateTimeline/index.md                                                                                         |   38 ++++++++++++++++++++++++++++++++------
 docs/API/panel/statusHistory/index.md                                                                                         |   35 ++++++++++++++++++++++++++++++-----
 docs/API/panel/text/index.md                                                                                                  |    7 +++----
 docs/API/panel/timeSeries/index.md                                                                                            |   71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 docs/API/panel/trend/index.md                                                                                                 |   36 +++++++++++++++++++++++++++++++-----
 docs/API/panel/xyChart/index.md                                                                                               |   14 ++++++++------
 docs/API/panel/xyChart/options/series.md                                                                                      |    4 ++--

# breaking: CandlestickFieldMap no longer nested
 docs/API/panel/candlestick/index.md                                                                                           |  117 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------

# breaking: HeatmapTooltip, FilterValueRange, HeatmapColorOptions and CellValues no longer nested
 docs/API/panel/heatmap/index.md                                                                                               |  278 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

# breaking: TableFooterOptions no longer nested
 docs/API/panel/table/index.md                                                                                                 |  188 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------------------

# breaking: `scope` field got removed
 docs/API/query/prometheus.md                                                                                                  |   58 +++++++++++++++-------------------------------------------

# minor changes
 docs/API/query/azureMonitor/index.md                                                                                          |  101 +++++++++++++++++++++++++++++++++++++----------------------------------------------------------------
 docs/API/query/cloudWatch/CloudWatchMetricsQuery/sql/from/QueryEditorFunctionExpression/parameters.md                         |    7 ++-----
 docs/API/query/cloudWatch/CloudWatchMetricsQuery/sql/orderBy/parameters.md                                                    |    7 ++-----
 docs/API/query/cloudWatch/CloudWatchMetricsQuery/sql/select/parameters.md                                                     |    7 ++-----
 docs/API/query/cloudWatch/index.md                                                                                            |   95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------
 docs/API/query/googleCloudMonitoring.md                                                                                       |   26 ++++++++++++++++++++------
 docs/API/query/grafanaPyroscope.md                                                                                            |   21 +++++++++++++++++----
 docs/API/query/loki.md                                                                                                        |    4 +---
 docs/API/query/parca.md                                                                                                       |   21 +++++++++++++++++----
 docs/API/query/tempo/index.md                                                                                                 |    6 ++----

# TODO: compare TOC to find breaking changes
 docs/API/query/elasticsearch/bucketAggs/index.md                                                                              |  585 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 docs/API/query/elasticsearch/index.md                                                                                         | 3124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 docs/API/query/elasticsearch/metrics/index.md                                                                                 | 2616 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Duologic commented 1 month ago
# minor changes
 docs/API/rolebinding.md                                                                                                       |   16 ++++------------
 docs/API/accesspolicy/rules.md                                                                                                |   18 ++++++++++++++++--

# alerting improved
 docs/API/index.md                                                                                                             |    2 +-
 docs/API/alerting/muteTiming/interval/index.md                                                                                |  116 ++++++++++----------------------------------------------------------------------------------------------------------
 docs/API/alerting/muteTiming/interval/time_intervals/index.md                                                                 |  144 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 docs/API/alerting/muteTiming/interval/time_intervals/times.md                                                                 |   32 ++++++++++++++++++++++++++++++++
 docs/API/alerting/muteTiming/interval/times.md                                                                                |   32 --------------------------------
 docs/API/alerting/ruleGroup/rule/index.md                                                                                     |   36 ++++++++++++++++++++++++++++++++++++

# libraryPanel improved
 docs/API/librarypanel.md                                                                                                      |  334 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 docs/API/librarypanel/index.md                                                                                                | 1599 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 docs/API/librarypanel/model/fieldConfig/overrides/index.md                                                                    |  104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 docs/API/librarypanel/model/fieldConfig/overrides/properties.md                                                               |   45 +++++++++++++++++++++++++++++++++++++++++++++
 docs/API/{panel/alertGroups/panelOptions/link.md => librarypanel/model/links.md}                                              |    2 +-

# breaking: alertGroups panel is removed
 docs/API/panel/index.md                                                                                                       |    1 -
 docs/API/panel/alertGroups/index.md                                                                                           |  646 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 docs/API/panel/alertGroups/standardOptions/override.md                                                                        |  244 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

# canvas panel improved
 docs/API/panel/canvas/index.md                                                                                                |   21 +++++++++++++++------
 docs/API/panel/canvas/options/root/elements/{connections.md => connections/index.md}                                          |  134 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 docs/API/panel/canvas/options/root/elements/connections/vertices.md                                                           |   32 ++++++++++++++++++++++++++++++++
 docs/API/panel/canvas/options/root/elements/index.md                                                                          |   44 ++++++++++++++++++++++++++++++++++++++++----

# geomap panel improved
 docs/API/panel/geomap/index.md                                                                                                |   28 ++++++++++++++++++++++++++--
 docs/API/panel/geomap/options/layers.md                                                                                       |   28 ++++++++++++++++++++++++++--

# minor changes
 docs/API/panel/alertList/index.md                                                                                             |    2 +-
 docs/API/panel/barChart/index.md                                                                                              |   23 ++++++++++++++---------
 docs/API/panel/dashboardList/index.md                                                                                         |   13 +++++++++++++
 docs/API/panel/histogram/index.md                                                                                             |   67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 docs/API/panel/stateTimeline/index.md                                                                                         |   38 ++++++++++++++++++++++++++++++++------
 docs/API/panel/statusHistory/index.md                                                                                         |   35 ++++++++++++++++++++++++++++++-----
 docs/API/panel/text/index.md                                                                                                  |    7 +++----
 docs/API/panel/timeSeries/index.md                                                                                            |   71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 docs/API/panel/trend/index.md                                                                                                 |   36 +++++++++++++++++++++++++++++++-----
 docs/API/panel/xyChart/index.md                                                                                               |   14 ++++++++------
 docs/API/panel/xyChart/options/series.md                                                                                      |    4 ++--

# breaking: CandlestickFieldMap no longer nested
 docs/API/panel/candlestick/index.md                                                                                           |  117 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------

# breaking: HeatmapTooltip, FilterValueRange, HeatmapColorOptions and CellValues no longer nested
 docs/API/panel/heatmap/index.md                                                                                               |  278 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

# breaking: TableFooterOptions no longer nested
 docs/API/panel/table/index.md                                                                                                 |  188 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------------------

# breaking: `scope` field got removed
 docs/API/query/prometheus.md                                                                                                  |   58 +++++++++++++++-------------------------------------------

# minor changes
 docs/API/query/azureMonitor/index.md                                                                                          |  101 +++++++++++++++++++++++++++++++++++++----------------------------------------------------------------
 docs/API/query/cloudWatch/CloudWatchMetricsQuery/sql/from/QueryEditorFunctionExpression/parameters.md                         |    7 ++-----
 docs/API/query/cloudWatch/CloudWatchMetricsQuery/sql/orderBy/parameters.md                                                    |    7 ++-----
 docs/API/query/cloudWatch/CloudWatchMetricsQuery/sql/select/parameters.md                                                     |    7 ++-----
 docs/API/query/cloudWatch/index.md                                                                                            |   95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------
 docs/API/query/elasticsearch/bucketAggs/index.md                                                                              |  585 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 docs/API/query/elasticsearch/index.md                                                                                         | 3124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 docs/API/query/elasticsearch/metrics/index.md                                                                                 | 2616 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 docs/API/query/googleCloudMonitoring.md                                                                                       |   26 ++++++++++++++++++++------
 docs/API/query/grafanaPyroscope.md                                                                                            |   21 +++++++++++++++++----
 docs/API/query/loki.md                                                                                                        |    4 +---
 docs/API/query/parca.md                                                                                                       |   21 +++++++++++++++++----
 docs/API/query/tempo/index.md                                                                                                 |    6 ++----
Duologic commented 1 month ago

converted back to draft as still depend on next from foundation-sdk