added Error tag from error% mertics to traces page

This commit is contained in:
Ankit Nayan 2021-05-02 18:09:01 +05:30
parent 0e86e37235
commit 00c3342b4d

View File

@ -64,6 +64,7 @@ const _TraceFilter = (props: TraceFilterProps) => {
.then(() => {
const operationName = urlParams.get(METRICS_PAGE_QUERY_PARAM.operation);
const serviceName = urlParams.get(METRICS_PAGE_QUERY_PARAM.service);
const errorTag = urlParams.get(METRICS_PAGE_QUERY_PARAM.error);
if (operationName && serviceName) {
props.updateTraceFilters({
...props.traceFilters,