Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change prometheus metrics type from summary to histogram
Resolves issue: antrea-io#905 The summary types are tagged for deprecation, Kubernetes recommended to use histograms instead of summaries. The main advantages of histogram types are aggregation and inexpensive. In this commit, we changed three Antrea controller metrics from summary to histogram type. They are DurationAppliedToGroupSyncing, DurationAddressGroupSyncing, and DurationInternalNetworkPolicySyncing.
- Loading branch information