Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: missing region (#1027)

authored by

Maximilian Kaske and committed by
GitHub
ebbc0920 ff99d321

+2
+1
apps/checker/handlers/ping.go
··· 135 135 } 136 136 137 137 res = r 138 + res.Region = h.Region 138 139 139 140 if tbData.RequestId != 0 { 140 141 if err := h.TbClient.SendEvent(ctx, tbData, dataSourceName); err != nil {
+1
apps/checker/http.go
··· 35 35 Headers map[string]string `json:"headers,omitempty"` 36 36 Body string `json:"body,omitempty"` 37 37 Error string `json:"error,omitempty"` 38 + Region string `json:"region"` 38 39 Latency int64 `json:"latency"` 39 40 Timestamp int64 `json:"timestamp"` 40 41 Status int `json:"status,omitempty"`