Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for capturing (0.21 sec)

  1. pilot/pkg/model/push_context.go

    	"istio.io/istio/pkg/slices"
    	"istio.io/istio/pkg/spiffe"
    	"istio.io/istio/pkg/util/sets"
    	"istio.io/istio/pkg/workloadapi"
    	"istio.io/istio/pkg/xds"
    )
    
    // Metrics is an interface for capturing metrics on a per-node basis.
    type Metrics interface {
    	// AddMetric will add an case to the metric for the given node.
    	AddMetric(metric monitoring.Metric, key string, proxyID, msg string)
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
Back to top