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
2 changes: 1 addition & 1 deletion collector/hikaricp/dashboards/overview/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
}

resource "lightstep_dashboard" "otel_collector_hikaricp_dashboard" {
project_name = var.cloud_observability_project
project_name = var.lightstep_project
dashboard_name = "HikariCP and System Metrics Dashboard"
dashboard_description = "Monitor HikariCP and System Metrics."

Expand Down
4 changes: 2 additions & 2 deletions collector/hive/dashboards/overview/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
}

resource "lightstep_dashboard" "otel_collector_hive_dashboard" {
project_name = var.cloud_observability_project
project_name = var.lightstep_project
dashboard_name = "OpenTelemetry Hive JMX Metrics Dashboard"
dashboard_description = "Monitor Hive JMX metrics with this overview dashboard."

Expand Down Expand Up @@ -156,4 +156,4 @@ resource "lightstep_dashboard" "otel_collector_hive_dashboard" {
query_string = "metric up | rate | group_by [], sum"
}
}
}
}