Skip to content
New issue

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

[APM] Errors when linking from service map to ML #73755

Closed
ogupte opened this issue Jul 29, 2020 · 1 comment · Fixed by #73758
Closed

[APM] Errors when linking from service map to ML #73755

ogupte opened this issue Jul 29, 2020 · 1 comment · Fixed by #73758
Assignees
Labels
apm:service-maps Service Map feature in APM bug Fixes for quality problems that affect the customer experience Team:APM All issues that need APM UI Team support v7.9.0

Comments

@ogupte
Copy link
Contributor

ogupte commented Jul 29, 2020

The error Error: invalid bounds set: [object Object] occurs when clicking a link in service maps to open anomaly detection in ML:
image.png

This is caused by the time range from and to fields not being encoded properly.

Also the console show errors when passing refresh interval and paused state:
Screen Shot 2020-07-29 at 3.45.09 PM.png

This is caused by using the incorrect (string) data type for those fields. They should be: {pause: boolean; value: number}. These errors are also shown when linking to discover from transaction and error pages.

@ogupte ogupte added 7.9.0 bug Fixes for quality problems that affect the customer experience apm:service-maps Service Map feature in APM Team:APM All issues that need APM UI Team support labels Jul 29, 2020
@ogupte ogupte self-assigned this Jul 29, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui (Team:apm)

ogupte added a commit to ogupte/kibana that referenced this issue Jul 29, 2020
…ges and

using correct refreshValue rison types rather than just strings
@spalger spalger added v7.9.0 and removed 7.9.0 labels Jul 30, 2020
ogupte added a commit that referenced this issue Jul 30, 2020
* Closes #73755 by removing the extra uri encoding from time ranges and
using correct refreshValue rison types rather than just strings

* removes commented out test assertion
kibanamachine pushed a commit that referenced this issue Jul 30, 2020
* Closes #73755 by removing the extra uri encoding from time ranges and
using correct refreshValue rison types rather than just strings

* removes commented out test assertion
kibanamachine pushed a commit that referenced this issue Jul 30, 2020
* Closes #73755 by removing the extra uri encoding from time ranges and
using correct refreshValue rison types rather than just strings

* removes commented out test assertion
ogupte added a commit that referenced this issue Jul 30, 2020
* Closes #73755 by removing the extra uri encoding from time ranges and
using correct refreshValue rison types rather than just strings

* removes commented out test assertion

Co-authored-by: Oliver Gupte <[email protected]>
ogupte added a commit that referenced this issue Jul 30, 2020
* Closes #73755 by removing the extra uri encoding from time ranges and
using correct refreshValue rison types rather than just strings

* removes commented out test assertion

Co-authored-by: Oliver Gupte <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apm:service-maps Service Map feature in APM bug Fixes for quality problems that affect the customer experience Team:APM All issues that need APM UI Team support v7.9.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants