Skip to content

Commit

Permalink
add overlord to allowed druid daemon names
Browse files Browse the repository at this point in the history
Change-Id: If8243218b57e2d6241ba0826e2bfb706c3b1feed
  • Loading branch information
busecolak committed May 8, 2020
1 parent 7f99cd3 commit c8b6d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion druid_exporter/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def check_metrics_config_file_consistency(json_config):
raise RuntimeError('Validation error: empty config file.')
# The first level of nesting should be related to Druid daemon names
druid_daemon_names = [
'middlemanager', 'historical', 'peon', 'broker', 'coordinator']
'middlemanager', 'historical', 'peon', 'broker', 'coordinator', 'overlord']
required_config_fields = [
'prometheus_metric_name', 'labels', 'type', 'description'
]
Expand Down

0 comments on commit c8b6d1f

Please sign in to comment.