Hello Beats friends,
Wondering if current Heartbeat supports returning multiple metrics for single http check?
What I means here is that, if a single http check returns multiple desired key/value pairs, like the following( no mattern the resonse is XML format or JSON format), taking response as JSON format for instance:
{
"key1": "up",
"key2": "down",
}
If the expected metrics are 2, like this:
key1{_namespace_="name1", dimension1="xxx"...}
key2{_namespace_="name2", dimension1="yyy"...}
We could support fetching different key/value pairs based on the different HB configs.