Hello,
I have a question concerning how to filter on visualized data.
I have a line histogramm and the data will be shown as a percentile_rank metric.
The data will be visualized as percentage and I want to filter all data = 100 %.
And I have no clue how to do that. Is there a simple way to achieve that?
{
"1": {
"values": [
{
"key": 1,
"value": 100
}
]
},
Here is an example of the response where i want to filter at.
Thanks in Advance
Thomas