We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f06f0 commit d080cceCopy full SHA for d080cce
1 file changed
src/otel/metrics.rs
@@ -31,7 +31,7 @@ use super::otel_utils::{
31
convert_epoch_nano_to_timestamp, insert_attributes, insert_number_if_some,
32
};
33
34
-pub const OTEL_METRICS_KNOWN_FIELD_LIST: [&str; 34] = [
+pub const OTEL_METRICS_KNOWN_FIELD_LIST: [&str; 36] = [
35
"metric_name",
36
"metric_description",
37
"metric_unit",
@@ -46,6 +46,8 @@ pub const OTEL_METRICS_KNOWN_FIELD_LIST: [&str; 34] = [
46
"data_point_sum",
47
"data_point_bucket_counts",
48
"data_point_explicit_bounds",
49
+ "data_point_quantile_values_quantile",
50
+ "data_point_quantile_values_value",
51
"data_point_scale",
52
"data_point_zero_count",
53
"data_point_flags",
0 commit comments