Skip to content

Commit 7803ad4

Browse files
committed
add transform
1 parent 0795512 commit 7803ad4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opentelemetry-proto/src/transform/metrics.rs

+1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ pub mod tonic {
149149
name: metric.name.to_string(),
150150
description: metric.description.to_string(),
151151
unit: metric.unit.as_str().to_string(),
152+
metadata: vec![], // internal and currently unused
152153
data: metric.data.as_any().try_into().ok(),
153154
}
154155
}

0 commit comments

Comments
 (0)