Skip to content

Commit

Permalink
Fix tempo
Browse files Browse the repository at this point in the history
**Phenomenon and reproduction steps**

**Root cause and solution**

**Impactions**

**Test method**

**Affected branch(es)**

* main

**Checklist**

- [ ] Dependencies update required
- [ ] Common bug (similar problem in other repo)
  • Loading branch information
xiaochaoren1 committed Sep 22, 2023
1 parent 17b335d commit 5a0b602
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app/application/l7_flow_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ async def query(self):
if not _id:
trace_id = self.args.get("trace_id")
_id = await self.get_id_by_trace_id(trace_id, time_filter)
_id = str(_id)
self.args._id = _id
if not _id:
return self.status, {}, self.failed_regions
base_filter = f"_id={_id}"
Expand Down

0 comments on commit 5a0b602

Please sign in to comment.