Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataDogCheck ¶
func DataDogIntake ¶
func DataDogSeries ¶
Types ¶
type DataDogCheckPayload ¶
type DataDogCheckPayload []struct { Check string `json:"check"` Host string `json:"host_name"` Timestamp int64 `json:"timestamp"` Status float64 `json:"status"` Message string `json:"message"` Tags []string `json:"tags"` }
DataDogSeriesPayload struct to unmarshal datadog agent json
type DataDogSeriesPayload ¶
type DataDogSeriesPayload struct { Series []struct { Name string `json:"metric"` Points [][2]float64 `json:"points"` Tags []string `json:"tags"` Host string `json:"host"` Mtype string `json:"type"` Device string `json:"device,omitempty"` } `json:"series"` }
DataDogSeriesPayload struct to unmarshal datadog agent json
Click to show internal directories.
Click to hide internal directories.