mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Closes #218. AlertEvent.Timestamp as int64 instead of int
Also created a PR in the upstream repo to fix this: https://github.com/yfronto/newrelic/pull/61
This commit is contained in:
2
vendor/github.com/yfronto/newrelic/alert_events.go
generated
vendored
2
vendor/github.com/yfronto/newrelic/alert_events.go
generated
vendored
@@ -10,7 +10,7 @@ type AlertEvent struct {
|
||||
EntityID int `json:"entity_id,omitempty"`
|
||||
Priority string `json:"priority,omitempty"`
|
||||
Description string `json:"description,omitempty"`
|
||||
Timestamp int `json:"timestamp,omitempty"`
|
||||
Timestamp int64 `json:"timestamp,omitempty"`
|
||||
IncidentID int `json:"incident_id"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user