From 25f0ab3313c356fcfb9e4282eda3b2aa2278956d Mon Sep 17 00:00:00 2001 From: Nayana Bidari Date: Fri, 14 May 2021 16:10:02 -0700 Subject: Add new metric for suspicious operations. The new metric contains fields and will replace the below existing metric: - opened_write_execute_file PiperOrigin-RevId: 373884604 --- pkg/sentry/fsimpl/gofer/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/sentry/fsimpl/gofer/BUILD') diff --git a/pkg/sentry/fsimpl/gofer/BUILD b/pkg/sentry/fsimpl/gofer/BUILD index 52879f871..368272f12 100644 --- a/pkg/sentry/fsimpl/gofer/BUILD +++ b/pkg/sentry/fsimpl/gofer/BUILD @@ -54,6 +54,7 @@ go_library( "//pkg/fspath", "//pkg/hostarch", "//pkg/log", + "//pkg/metric", "//pkg/p9", "//pkg/refs", "//pkg/refsvfs2", -- cgit v1.2.3