postgres_metrics.management.commands.pgm_list_metrics module

class postgres_metrics.management.commands.pgm_list_metrics.Command(stdout: TextIO | None = None, stderr: TextIO | None = None, no_color: bool = False, force_color: bool = False)[source]

Bases: django_rich.management.RichCommand

handle(*args, **options)[source]

The actual logic of the command. Subclasses must implement this method.

help = 'List all available metrics.'