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