File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
opamp/opentelemetry-opamp-client/src/opentelemetry/_opamp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ class OpAMPAgent:
144
144
def __init__ (
145
145
self ,
146
146
* ,
147
- interval : float ,
147
+ interval : float = 30 ,
148
148
message_handler : Callable [
149
149
["OpAMPAgent" , OpAMPClient , opamp_pb2 .ServerToAgent ], None
150
150
],
@@ -154,7 +154,7 @@ def __init__(
154
154
client : OpAMPClient ,
155
155
):
156
156
"""
157
- :param interval: seconds between automatic calls
157
+ :param interval: seconds between heartbeat calls
158
158
:param message_handler: user provided function that takes the received ServerToAgent message
159
159
:param max_retries: how many times to retry a failed job for ad-hoc messages
160
160
:param heartbeat_max_retries: how many times to retry an heartbeat failed job
You can’t perform that action at this time.
0 commit comments