Closed timansky closed 1 year ago
Thanks for the issue raise, @timansky .
Working on it.
Even after this issue is resolved parameterless | json
operator may appear too slow for the data volume you have. Please use | json level_name="level.name"
instead. It works now and it's much faster than the parameterless one.
yes, query with specifying the field is working as expected
sum(
count_over_time(
{
foo="bar"
}
| json json_exported_field ="json_exported_field"
[$__interval])
) by (json_exported_field)
Fixed. Json with no params should work since v2.2.16.
Close the issue as resolved. Please reopen if needed.
Having a problem with query