We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c37c07 commit a98533fCopy full SHA for a98533f
1 file changed
manifests/integrations/postgres.pp
@@ -52,15 +52,6 @@
52
validate_array($tables)
53
validate_array($custom_metrics)
54
55
- # perform a cursory validation of the custom metrics
56
- $custom_metrics.each |$metric| {
57
- validate_hash($metric)
58
- validate_string($metric["query"])
59
- validate_bool($metric["relation"])
60
- validate_array($metric["descriptors"])
61
- validate_hash($metric["metrics"])
62
- }
63
-
64
file { "${datadog_agent::params::conf_dir}/postgres.yaml":
65
ensure => file,
66
owner => $datadog_agent::params::dd_user,
0 commit comments