Skip to content

Commit

Permalink
[plugin/otel-data] Add dynamic template for summary with min, max (el…
Browse files Browse the repository at this point in the history
…astic#113791)

(cherry picked from commit 649acc4)
  • Loading branch information
lahsivjar committed Oct 1, 2024
1 parent c7ba14f commit 1f46126
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ template:
type: aggregate_metric_double
metrics: sum, value_count
default_metric: value_count
- summary_minmax:
mapping:
type: aggregate_metric_double
metrics: sum, value_count, min, max
default_metric: value_count

0 comments on commit 1f46126

Please sign in to comment.