Skip to content

Conversation

@ogupte
Copy link
Contributor

@ogupte ogupte commented Oct 22, 2020

Fixes #80629 by changing the default value for xpack.apm.serviceMapFingerprintGlobalBucketSize from 1000 to 500.

`xpack.apm.serviceMapFingerprintGlobalBucketSize` from 1000 to 500
@ogupte ogupte requested a review from a team as a code owner October 22, 2020 07:42
@botelastic botelastic bot added the Team:APM - DEPRECATED Use Team:obs-ux-infra_services. label Oct 22, 2020
@elasticmachine
Copy link
Contributor

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

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

serviceMapTraceIdBucketSize: schema.number({ defaultValue: 65 }),
serviceMapFingerprintGlobalBucketSize: schema.number({
defaultValue: 1000,
defaultValue: 500,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we talked about, this seems like a fix that's tailor made for our setup. Would be better to find something that didn't rely on an arbitrary number (if that's possible).

@ogupte
Copy link
Contributor Author

ogupte commented Oct 29, 2020

closing this in favor of better messaging: #82083

@ogupte ogupte closed this Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[APM] Service map doesn't load when more than 7 days is selected

4 participants