Module: WavefrontCli::Constants

Included in:
OptHandler, WavefrontDisplay::Base
Defined in:
lib/wavefront-cli/constants.rb

Overview

Universal truths

Constant Summary collapse

HUMAN_TIME_FORMAT =
'%F %T'.freeze
HUMAN_TIME_FORMAT_MS =
'%F %T.%3N'.freeze
DEFAULT_OPTS =

The CLI will use these options if they are not supplied on the command line or in a config file.

{
  endpoint: 'metrics.wavefront.com',
  format:   :human
}.freeze