Skip to content

Commit

Permalink
Remove references to Tempo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnicegyu11 committed Dec 18, 2024
1 parent fcab094 commit 2ba8070
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
8 changes: 0 additions & 8 deletions services/monitoring/grafana/terraform/datasources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,3 @@ resource "grafana_data_source" "prometheuscatchall" {
is_default = false
uid = "RmZEr52nz"
}

resource "grafana_data_source" "tempo" {
type = "tempo"
name = "tempo"
url = var.TEMPO_URL
basic_auth_enabled = false
is_default = false
}
4 changes: 0 additions & 4 deletions services/monitoring/grafana/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,3 @@ variable "PROMETHEUS_CATCHALL_URL" {
description = "Prometheus Catchall URL"
sensitive = false
}
variable "TEMPO_URL" {
description = "Tempo URL"
sensitive = false
}

0 comments on commit 2ba8070

Please sign in to comment.