DSE Metrics Collector properties

Change DSE Metrics Collector JVM properties at startup.

DSE Metrics Collector Java Virtual Machine (JVM) system parameters.

-Dinsights.default_mode
Set to disabled to disable DSE Insights metric collection. For more details on DSE metrics collection, see DataStax Enterprise Metrics Collector.

Default: enabled.

-Dinsights.write_buffer_watermark_low_in_kb
Tuning threshold for the lowest value in KB to prevent dropped messages from clients.

Default: 512

-Dinsights.write_buffer_watermark_high_in_kb
Tuning threshold for the largest value in KB to prevent dropped messages from clients. Value must be greater than insights.write_buffer_watermark_low_in_kb.

Default: 1024

Examples

Disable DSE Metrics Collector at startup

-Dinsights.default_mode=disabled