perosb commented on issue #705: URL: https://github.com/apache/solr-operator/issues/705#issuecomment-2167569289
Thanks for the help @mlbiscoc. I changed the exporter config and activated the `Alternative expressions, which are much stricter but still provide enough data to populate the default dashboard.` Then I added `(?!distrib)(?!local)` as you said: ``` <str name="expr">solr\.core\..*:QUERY\./(select|get|export|stream|query|graph|sql)\.(?!distrib)(?!local).*requestTimes:(count|1minRate|5minRate|median_ms|meanRate|p75_ms|p95_ms|p99_ms)</str> <str name="expr">solr\.core\..*:QUERY\./(select|get|export|stream|query|graph|sql)\.totalTime</str> <str name="expr">solr\.core\..*:QUERY\./(select|get|export|stream|query|graph|sql)\.(?!distrib)(?!local).*rrors:(count!1minRate)</str> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
