File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1159,7 +1159,7 @@ def get_alerts(
1159
1159
1160
1160
Parameters
1161
1161
----------
1162
- run : str
1162
+ run_id : str
1163
1163
The ID of the run to find alerts for
1164
1164
critical_only : bool, optional
1165
1165
Whether to only return details about alerts which are currently critical, by default True
Original file line number Diff line number Diff line change @@ -749,8 +749,6 @@ def reconnect(self, run_id: str) -> bool:
749
749
----------
750
750
run_id : str
751
751
identifier of run to connect to
752
- uid : str, optional
753
- unique identifier for this run, by default None
754
752
755
753
Returns
756
754
-------
@@ -800,7 +798,7 @@ def config(
800
798
dormant state if an error occurs
801
799
queue_blocking : bool, optional
802
800
block thread queues during metric/event recording
803
- resource_metrics_interval : int, optional
801
+ resources_metrics_interval : int, optional
804
802
frequency at which to collect resource metrics
805
803
disable_resources_metrics : bool, optional
806
804
disable monitoring of resource metrics
You can’t perform that action at this time.
0 commit comments