Select at least one hop to view
+ > + ); + } else { + const lookback = getConfigValue('search.maxLookback.value'); + const checkLink = getSearchUrl({ + lookback, + minDuration: '0ms', + operation, + service, + tags: '{"span.kind":"server"}', + }); + content = ( + <> ++ No traces were found that contain {service} + {operation && `:${operation}`} and any other service where span.kind is ‘server’. +
+ + > + ); + } } else if (graphState.state === fetchedState.LOADING) { content =If you are using an adblocker, whitelist Jaeger and retry.
+ > + ); } else { content = ( -${JSON.stringify(graphState)}
-{JSON.stringify(graphState, null, 2)}
+ > ); }