rladmin metrics

Configures the cluster-wide metrics stream engine settings.

Redis Software

Manages the cluster-wide metrics configuration for the v2 metrics stream engine.

metrics config

Updates the cluster's metrics configuration. Specify one or more field/value pairs; at least one pair is required.

rladmin metrics config <field> <value> [ <field> <value> ... ]

To view the current configuration, use rladmin info metrics.

Parameters

For the available fields and their types, defaults, and validation, see the metrics configuration object.

On the command line, boolean fields take enabled or disabled, list fields take a comma-separated set of values, and an empty value ("") clears a list field.

Returns

Returns a confirmation message when the update succeeds.

Example

$ rladmin metrics config expose_db_tags enabled metrics_tag_keys_exposed env,team
Metrics configuration updated successfully
RATE THIS PAGE
Back to top ↑