Skip to content

Commit

Permalink
remove default
Browse files Browse the repository at this point in the history
  • Loading branch information
ttl33 committed May 17, 2024
1 parent 9d962f1 commit ad5eb92
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/validator/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,7 @@ variable "exclude_metrics" {
See https://docs.datadoghq.com/developers/custom_checks/prometheus/#going-further
or https://github.com/DataDog/integrations-core/blob/master/openmetrics/datadog_checks/openmetrics/data/conf.yaml.example#L112
EOT
default = [
".*cometbft_p2p.*" // Exclude cometbft_p2p metrics. These are not useful for monitoring historically.
]
default = []
}

variable "max_returned_metrics" {
Expand Down

0 comments on commit ad5eb92

Please sign in to comment.