Skip to content

Commit 5e5796f

Browse files
adds default_histogram_aggregation in prometheus schema
1 parent 6709017 commit 5e5796f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

schema/meter_provider.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,13 @@
113113
},
114114
"with_resource_constant_labels": {
115115
"$ref": "common.json#/$defs/IncludeExclude"
116+
},
117+
"default_histogram_aggregation": {
118+
"type": "string",
119+
"enum": [
120+
"explicit_bucket_histogram",
121+
"base2_exponential_bucket_histogram"
122+
]
116123
}
117124
}
118125
},

0 commit comments

Comments
 (0)