CloudMigrations: Report on prem event with grafana version (#104515)

* grafana version in on prem event report

* store grafana version in cloud migration service
This commit is contained in:
Dana Axinte
2025-08-07 10:41:19 +01:00
committed by GitHub
parent 9b0480460b
commit ee99433c65
2 changed files with 9 additions and 3 deletions
@@ -51,6 +51,7 @@ type EventRequestDTO struct {
Error string `json:"error"`
DurationIfFinished time.Duration `json:"duration"`
UserUID string `json:"userUid"`
GrafanaVersion string `json:"grafanaVersion"`
}
type LocalEventType string