Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

metric for NPC errors #3794

Closed
wants to merge 1 commit into from
Closed

metric for NPC errors #3794

wants to merge 1 commit into from

Conversation

murali-reddy
Copy link
Contributor

introduce weavenpc_policy_enforcement_errors prometheus metric to track number of errors occured during enforcing network policies

Fixes #3791

to track number of errors occured during enforcing network policies

Fixes #3791
return errors.Wrap(ns.updateNetworkPolicy(oldObj, newObj), "update network policy")
})
return err
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to update the metric here?

@bboreham bboreham mentioned this pull request May 22, 2020
@bboreham
Copy link
Contributor

Replaced by #3804

@bboreham bboreham closed this May 22, 2020
@bboreham bboreham added this to the n/a milestone May 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a metric for NPC errors
2 participants