Skip to content

Commit

Permalink
fix: search traces by span attributes tags #290
Browse files Browse the repository at this point in the history
  • Loading branch information
sunface committed Nov 4, 2023
1 parent 6d3a20f commit 8827337
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,6 @@ export const queryPluginDataToTrace = (data: QueryPluginData, query: PanelQuery)
span.events = events
const processId = serviceIndex[span.serviceName]

if (span.hasError) {
span.attributes.push({
key: "error",
value: true
})
}
span.process = { serviceName: span.serviceName, tags: [] }
span.processID = processId
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ const TraceDetailWrapper = ({id,dsId}) => {
}
}, getCurrentTimeRange(), datasource, { traceId: id })
data = res.data
console.log("here333333:",data)
}
break;
}
Expand Down

0 comments on commit 8827337

Please sign in to comment.