mirror of https://github.com/apache/druid.git
Merge pull request #2215 from pjain1/fix_doc_metrics
correct metric name - segment/added/count -> segment/assigned/count
This commit is contained in:
commit
dd262f0451
|
@ -118,7 +118,7 @@ These metrics are for the Druid coordinator and are reset each time the coordina
|
|||
|
||||
|Metric|Description|Dimensions|Normal Value|
|
||||
|------|-----------|----------|------------|
|
||||
|`segment/added/count`|Number of segments added to the cluster.|tier.|Varies.|
|
||||
|`segment/assigned/count`|Number of segments assigned to be loaded in the cluster.|tier.|Varies.|
|
||||
|`segment/moved/count`|Number of segments moved in the cluster.|tier.|Varies.|
|
||||
|`segment/dropped/count`|Number of segments dropped due to being overshadowed.|tier.|Varies.|
|
||||
|`segment/deleted/count`|Number of segments dropped due to rules.|tier.|Varies.|
|
||||
|
|
Loading…
Reference in New Issue