diff options
author | Ian Gudger <igudger@google.com> | 2018-10-09 15:11:46 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-10-09 15:12:44 -0700 |
commit | c36d2ef3733a0619b992f8ddc23b072474b04044 (patch) | |
tree | 47e4ede4684bda149658a22bdce585abce786f72 /pkg/sentry/socket/epsocket/BUILD | |
parent | acf7a951894a1b445ff61e945e32c989892f476f (diff) |
Add new netstack metrics to the sentry
PiperOrigin-RevId: 216431260
Change-Id: Ia6e5c8d506940148d10ff2884cf4440f470e5820
Diffstat (limited to 'pkg/sentry/socket/epsocket/BUILD')
-rw-r--r-- | pkg/sentry/socket/epsocket/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/sentry/socket/epsocket/BUILD b/pkg/sentry/socket/epsocket/BUILD index 49af8db85..7f9ea9edc 100644 --- a/pkg/sentry/socket/epsocket/BUILD +++ b/pkg/sentry/socket/epsocket/BUILD @@ -19,6 +19,7 @@ go_library( "//pkg/abi/linux", "//pkg/binary", "//pkg/log", + "//pkg/metric", "//pkg/sentry/arch", "//pkg/sentry/context", "//pkg/sentry/device", |