Skip to content

Commit

Permalink
fix: instance trace
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohashescobar committed Oct 7, 2024
1 parent 19dab1f commit 7bb0400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apiserver/plane/license/bgtasks/tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def instance_traces():

# Set span attributes
with tracer.start_as_current_span("workspace_details") as span:
span.set_attribute("instance_id", instance.instance_id)
span.set_attribute("workspace_id", str(workspace.id))
span.set_attribute("workspace_slug", workspace.slug)
span.set_attribute("project_count", project_count)
Expand Down

0 comments on commit 7bb0400

Please sign in to comment.