diff --git a/SAS/TMSS/backend/services/qa_statistics_service/qa_statistics_service.py b/SAS/TMSS/backend/services/qa_statistics_service/qa_statistics_service.py
index 0f826461593ae0bb3ff52181f9f97e085f459236..b92db0ab383cb59ac9a5aa4fe0382c26f69c4440 100755
--- a/SAS/TMSS/backend/services/qa_statistics_service/qa_statistics_service.py
+++ b/SAS/TMSS/backend/services/qa_statistics_service/qa_statistics_service.py
@@ -251,7 +251,7 @@ class TMSSQAStatisticsServiceEventMessageHandler(TMSSEventMessageHandler):
             # for qa_stat_dataproduct in self.tmss_client.get_subtask_output_dataproducts(subtask['id']):
             #    logger.info("TODO: do the actual S3/minio calls to create this h5 file from the continuously running stats: %s", qa_stat_dataproduct['filename'])
         except Exception as e:
-            self.metric_nr_nomad_dispatches_exceptions.inc()
+            self.metric_nr_nomad_dispatch_exceptions.inc()
 
             logger.exception(f"Could not dispatch subtask {subtask['id']}: {e}")
             qa_subtask.set_status("error", error_reason=str(e))