Skip to content
Snippets Groups Projects
Commit 7948e99c authored by Robert Latta's avatar Robert Latta
Browse files

added discards to error panels. POL1-509

parent a13f6b49
No related branches found
No related tags found
No related merge requests found
......@@ -250,7 +250,9 @@ def get_panel_fields(panel, panel_type, datasource):
}
error_fields = [('Ingress Errors', 'errorsIn'),
('Egress Errors', 'errorsOut')]
('Egress Errors', 'errorsOut'),
('Ingress Discards', 'discardsIn'),
('Egress Discards', 'discardsOut')]
ingress = ['Ingress Traffic', 'Ingress 95th Percentile']
egress = ['Egress Traffic', 'Egress 95th Percentile']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment