This is an automated email from the ASF dual-hosted git repository.

victoria 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 854ef98235 Minor doc fixes. (#14565)
854ef98235 is described below

commit 854ef98235979eb8586a49c0ed62e0bd16940474
Author: Abhishek Radhakrishnan <[email protected]>
AuthorDate: Tue Jul 11 13:12:40 2023 -0700

    Minor doc fixes. (#14565)
    
    Co-authored-by: Kashif Faraz <[email protected]>
---
 docs/operations/metrics.md | 3 ++-
 docs/querying/lookups.md   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/operations/metrics.md b/docs/operations/metrics.md
index b742fff795..ecadf53c4c 100644
--- a/docs/operations/metrics.md
+++ b/docs/operations/metrics.md
@@ -350,7 +350,8 @@ These metrics are for the Druid Coordinator and are reset 
each time the Coordina
 
 ### JVM
 
-These metrics are only available if the `JVMMonitor` module is included.
+These metrics are only available if the `JvmMonitor` module is included in 
`druid.monitoring.monitors`.
+For more information, see [Enabling 
Metrics](../configuration/index.md#enabling-metrics).
 
 |Metric|Description|Dimensions|Normal Value|
 |------|-----------|----------|------------|
diff --git a/docs/querying/lookups.md b/docs/querying/lookups.md
index d69f31619a..ec82dc9393 100644
--- a/docs/querying/lookups.md
+++ b/docs/querying/lookups.md
@@ -79,7 +79,7 @@ In native queries, lookups can be queried with [dimension 
specs or extraction fu
 
 Query Execution
 ---------------
-When executing an aggregation query involving lookup functions (like the SQL 
[`LOOKUP` function](sql-scalar.md#string-functions),
+When executing an aggregation query involving lookup functions, like the SQL 
[`LOOKUP` function](sql-scalar.md#string-functions),
 Druid can decide to apply them while scanning and aggregating rows, or to 
apply them after aggregation is complete. It
 is more efficient to apply lookups after aggregation is complete, so Druid 
will do this if it can. Druid decides this
 by checking if the lookup is marked as "injective" or not. In general, you 
should set this property for any lookup that


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to