Getting Code Location Status From GraphQL #22913
-
Hey! So I'm trying to create a op in our monitoring code location to identify if another code location goes down -- currently im hitting the Graph QL with this query below, but regardless of code location status in UI, (if its failed or not) I'm getting back that the code location is loaded. Am I just messing up this query and pulling the wrong identifier for the code location status?
I've gotten status/an error back if I try to reload each code location, but this takes way longer and we'd rather just get that its down rather than retry to reload and get an error back. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I believe it's this issue: #17571 There is a solution in this comment: #17571 (comment) |
Beta Was this translation helpful? Give feedback.
I believe it's this issue: #17571
There is a solution in this comment: #17571 (comment)