Welcome to Portkey Forum

Home
Members
Brandon Watts
B
Brandon Watts
Offline, last seen 3 weeks ago
Joined November 4, 2024
Im having some difficulty in getting the tracing to work via the Async Python client. Im doing just as the instructions say and passing in traceId via the metadata properties and I can see it show in the web portal but its still generating its own trace. If I use the trace_id kwarg I can get it to work but that doesnt allow me to pass span information.

result = await client.with_options( config="[CONFIG_NAME]", metadata={ "traceId": "123-test", }, ).chat.completions.create([CREATION_ARGS])
1 comment
V