Skip to content

Commit

Permalink
cheat
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Kapuscinska <[email protected]>
  • Loading branch information
lambdanis committed Aug 1, 2023
1 parent 254ffe1 commit 5fa2dab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/observer/observer_test_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import (
"github.com/cilium/tetragon/pkg/exporter"
tetragonGrpc "github.com/cilium/tetragon/pkg/grpc"
"github.com/cilium/tetragon/pkg/logger"
"github.com/cilium/tetragon/pkg/metrics"
"github.com/cilium/tetragon/pkg/option"
"github.com/cilium/tetragon/pkg/process"
"github.com/cilium/tetragon/pkg/reader/namespace"
Expand Down Expand Up @@ -279,7 +278,7 @@ func getDefaultObserverSensors(t *testing.T, ctx context.Context, base *sensors.
// at some point in the future. I just don't see a better way that doesn't involve
// a lot of code changes in a lot of a files.
if !metricsEnabled {
go metrics.EnableMetrics(metricsAddr)
// go metrics.EnableMetrics(metricsAddr)
metricsEnabled = true
}

Expand Down

0 comments on commit 5fa2dab

Please sign in to comment.