Merge pull request #75 from vincentbernat/fix/counter-type

Fix type for a counter when decoding a template flowset
This commit is contained in:
Louis
2022-03-03 11:03:25 -08:00
committed by GitHub
+1 -1
View File
@@ -151,7 +151,7 @@ func (s *StateNetFlow) DecodeFlow(msg interface{}) error {
prometheus.Labels{
"router": key,
"version": "9",
"type": "OptionsTemplateFlowSet",
"type": "TemplateFlowSet",
}).
Add(float64(len(fsConv.Records)))