diff --git a/azure/Makefile.Common b/azure/Makefile.Common index 2f27690..1d85561 100644 --- a/azure/Makefile.Common +++ b/azure/Makefile.Common @@ -19,7 +19,7 @@ destroy-terraform: .PHONY: run-collector run-collector: - docker run -d --name=$(EXAMPLE_NAME) -v ./:/conf/ -e AZURE_CLIENT_ID=${AZURE_CLIENT_ID} -e AZURE_CLIENT_SECRET=${AZURE_CLIENT_SECRET} -e AZURE_SUBSCRIPTION_ID=${AZURE_SUBSCRIPTION_ID} -e AZURE_TENANT_ID=${AZURE_TENANT_ID} -e LS_ACCESS_TOKEN=${LS_ACCESS_TOKEN} otel/opentelemetry-collector-contrib:0.79.0 --config=/conf/collector.yaml + docker run -d --name=$(EXAMPLE_NAME) -v ./:/conf/ -e AZURE_CLIENT_ID=${AZURE_CLIENT_ID} -e AZURE_CLIENT_SECRET=${AZURE_CLIENT_SECRET} -e AZURE_SUBSCRIPTION_ID=${AZURE_SUBSCRIPTION_ID} -e AZURE_TENANT_ID=${AZURE_TENANT_ID} -e LS_ACCESS_TOKEN=${LS_ACCESS_TOKEN} otel/opentelemetry-collector-contrib:0.81.0 --config=/conf/collector.yaml .PHONY: stop-collector stop-collector: diff --git a/azure/README.md b/azure/README.md index 216df26..5a30c90 100644 --- a/azure/README.md +++ b/azure/README.md @@ -39,7 +39,7 @@ Detailed description of available [Azure metrics per service](https://learn.micr Collector Azure Monitor receiver has to be configured to capture required Azure resources, [configuration description](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/azuremonitorreceiver#configuration). -The following example configuration collects metrics from Kong and send them to Lightstep Observability: +The following example configuration collects metrics from Azure and send them to Lightstep Observability: ```yaml receivers: diff --git a/azure/compute_disks/dashboards/overview/main.tf b/azure/compute_disks/dashboards/overview/main.tf index f94897b..ca147a6 100644 --- a/azure/compute_disks/dashboards/overview/main.tf +++ b/azure/compute_disks/dashboards/overview/main.tf @@ -15,7 +15,7 @@ variable "lightstep_project" { output "dashboard_url" { value = "https://app.lightstep.com/${var.lightstep_project}/dashboard/${lightstep_dashboard.otel_collector_dashboard.id}" - description = "OpenTelemetry Collector Compute_disks Dashboard URL" + description = "OpenTelemetry Collector Compute Disks Dashboard URL" } resource "lightstep_dashboard" "otel_collector_dashboard" { diff --git a/azure/compute_virtualmachines/dashboards/overview/main.tf b/azure/compute_virtualmachines/dashboards/overview/main.tf index 023ec40..a1f34f4 100644 --- a/azure/compute_virtualmachines/dashboards/overview/main.tf +++ b/azure/compute_virtualmachines/dashboards/overview/main.tf @@ -15,7 +15,7 @@ variable "lightstep_project" { output "dashboard_url" { value = "https://app.lightstep.com/${var.lightstep_project}/dashboard/${lightstep_dashboard.otel_collector_dashboard.id}" - description = "OpenTelemetry Collector Compute_virtualmachines Dashboard URL" + description = "OpenTelemetry Collector Compute Virtual Machines Dashboard URL" } resource "lightstep_dashboard" "otel_collector_dashboard" { diff --git a/azure/containerregistry_registries/dashboards/overview/main.tf b/azure/containerregistry_registries/dashboards/overview/main.tf index b1642ca..339dd32 100644 --- a/azure/containerregistry_registries/dashboards/overview/main.tf +++ b/azure/containerregistry_registries/dashboards/overview/main.tf @@ -15,7 +15,7 @@ variable "lightstep_project" { output "dashboard_url" { value = "https://app.lightstep.com/${var.lightstep_project}/dashboard/${lightstep_dashboard.otel_collector_dashboard.id}" - description = "OpenTelemetry Collector Containerregistry_registries Dashboard URL" + description = "OpenTelemetry Collector Container Registry Registries Dashboard URL" } resource "lightstep_dashboard" "otel_collector_dashboard" { diff --git a/azure/containerservice_managedclusters/dashboards/overview/main.tf b/azure/containerservice_managedclusters/dashboards/overview/main.tf index 61916aa..dc8ba08 100644 --- a/azure/containerservice_managedclusters/dashboards/overview/main.tf +++ b/azure/containerservice_managedclusters/dashboards/overview/main.tf @@ -15,7 +15,7 @@ variable "lightstep_project" { output "dashboard_url" { value = "https://app.lightstep.com/${var.lightstep_project}/dashboard/${lightstep_dashboard.otel_collector_dashboard.id}" - description = "OpenTelemetry Collector Containerservice_managedclusters Dashboard URL" + description = "OpenTelemetry Collector Container Service Managed Clusters Dashboard URL" } resource "lightstep_dashboard" "otel_collector_dashboard" { @@ -33,7 +33,7 @@ resource "lightstep_dashboard" "otel_collector_dashboard" { display = "line" hidden = false query_string = <