There was an error while loading. Please reload this page.
1 parent 85309f5 commit 97d06bdCopy full SHA for 97d06bd
1 file changed
src/agentex/lib/core/temporal/workers/worker.py
@@ -98,6 +98,7 @@ async def get_temporal_client(
98
plugins: list = [],
99
payload_codec: PayloadCodec | None = None,
100
data_converter: DataConverter | None = None,
101
+ *,
102
metrics_headers: dict[str, str] | None = None,
103
metrics_use_http: bool = False,
104
metrics_temporality_delta: bool = False,
@@ -173,6 +174,7 @@ def __init__(
173
174
metrics_url: str | None = None,
175
176
177
178
179
180
0 commit comments