We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3dee3 commit ff80dd8Copy full SHA for ff80dd8
src/otel/metrics.rs
@@ -82,7 +82,6 @@ fn flatten_exemplar(exemplars: &[Exemplar]) -> Map<String, Value> {
82
/// and returns a `Vec` of `Map` of the flattened json
83
/// this function is reused in all json objects that have number data points
84
fn flatten_number_data_points(data_points: &[NumberDataPoint]) -> Vec<Map<String, Value>> {
85
- println!("data points: {:?}", data_points);
86
data_points
87
.iter()
88
.map(|data_point| {
0 commit comments