redis-di list-metric-collections

Lists the metric collections of a pipeline

Lists the metric collections of a pipeline. Metric collections hold the raw component metrics that the describe command summarizes in its Statistics and Performance sections. This command is most useful with -o json or -o yaml for scripting and for tools such as jq.

Usage

redis-di list-metric-collections [flags]

Options

Option Description
-p, --pipeline Pipeline to target (default default).
-o, --output Output format: table (default), json, or yaml.

This command also accepts the global options.

Example

redis-di list-metric-collections
RATE THIS PAGE
Back to top ↑