INNER CODE UNIT · Python
UnknownValue
DataDog/dd-agent · checks/__init__.py:61
class UnknownValue(CheckException):
pass
#==============================================================================
# DEPRECATED
# ------------------------------
# If you are writing your own check, you should inherit from AgentCheck
# and not this class. This class will be removed in a future version
# of the agent.
#==============================================================================
class Check(object):
"""
(Abstract) class for all checks with the ability to:
* store 1 (and only 1) sample for gauges per metric/tag combination