Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
main (10.0)
Description
jq expr `select(.key | endswith(".completed"))` matches "*.tasks.completed" too. But the format of "*.tasks.completed" metrics is like bellow:
"QUERY.httpShardHandler.threadPool.httpShardExecutor.tasks.completed":16,
So, $object.value.count jq expr occurs jq parse error. I will fix this problem to add `select(.value | type=="object")` filter to jq expr.
Note:
I uses solr-exporter with -z parameter (as SolrCloud mode)
Attachments
Issue Links
- links to