fix: missing metrics and labels from label summary (#11718)

This commit is contained in:
Shivam Mishra
2025-06-12 17:58:56 +05:30
committed by GitHub
parent 6baca40597
commit ac3bce3932
4 changed files with 10 additions and 4 deletions

View File

@@ -4,7 +4,9 @@
I18n.t('reports.label_csv.label_title'),
I18n.t('reports.label_csv.conversations_count'),
I18n.t('reports.label_csv.avg_first_response_time'),
I18n.t('reports.label_csv.avg_resolution_time')
I18n.t('reports.label_csv.avg_resolution_time'),
I18n.t('reports.label_csv.avg_reply_time'),
I18n.t('reports.label_csv.resolution_count'),
]
%>
<%= CSVSafe.generate_line headers -%>