Merge pull request #2215 from pjain1/fix_doc_metrics

correct metric name - segment/added/count -> segment/assigned/count
This commit is contained in:
Fangjin Yang 2016-01-06 16:21:54 -08:00
commit dd262f0451
1 changed files with 1 additions and 1 deletions

View File

@ -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.|