Skip to content

Commit

Permalink
fix: Cleanup unneeded otel configs (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpanzella authored Aug 29, 2024
1 parent 26ba614 commit 67f6fbe
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -349,42 +349,6 @@ module "wandb" {
searchTags = {}
}

otel = {
daemonset = var.enable_yace ? {
config = {
receivers = {
prometheus = {
config = {
scrape_configs = [
{ job_name = "yace"
scheme = "http"
metrics_path = "/metrics"
dns_sd_configs = [
{ names = ["wandb-yace"]
type = "A"
port = 5000
}
]
}
]
}
}
}
service = {
pipelines = {
metrics = {
receivers = ["hostmetrics", "k8s_cluster", "kubeletstats", "prometheus"]
}
}
}
}
} : { config = {
receivers = {}
service = {}
}
}
}

mysql = { install = false }
redis = { install = false }

Expand Down

0 comments on commit 67f6fbe

Please sign in to comment.