JSON Metrics #880
Unanswered
hatamiarash7
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone
How can we get metrics and labels as JSON messages? For example, it's my current output for a
FILEsurfacer:is it possible to save results as JSON? Something like this:
{"timestamp":"1728379583","labels":{"probe":"dns_google","dst":"8.8.8.8"},"results":{"total":1,"success":1,"latency":73.034,"timeouts":0,"failure":0}}Using such a structure will help us easily integrate the cloudprober output with other systems. I don't know if such a feature exists now because I didn't find anything related in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions