diff --git a/brian_dashboard_manager/templating/helpers.py b/brian_dashboard_manager/templating/helpers.py
index a5cb297b0bb9ed587420ecb9164cbbe2993271c4..4834f30cdc004618d2b75f36e2672caf962335a3 100644
--- a/brian_dashboard_manager/templating/helpers.py
+++ b/brian_dashboard_manager/templating/helpers.py
@@ -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']