Module: Wavefront::Constants
- Included in:
- Alerting, BatchWriter, Wavefront::Cli::BatchWrite, Wavefront::Cli::Events, Wavefront::Cli::Write, Client, Events, Metadata, Writer
- Defined in:
- lib/wavefront/constants.rb
Constant Summary collapse
- DEFAULT_HOST =
'metrics.wavefront.com'- DEFAULT_PERIOD_SECONDS =
600- DEFAULT_FORMAT =
:raw- DEFAULT_PREFIX_LENGTH =
1- DEFAULT_STRICT =
true- DEFAULT_OBSOLETE_METRICS =
false- FORMATS =
[ :raw, :ruby, :graphite, :highcharts, :human ]
- ALERT_FORMATS =
[:ruby, :json, :human]
- DEFAULT_ALERT_FORMAT =
:human- GRANULARITIES =
%w( s m h d )- EVENT_STATE_DIR =
Pathname.new('/var/tmp/wavefront/events')
- EVENT_LEVELS =
%w(info smoke warn severe)- DEFAULT_PROXY =
'wavefront'- DEFAULT_PROXY_PORT =
2878- DEFAULT_INFILE_FORMAT =
'tmv'