INNER CODE UNIT · Python
Infinity
DataDog/dd-agent · checks/__init__.py:53
class Infinity(CheckException):
pass
class NaN(CheckException):
pass
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