You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[collector] Only add service check fields if non-null (#3487)
The `api/v1/check_run` endpoint doesn't accept payloads with
a `message` value of `null`, so avoid that. Do the same thing on the
`tags` and `hostname` fields as it makes sense to be consistent.
0 commit comments