Home
last modified time | relevance | path

Searched refs:query_exceptions (Results 1 – 3 of 3) sorted by relevance

/dports/www/e107/e107/e107_handlers/
H A Dredirection_class.php44 protected $query_exceptions = array(); variable in redirection
55 $this->query_exceptions = array('logout');
92 if(in_array($_SERVER['QUERY_STRING'], $this->query_exceptions))
/dports/databases/opentsdb/opentsdb-2.3.0/src/tsd/
H A DQueryRpc.java74 static final AtomicLong query_exceptions = new AtomicLong(); field in QueryRpc
191 query_exceptions.incrementAndGet(); in handleQuery()
196 query_exceptions.incrementAndGet(); in handleQuery()
201 query_exceptions.incrementAndGet(); in handleQuery()
213 query_exceptions.incrementAndGet(); in handleQuery()
221 query_exceptions.incrementAndGet(); in handleQuery()
815 collector.record("http.query.exceptions", query_exceptions); in collectStats()
H A DQueryExecutor.java585 QueryRpc.query_exceptions.incrementAndGet(); in call()