Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit ee6d335

Browse files
authored
fix errant cloud_observability_ prefixes (#65)
1 parent 2a9311c commit ee6d335

File tree

2 files changed

+3
-3
lines changed
  • collector

2 files changed

+3
-3
lines changed

collector/hikaricp/dashboards/overview/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ terraform {
99
}
1010

1111
resource "lightstep_dashboard" "otel_collector_hikaricp_dashboard" {
12-
project_name = var.cloud_observability_project
12+
project_name = var.lightstep_project
1313
dashboard_name = "HikariCP and System Metrics Dashboard"
1414
dashboard_description = "Monitor HikariCP and System Metrics."
1515

collector/hive/dashboards/overview/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ terraform {
99
}
1010

1111
resource "lightstep_dashboard" "otel_collector_hive_dashboard" {
12-
project_name = var.cloud_observability_project
12+
project_name = var.lightstep_project
1313
dashboard_name = "OpenTelemetry Hive JMX Metrics Dashboard"
1414
dashboard_description = "Monitor Hive JMX metrics with this overview dashboard."
1515

@@ -156,4 +156,4 @@ resource "lightstep_dashboard" "otel_collector_hive_dashboard" {
156156
query_string = "metric up | rate | group_by [], sum"
157157
}
158158
}
159-
}
159+
}

0 commit comments

Comments
 (0)