MCPcopy Create free account
hub / github.com/Mirantis/cri-dockerd / recordError

Function recordError

network/plugins.go:456–458  ·  view source on GitHub ↗

recordError records errors for metric.

(operation string)

Source from the content-addressed store, hash-verified

454
455// recordError records errors for metric.
456func recordError(operation string) {
457 metrics.NetworkPluginOperationsErrors.WithLabelValues(operation).Inc()
458}
459
460func (pm *PluginManager) GetPodNetworkStatus(
461 podNamespace, podName string,

Callers 4

GetPodNetworkStatusMethod · 0.70
SetUpPodMethod · 0.70
TearDownPodMethod · 0.70

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…