Re: Cost of having multiple search handlers?

2015-09-29 Thread Jeff Wartes
At the risk of going increasingly off-thread, yes, please do. I’ve been using this: https://dropwizard.github.io/metrics/3.1.0/manual/jetty/, which is convenient, but doesn’t even have request-handler-level resolution. Something I’ve started doing for issues that don’t seem likely to get pulled

Re: Cost of having multiple search handlers?

2015-09-28 Thread Gili Nachum
A different solution to the same need: I'm measuring response times of different collections measuring online/batch queries apart using New Relic. I've added a servlet filter that analyses the request and makes this info available to new relic over a request argument. The built in new relic solr

Re: Cost of having multiple search handlers?

2015-09-28 Thread Walter Underwood
We did the same thing, but reporting performance metrics to Graphite. But we won’t be able to add servlet filters in 6.x, because it won’t be a webapp. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Sep 28, 2015, at 11:32 AM, Gili Nachum

Re: Cost of having multiple search handlers?

2015-09-28 Thread Upayavira
I would expect this to be negligible. Upayavira On Mon, Sep 28, 2015, at 01:30 PM, Oliver Schrenk wrote: > Hi, > > I want to register multiple but identical search handler to have multiple > buckets to measure performance for our different apis and consumers (and > to find out who is actually

Re: Cost of having multiple search handlers?

2015-09-28 Thread Shawn Heisey
On 9/28/2015 6:30 AM, Oliver Schrenk wrote: > I want to register multiple but identical search handler to have multiple > buckets to measure performance for our different apis and consumers (and to > find out who is actually using Solr). > > What are there some costs associated with having

Cost of having multiple search handlers?

2015-09-28 Thread Oliver Schrenk
Hi, I want to register multiple but identical search handler to have multiple buckets to measure performance for our different apis and consumers (and to find out who is actually using Solr). What are there some costs associated with having multiple search handlers? Are they neglible?

Re: Cost of having multiple search handlers?

2015-09-28 Thread Jeff Wartes
One would hope that https://issues.apache.org/jira/browse/SOLR-4735 will be done by then. On 9/28/15, 11:39 AM, "Walter Underwood" wrote: >We did the same thing, but reporting performance metrics to Graphite. > >But we won’t be able to add servlet filters in 6.x,

Re: Cost of having multiple search handlers?

2015-09-28 Thread Walter Underwood
We built our own because there was no movement on that. Don’t hold your breath. Glad to contribute it. We’ve been running it in production for a year, but the config is pretty manual. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Sep 28, 2015,