mirror of https://github.com/apache/druid.git
Fix 404 URL about native query (#15324)
This commit is contained in:
parent
98f1eb8ede
commit
f39a778f7d
|
@ -340,7 +340,7 @@ Requests that meet the threshold are logged using the request logger type set in
|
|||
|--------|-----------|-------|
|
||||
|`druid.request.logging.queryTimeThresholdMs`|Threshold value for the `query/time` metric in milliseconds.|0, i.e., no filtering|
|
||||
|`druid.request.logging.sqlQueryTimeThresholdMs`|Threshold value for the `sqlQuery/time` metric in milliseconds.|0, i.e., no filtering|
|
||||
|`druid.request.logging.mutedQueryTypes` | Query requests of these types are not logged. Query types are defined as string objects corresponding to the "queryType" value for the specified query in the Druid's [native JSON query API](http://druid.apache.org/docs/latest/querying/querying). Misspelled query types will be ignored. Example to ignore scan and timeBoundary queries: `["scan", "timeBoundary"]`| []|
|
||||
|`druid.request.logging.mutedQueryTypes` | Query requests of these types are not logged. Query types are defined as string objects corresponding to the "queryType" value for the specified query in the Druid's [native JSON query API](../querying/querying.md). Misspelled query types will be ignored. Example to ignore scan and timeBoundary queries: `["scan", "timeBoundary"]`| []|
|
||||
|`druid.request.logging.delegate.type`|Type of delegate request logger to log requests.|none|
|
||||
|
||||
#### Composing request logging
|
||||
|
|
Loading…
Reference in New Issue