Cliodhna Kelly
Cliodhna Kelly
Yes sorry I mean metric instead of query, I was trying to do something like(fake example but same idea): ``` locals { critical_threshold = sum:aws.kafka.messages_in_per_sec{topic:${var.topic},cluster_name:${var.kafka_cluster},region:${var.region},consumer_group:${var.consumer_group}} } resource "datadog_monitor" "kafka_topic_high_offset_lag_warning" {...
I am also getting the same error as @GideonStowell when setting prometheus.server.endpoint=${env:PROMETHEUS_SERVER} as `http://localhost:9090` in a local setup I am using `cruise-control-2.5.111`
@GideonStowell that solved my issue as well, thank you!