26 Nov 2024 09:28 PM - last edited on 27 Nov 2024 08:11 AM by MaciejNeumann
Hello, guys
I have a status page, this return http request type get with a json, i can check this results and put them in dash?
For exemplo, this return (http request):
[
{
"app":"xpto",
"status":"ok"
},
{
"app":"xpta",
"status":"ok"
}
...
]
I wanna this result in dash
Resume: geting and checking payload from http request and put then in dash direct in dyna trace
Solved! Go to Solution.
27 Nov 2024 10:49 AM
Hi @rssantos
You can configure request attribute based on the required http response header and then you can create a metric and use it easily accordingly in the target dashboard.
Hoping it adds value.
BR,
Peter
27 Nov 2024 01:21 PM
Thank you, i will try this!
27 Nov 2024 10:56 AM
Hi @rssantos
you have another option to create a synthetic monitor to check the availability of the target pages as well and you can present it on dashboard based on the OOB synthetic availability metrics.
BR,
Peter