We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug only service request rate graph not have data in monitor page.
To Reproduce Steps to reproduce the behavior:
Expected behavior service request graph show data in monitor page. just like other graph.
Screenshots
Version (please complete the following information):
Additional context i think the problem is the null metricdata in https://github.com/jaegertracing/jaeger-ui/blob/main/packages/jaeger-ui/src/components/Monitor/ServicesView/index.tsx#L351.
after change it from null to
null
metrics.serviceMetrics ? metrics.serviceMetrics.service_call_rate : null
everything is well.
The text was updated successfully, but these errors were encountered:
Hi, i'm going to fix it
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
only service request rate graph not have data in monitor page.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
service request graph show data in monitor page.
just like other graph.
Screenshots

Version (please complete the following information):
Additional context
i think the problem is the null metricdata in https://github.com/jaegertracing/jaeger-ui/blob/main/packages/jaeger-ui/src/components/Monitor/ServicesView/index.tsx#L351.
after change it from
null
to
everything is well.
The text was updated successfully, but these errors were encountered: