Api¶
-
class
healthcheck.EnvironmentDump(include_os=True, include_python=True, include_process=True, **kwargs)¶ -
__init__(include_os=True, include_python=True, include_process=True, **kwargs)¶ Class to view information about your application’s environment
Parameters: - include_os – Include information about your operating system
- include_python – Include information about your Python executable, Python path, and installed packages.
- include_process – Include information about the currently running Python process, including the PID, command line arguments, and all environment variables.
-
__weakref__¶ list of weak references to the object (if defined)
-
add_section(name, func)¶ Add custom section
Parameters: - name – Name of section
- func – Value to of section, it can be dynamic value like a function
Returns: None
-