Skip to content

Commit

Permalink
Remove --collectd option
Browse files Browse the repository at this point in the history
We'd like to deprecate collectd, we use Prometheus these days.
Refs: scylladb/scylla-enterprise#3628

Signed-off-by: Yaniv Kaul <[email protected]>
  • Loading branch information
mykaul authored and fruch committed Dec 14, 2023
1 parent dd9ff60 commit 40f3517
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ccmlib/scylla_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,6 @@ def process_opts(opts):
if self.scylla_mode() == 'debug' and '--blocked-reactor-notify-ms' not in args:
args += ['--blocked-reactor-notify-ms', '5000']
# TODO add support for classes_log_level
if '--collectd' not in args:
args += ['--collectd', '0']
if '--cpuset' not in args:
args += ['--overprovisioned']
if '--prometheus-address' not in args:
Expand Down

0 comments on commit 40f3517

Please sign in to comment.