This commit is contained in:
Erik Johnston 2023-07-12 15:11:59 +01:00
parent 9c815553ed
commit cbbdf14be3
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,7 @@ def get_prometheus_exemplar(
trace_id = getattr(span, "trace_id", None)
return trace_id
return {"trace_id": trace_id}
@ensure_active_span("set a tag")