diff options
Diffstat (limited to 'data/removals/16_0/16-0-remove-embed-grafana-panels-in-markdown.yml')
-rw-r--r-- | data/removals/16_0/16-0-remove-embed-grafana-panels-in-markdown.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/removals/16_0/16-0-remove-embed-grafana-panels-in-markdown.yml b/data/removals/16_0/16-0-remove-embed-grafana-panels-in-markdown.yml new file mode 100644 index 00000000000..6b6c1ec4c75 --- /dev/null +++ b/data/removals/16_0/16-0-remove-embed-grafana-panels-in-markdown.yml @@ -0,0 +1,15 @@ +- title: "Embedding Grafana panels in Markdown is removed" + announcement_milestone: "15.9" + announcement_date: "2023-02-22" + removal_milestone: "16.0" + removal_date: "2023-05-22" + breaking_change: true + reporter: abellucci + stage: monitor + issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/389477 + body: | + The ability to add Grafana panels in GitLab Flavored Markdown is removed. + We intend to replace this feature with the ability to [embed charts](https://gitlab.com/groups/gitlab-org/opstrace/-/epics/33) + with the [GitLab Observability UI](https://gitlab.com/gitlab-org/opstrace/opstrace-ui). + tiers: [Free, Silver, Gold, Core, Premium, Ultimate] + documentation_url: https://docs.gitlab.com/ee/operations/metrics/embed_grafana.html#embed-grafana-panels-in-markdown-deprecated |