We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e90b8 commit b7802b0Copy full SHA for b7802b0
utils/orchestrator/baseutil.py
@@ -22,8 +22,8 @@ class BaseUtil:
22
- _get_transient_tags: tags can change and won't be cached (TODO)
23
- invalidate_cache: custom cache invalidation logic
24
- is_detected (staticmethod)
25
- - get_host_tags: list of tags that are applied to the host in Datadog
26
- - get_host_metadata: dict of container-related host metadata (typically node labels)
+ - get_host_tags: list of tags that are applied to the host in Datadog (typically node labels)
+ - get_host_metadata: dict of container-related host metadata
27
"""
28
__metaclass__ = Singleton
29
0 commit comments