Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
clarify help for what collect_by_instance and collect_without_dimensi…
…on actually do
  • Loading branch information
jantman committed Oct 1, 2017
commit e05eef829699e08fcbdb6f3368457841d058ed76
4 changes: 2 additions & 2 deletions src/diamond/handler/cloudwatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ def get_default_config_help(self):
'name': 'CloudWatch metric name',
'unit': 'CloudWatch metric unit',
'collector': 'Diamond collector name',
'collect_by_instance': 'Collect metrics for instances separately',
'collect_without_dimension': 'Collect metrics without dimension'
'collect_by_instance': 'Send metric with InstanceId dimension',
'collect_without_dimension': 'Send metric with no dimension'
})

return config
Expand Down