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:
parent
343612eb5e
commit
24a46a652b
@ -8,6 +8,7 @@ builds:
|
|||||||
- darwin
|
- darwin
|
||||||
- linux
|
- linux
|
||||||
goarch:
|
goarch:
|
||||||
|
- 386
|
||||||
- amd64
|
- amd64
|
||||||
|
|
||||||
archive:
|
archive:
|
||||||
|
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"`
|
EntityID int `json:"entity_id,omitempty"`
|
||||||
Priority string `json:"priority,omitempty"`
|
Priority string `json:"priority,omitempty"`
|
||||||
Description string `json:"description,omitempty"`
|
Description string `json:"description,omitempty"`
|
||||||
Timestamp int `json:"timestamp,omitempty"`
|
Timestamp int64 `json:"timestamp,omitempty"`
|
||||||
IncidentID int `json:"incident_id"`
|
IncidentID int `json:"incident_id"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user