Skip to content

Commit 21eaaeb

Browse files
Ferenc-Andrey Slotin
andauthored
fix(doc): Fix host collector docstring (#346)
* fix(doc): Fix host collector docstring * fix(doc): Clarify the description in docstring Co-authored-by: Andrey Slotin <[email protected]> Co-authored-by: Andrey Slotin <[email protected]>
1 parent e655099 commit 21eaaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instana/collector/host.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
class HostCollector(BaseCollector):
15-
""" Collector for AWS Fargate """
15+
""" Collector for host agent """
1616
def __init__(self, agent):
1717
super(HostCollector, self).__init__(agent)
1818
logger.debug("Loading Host Collector")

0 commit comments

Comments
 (0)