mirror of https://github.com/apache/druid.git
Ingestion metrics doc fix (#12066)
* Ingestion metrics doc fix. * Fixing typo * Adding missed keywords in ignore list
This commit is contained in:
parent
16642fb278
commit
377edff042
|
@ -171,7 +171,7 @@ batch ingestion emit the following metrics. These metrics are deltas for each em
|
||||||
|
|
||||||
|Metric|Description|Dimensions|Normal Value|
|
|Metric|Description|Dimensions|Normal Value|
|
||||||
|------|-----------|----------|------------|
|
|------|-----------|----------|------------|
|
||||||
|`ingest/events/thrownAway`|Number of events rejected because they are outside the windowPeriod.|dataSource, taskId, taskType.|0|
|
|`ingest/events/thrownAway`|Number of events rejected because they are either null, or filtered by the transform spec, or outside the windowPeriod .|dataSource, taskId, taskType.|0|
|
||||||
|`ingest/events/unparseable`|Number of events rejected because the events are unparseable.|dataSource, taskId, taskType.|0|
|
|`ingest/events/unparseable`|Number of events rejected because the events are unparseable.|dataSource, taskId, taskType.|0|
|
||||||
|`ingest/events/duplicate`|Number of events rejected because the events are duplicated.|dataSource, taskId, taskType.|0|
|
|`ingest/events/duplicate`|Number of events rejected because the events are duplicated.|dataSource, taskId, taskType.|0|
|
||||||
|`ingest/events/processed`|Number of events successfully processed per emission period.|dataSource, taskId, taskType.|Equal to your # of events per emission period.|
|
|`ingest/events/processed`|Number of events successfully processed per emission period.|dataSource, taskId, taskType.|Equal to your # of events per emission period.|
|
||||||
|
|
|
@ -1520,7 +1520,12 @@ druid.broker.cache.useResultLevelCache
|
||||||
druid.historical.cache.populateCache
|
druid.historical.cache.populateCache
|
||||||
druid.historical.cache.useCache
|
druid.historical.cache.useCache
|
||||||
enableParallelMerge
|
enableParallelMerge
|
||||||
|
enableJoinLeftTableScanDirect
|
||||||
|
enableJoinFilterPushDown
|
||||||
|
enableJoinFilterRewrite
|
||||||
|
enableJoinFilterRewriteValueColumnFilters
|
||||||
floatSum
|
floatSum
|
||||||
|
joinFilterRewriteMaxSize
|
||||||
maxQueuedBytes
|
maxQueuedBytes
|
||||||
maxScatterGatherBytes
|
maxScatterGatherBytes
|
||||||
minTopNThreshold
|
minTopNThreshold
|
||||||
|
@ -1537,7 +1542,6 @@ skipEmptyBuckets
|
||||||
useCache
|
useCache
|
||||||
useResultLevelCache
|
useResultLevelCache
|
||||||
vectorSize
|
vectorSize
|
||||||
enableJoinLeftTableScanDirect
|
|
||||||
- ../docs/querying/querying.md
|
- ../docs/querying/querying.md
|
||||||
7KiB
|
7KiB
|
||||||
DatasourceMetadata
|
DatasourceMetadata
|
||||||
|
|
Loading…
Reference in New Issue