Usage Stats: Add metrics to count enabled kms providers per kind (#43640)

* Usage Insights: Add metrics to count enabled kms providers per kind

* Add backwards compatibility
This commit is contained in:
Joan López de la Franca Beltran
2022-01-07 13:52:28 +01:00
committed by GitHub
parent e2dcfbf916
commit 532e71554f
8 changed files with 98 additions and 40 deletions

View File

@@ -235,7 +235,7 @@
;secret_key = SW2YcwTIb9zpOOhoPsMm
# current key provider used for envelope encryption, default to static value specified by secret_key
;encryption_provider = secretKey
;encryption_provider = secretKey.v1
# list of configured key providers, space separated (Enterprise only): e.g., awskms.v1 azurekv.v1
;available_encryption_providers =
@@ -1055,8 +1055,8 @@
;license_path =
[feature_toggles]
# there are currently two ways to enable feature toggles in the `grafana.ini`.
# you can either pass an array of feature you want to enable to the `enable` field or
# there are currently two ways to enable feature toggles in the `grafana.ini`.
# you can either pass an array of feature you want to enable to the `enable` field or
# configure each toggle by setting the name of the toggle to true/false. Toggles set to true/false
# will take presidence over toggles in the `enable` list.