From 9ce1cd9ddf245918716be888a284282d2bf3f4b9 Mon Sep 17 00:00:00 2001 From: Elthariel <154355+elthariel@users.noreply.github.com> Date: Thu, 22 Dec 2022 13:41:32 +0100 Subject: [PATCH] Docs: Add `implementation` key in data source table (#59494) * Add `implementation` key in data source table The implementation field that seems to be used by the alertmanager data source config wasn't documentated * Align | of table Co-authored-by: Armand Grillet <2117580+armandgrillet@users.noreply.github.com> --- docs/sources/administration/provisioning/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/administration/provisioning/index.md b/docs/sources/administration/provisioning/index.md index 3d91b421a48..c6b07ec078c 100644 --- a/docs/sources/administration/provisioning/index.md +++ b/docs/sources/administration/provisioning/index.md @@ -214,6 +214,7 @@ Common settings in the [built-in core data sources]({{< relref "../../datasource | keepCookies | array | _HTTP\*_ | Cookies that needs to be passed along while communicating with data sources | | prometheusVersion | string | Prometheus | The version of the Prometheus data source, such as `2.37.0`, `2.24.0` | | prometheusType | string | Prometheus | The type of the Prometheus data sources. such as `Prometheus`, `Cortex`, `Thanos`, `Mimir` | +| implementation | string | AlertManager | The implementation of the AlertManager data source, such as `prometheus`, `cortex` or `mimir` | For examples of specific data sources' JSON data, refer to that [data source's documentation]({{< relref "../../datasources" >}}).