From e1289b5981536f2f2285d78fb7736c1ef616fecb Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Tue, 18 Jun 2019 16:23:24 +0200 Subject: [PATCH] Document 'registryName' instead of containerGroup --- docs/configuration/metrics/container-registry.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/metrics/container-registry.md b/docs/configuration/metrics/container-registry.md index 272f23228..d1d37faaf 100644 --- a/docs/configuration/metrics/container-registry.md +++ b/docs/configuration/metrics/container-registry.md @@ -7,7 +7,7 @@ title: Azure Container Registry Declaration You can declare to scrape an Azure Container Registry via the `ContainerRegistry` resource type. The following fields need to be provided: -- `containerGroup` - The name of the container group +- `registryName` - The name of the registry All supported metrics are not documented in the official [Azure Monitor documentation](https://docs.microsoft.com/en-us/azure/azure-monitor/platform/metrics-supported) documentation yet, but it's being added via [this PR](https://github.com/MicrosoftDocs/azure-docs/pull/27991). @@ -24,4 +24,4 @@ azureMetricConfiguration: ``` [← back to metrics declarations](/configuration/metrics)
-[← back to introduction](/) \ No newline at end of file +[← back to introduction](/)