Skip to content

Commit

Permalink
adds default_histogram_aggregation in prometheus schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishekkr3003 committed Jul 2, 2024
1 parent 6709017 commit 5e5796f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions schema/meter_provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@
},
"with_resource_constant_labels": {
"$ref": "common.json#/$defs/IncludeExclude"
},
"default_histogram_aggregation": {
"type": "string",
"enum": [
"explicit_bucket_histogram",
"base2_exponential_bucket_histogram"
]
}
}
},
Expand Down

0 comments on commit 5e5796f

Please sign in to comment.