mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 21:15:56 +08: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