mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-24 02:46:27 +00:00
chore: add missing alert telemetry (#6459)
This commit is contained in:
parent
493ae4fd07
commit
656d1c2b1c
@ -347,6 +347,7 @@ func createTelemetry() {
|
|||||||
"alertsWithTSV2": alertsInfo.AlertsWithTSV2,
|
"alertsWithTSV2": alertsInfo.AlertsWithTSV2,
|
||||||
"logsBasedAlerts": alertsInfo.LogsBasedAlerts,
|
"logsBasedAlerts": alertsInfo.LogsBasedAlerts,
|
||||||
"metricBasedAlerts": alertsInfo.MetricBasedAlerts,
|
"metricBasedAlerts": alertsInfo.MetricBasedAlerts,
|
||||||
|
"anomalyBasedAlerts": alertsInfo.AnomalyBasedAlerts,
|
||||||
"tracesBasedAlerts": alertsInfo.TracesBasedAlerts,
|
"tracesBasedAlerts": alertsInfo.TracesBasedAlerts,
|
||||||
"totalChannels": alertsInfo.TotalChannels,
|
"totalChannels": alertsInfo.TotalChannels,
|
||||||
"totalSavedViews": savedViewsInfo.TotalSavedViews,
|
"totalSavedViews": savedViewsInfo.TotalSavedViews,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user