Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
datadog / threadstats / constants.py
Size: Mime:
class MetricType(object):
    Gauge = "gauge"
    Counter = "counter"
    Histogram = "histogram"


class MonitorType(object):
    SERVICE_CHECK = 'service check'
    METRIC_ALERT = 'metric alert'
    QUERY_ALERT = 'query alert'
    ALL = (SERVICE_CHECK, METRIC_ALERT, QUERY_ALERT)