Skip to content

Commit

Permalink
feat(metric_ingestor): allow histograms to be ingested as DataDog dis…
Browse files Browse the repository at this point in the history
…tributions
  • Loading branch information
Zygimantass committed Jun 7, 2024
1 parent 06d9ca6 commit 31f6c31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/metric_ingestor/datadog.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ module "datadog_agent" {
"metrics" : var.metrics,
"exclude_metrics" : var.exclude_metrics,
"tags" : ["validator_name:${validator.name}", "is_full_node:false"],
"max_returned_metrics" : var.max_returned_metrics
"max_returned_metrics" : var.max_returned_metrics,
"histogram_buckets_as_distributions" : true
}
]
),
Expand Down

0 comments on commit 31f6c31

Please sign in to comment.