diff --git a/conf/defaults.ini b/conf/defaults.ini index d3782c4d17d..7192a981d4e 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -826,6 +826,9 @@ assume_role_enabled = true # Specify max no of pages to be returned by the ListMetricPages API list_metrics_page_limit = 500 +# Experimental, for use in Grafana Cloud only. Please do not set. +external_id = + #################################### Azure ############################### [azure] # Azure cloud environment where Grafana is hosted diff --git a/conf/sample.ini b/conf/sample.ini index 2f8a754b29a..1bd0519c0e0 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -775,6 +775,12 @@ # If true, assume role will be enabled for all AWS authentication providers that are specified in aws_auth_providers ; assume_role_enabled = true +# Specify max no of pages to be returned by the ListMetricPages API +; list_metrics_page_limit = 500 + +# Experimental, for use in Grafana Cloud only. Please do not set. +; external_id = + #################################### Azure ############################### [azure] # Azure cloud environment where Grafana is hosted