From aa9c7b6fce7e1829124ed7affadfc48bb04e1139 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Mon, 14 Oct 2024 19:45:36 -0700 Subject: [PATCH] Remove the unit field in Metric struct --- src/workerd/io/worker-interface.capnp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/workerd/io/worker-interface.capnp b/src/workerd/io/worker-interface.capnp index 2e1c45b921c..3fe76afafe1 100644 --- a/src/workerd/io/worker-interface.capnp +++ b/src/workerd/io/worker-interface.capnp @@ -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 {