Ok, my mistake -- aparently this was all heavily changed in 9.0 and I
didn't notice until you asked about it...
https://issues.apache.org/jira/browse/SOLR-14401
https://solr.apache.org/guide/solr/9_1/deployment-guide/performance-statistics-reference.html
So going back to my previous comment...
What could be the reason for the missing metric? Where else can I look for
that datapoint? I am trying to figure out the time spent in aggregating the
query results.
On Thu, May 4, 2023 at 9:37 PM Rajani Maski wrote:
>
> Solr version* 9.1.1*
>
>
> Query -
>
> solr/admin/metrics?nodes=all&wt=jso
Solr version* 9.1.1*
Query -
solr/admin/metrics?nodes=all&wt=json&prefix=QUERY./select.distrib.requestTimes
{
"responseHeader":{
"status":0,
"QTime":7},
"ip:8983_solr":{
"responseHeader":{
"status":0,
"QTime":2},
"metrics":{}},
"ip:8983_solr":{
"responseHead
: Do I need to enable something to retrieve this metric? I tried to query it
:
http://localhost:8983/solr/admin/metrics?wt=json&prefix=QUERY./select.distrib.requestTimes
:
: but there is no "distrib" in the response, there are only select
Hrm what version of solr are you running?
Here's
Hi Hoss,
Do I need to enable something to retrieve this metric? I tried to query it
http://localhost:8983/solr/admin/metrics?wt=json&prefix=QUERY./select.distrib.requestTimes
but there is no "distrib" in the response, there are only select
QUERY./select.requestTimes
and others
[image: image.png
: Hi Solr Users,
:
: Is there a metric endpoint or a debug/explain type query param that
: returns average time spent in aggregating the search results from shards?
Sort of?
Metrics like "QUERY./select.distrib.requestTimes" tell you the stats on
handling a "distributed" request -- which is when