Skip to content

Commit 5181d4e

Browse files
committed
chore(config): regenerate schema overlay
Align committed generated file with raw generator output so CI check-schema-overlay passes.
1 parent 550e3f6 commit 5181d4e

1 file changed

Lines changed: 10 additions & 25 deletions

File tree

lib/datadog-agent/config/src/datadog_configuration.rs

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,10 +1537,8 @@ pub mod defaults {
15371537
}
15381538
pub(super) fn datadog_configuration_histogram_aggregates() -> Vec<String> {
15391539
vec![
1540-
"max".to_string(),
1541-
"median".to_string(),
1542-
"avg".to_string(),
1543-
"count".to_string(),
1540+
"max".to_string(), "median".to_string(), "avg".to_string(), "count"
1541+
.to_string()
15441542
]
15451543
}
15461544
pub(super) fn datadog_configuration_log_level() -> String {
@@ -1559,27 +1557,14 @@ pub mod defaults {
15591557
String,
15601558
> {
15611559
vec![
1562-
"datadog.agent".to_string(),
1563-
"datadog.dogstatsd".to_string(),
1564-
"datadog.process".to_string(),
1565-
"datadog.trace_agent".to_string(),
1566-
"datadog.tracer".to_string(),
1567-
"activemq".to_string(),
1568-
"activemq_58".to_string(),
1569-
"airflow".to_string(),
1570-
"cassandra".to_string(),
1571-
"confluent".to_string(),
1572-
"hazelcast".to_string(),
1573-
"hive".to_string(),
1574-
"ignite".to_string(),
1575-
"jboss".to_string(),
1576-
"jvm".to_string(),
1577-
"kafka".to_string(),
1578-
"presto".to_string(),
1579-
"sidekiq".to_string(),
1580-
"solr".to_string(),
1581-
"tomcat".to_string(),
1582-
"runtime".to_string(),
1560+
"datadog.agent".to_string(), "datadog.dogstatsd".to_string(),
1561+
"datadog.process".to_string(), "datadog.trace_agent".to_string(),
1562+
"datadog.tracer".to_string(), "activemq".to_string(), "activemq_58"
1563+
.to_string(), "airflow".to_string(), "cassandra".to_string(), "confluent"
1564+
.to_string(), "hazelcast".to_string(), "hive".to_string(), "ignite"
1565+
.to_string(), "jboss".to_string(), "jvm".to_string(), "kafka".to_string(),
1566+
"presto".to_string(), "sidekiq".to_string(), "solr".to_string(), "tomcat"
1567+
.to_string(), "runtime".to_string()
15831568
]
15841569
}
15851570
pub(super) fn datadog_configuration_autoscaling_failover_metrics() -> Vec<String> {

0 commit comments

Comments
 (0)