This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 377edff Ingestion metrics doc fix (#12066)
377edff is described below
commit 377edff0423b25e0ac5f6f67ec646d165040d778
Author: Karan Kumar <[email protected]>
AuthorDate: Wed Dec 15 12:51:53 2021 +0530
Ingestion metrics doc fix (#12066)
* Ingestion metrics doc fix.
* Fixing typo
* Adding missed keywords in ignore list
---
docs/operations/metrics.md | 2 +-
website/.spelling | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/docs/operations/metrics.md b/docs/operations/metrics.md
index b525424..a66325e 100644
--- a/docs/operations/metrics.md
+++ b/docs/operations/metrics.md
@@ -171,7 +171,7 @@ batch ingestion emit the following metrics. These metrics
are deltas for each em
|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/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.|
diff --git a/website/.spelling b/website/.spelling
index d1d736a..33cd648 100644
--- a/website/.spelling
+++ b/website/.spelling
@@ -1520,7 +1520,12 @@ druid.broker.cache.useResultLevelCache
druid.historical.cache.populateCache
druid.historical.cache.useCache
enableParallelMerge
+enableJoinLeftTableScanDirect
+enableJoinFilterPushDown
+enableJoinFilterRewrite
+enableJoinFilterRewriteValueColumnFilters
floatSum
+joinFilterRewriteMaxSize
maxQueuedBytes
maxScatterGatherBytes
minTopNThreshold
@@ -1537,7 +1542,6 @@ skipEmptyBuckets
useCache
useResultLevelCache
vectorSize
-enableJoinLeftTableScanDirect
- ../docs/querying/querying.md
7KiB
DatasourceMetadata
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]