Skip to content

Commit d080cce

Browse files
nikhilsinhaparseableparmesant
authored andcommitted
add quantile values to known field list (parseablehq#1644)
1 parent 64f06f0 commit d080cce

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/otel/metrics.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ use super::otel_utils::{
3131
convert_epoch_nano_to_timestamp, insert_attributes, insert_number_if_some,
3232
};
3333

34-
pub const OTEL_METRICS_KNOWN_FIELD_LIST: [&str; 34] = [
34+
pub const OTEL_METRICS_KNOWN_FIELD_LIST: [&str; 36] = [
3535
"metric_name",
3636
"metric_description",
3737
"metric_unit",
@@ -46,6 +46,8 @@ pub const OTEL_METRICS_KNOWN_FIELD_LIST: [&str; 34] = [
4646
"data_point_sum",
4747
"data_point_bucket_counts",
4848
"data_point_explicit_bounds",
49+
"data_point_quantile_values_quantile",
50+
"data_point_quantile_values_value",
4951
"data_point_scale",
5052
"data_point_zero_count",
5153
"data_point_flags",

0 commit comments

Comments
 (0)