Skip to content

Commit

Permalink
Remove the unit field in Metric struct
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Oct 16, 2024
1 parent 374ad5f commit aa9c7b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/workerd/io/worker-interface.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,7 @@ struct Trace @0x8e8d911203762d34 {
}
type @2 :Type;
value @3 :Float64;
unit @4 :Text;
tags @5 :List(Tag);
tags @4 :List(Tag);
}

struct Dropped {
Expand Down

0 comments on commit aa9c7b6

Please sign in to comment.