[APM]Remove observer-version-major from apm queries#125962
Conversation
|
Pinging @elastic/apm-ui (Team:apm) |
|
@elasticmachine merge upstream |
|
ignoring request to update branch, pull request is closed |
2b03ee1 to
e6f3575
Compare
e6f3575 to
173f0dc
Compare
| }) { | ||
| return withApmSpan('get_services', async () => { | ||
| const [items, hasLegacyData] = await Promise.all([ | ||
| const [items] = await Promise.all([ |
There was a problem hiding this comment.
this can be rewritten without a Promise.all() call.
dgieselaar
left a comment
There was a problem hiding this comment.
LGTM, just a single comment about unnecessary usage of Promise.all(). Thanks Miriam!
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
💔 Backport failedThe pull request could not be backported due to the following error: How to fixRe-run the backport manually: Questions ?Please refer to the Backport tool documentation |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
2 similar comments
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
* [APM]Remove observer-version-major from apm queries * Remove constant from apm, not observability * fix tests and ts types * remove Promise.all() * fix types
Closes #125621