From 00553d2e31b80a306ff126c8ffaafd9c00186078 Mon Sep 17 00:00:00 2001 From: Dmitry Avdeev Date: Thu, 31 Aug 2023 09:53:41 -0700 Subject: [PATCH] fix capitalization issue --- .../dashboards/overview/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/containerservice_managedclusters/dashboards/overview/main.tf b/azure/containerservice_managedclusters/dashboards/overview/main.tf index 297c184..6c9deab 100644 --- a/azure/containerservice_managedclusters/dashboards/overview/main.tf +++ b/azure/containerservice_managedclusters/dashboards/overview/main.tf @@ -24,7 +24,7 @@ resource "lightstep_dashboard" "otel_collector_dashboard" { dashboard_description = "Monitor Container Service Managed Clusters with this metrics overview dashboard." chart { - name = "Apiserver Current Inflight Requests" + name = "API Server Current Inflight Requests" rank = "0" type = "timeseries"