Provide more documentation on _get_sniff_data
This commit is contained in:
@@ -186,6 +186,12 @@ class Transport(object):
|
|||||||
Perform the request to get sniffins information. Returns a list of
|
Perform the request to get sniffins information. Returns a list of
|
||||||
dictionaries (one per node) containing all the information from the
|
dictionaries (one per node) containing all the information from the
|
||||||
cluster.
|
cluster.
|
||||||
|
|
||||||
|
It also sets the last_sniff attribute in case of a successful attempt.
|
||||||
|
|
||||||
|
In rare cases it might be possible to override this method in your
|
||||||
|
custom Transport class to serve data from alternative source like
|
||||||
|
configuration management.
|
||||||
"""
|
"""
|
||||||
previous_sniff = self.last_sniff
|
previous_sniff = self.last_sniff
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user