Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions azure/apimanagement_service/dashboards/overview/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ variable "lightstep_project" {

output "dashboard_url" {
value = "https://app.lightstep.com/${var.lightstep_project}/dashboard/${lightstep_dashboard.otel_collector_dashboard.id}"
description = "OpenTelemetry Collector Api Management Service Dashboard URL"
description = "OpenTelemetry Collector API Management Service Dashboard URL"
}

resource "lightstep_dashboard" "otel_collector_dashboard" {
project_name = var.lightstep_project
dashboard_name = "Api Management Service Metrics"
dashboard_description = "Monitor Api Management Service with this metrics overview dashboard."
dashboard_name = "API Management Service Metrics"
dashboard_description = "Monitor API Management Service with this metrics overview dashboard."

chart {
name = "Requests"
Expand Down
2 changes: 1 addition & 1 deletion azure/compute_virtualmachines/dashboards/overview/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ EOT
}

chart {
name = "Disk Bandwidth Consumed %"
name = "OS Disk Bandwidth Consumed %"
rank = "4"
type = "timeseries"

Expand Down