-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Metrics UI] Set up APM on our Metrics UI performance cluster #90311
Comments
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
@elastic/apm can someone help us understand our questions about instrumenting our code with APM spans? @elastic/apm-agent-node-js may also want to get involved here :) |
@jasonrhodes perhaps useful for you as well: #90403 |
Let us know how we can help here, I can provide help with both RUM and Synthetics. |
@dgieselaar @vigneshshanmugam thanks! When one of us picks this up in the next week or two, we'll reach out! |
You can also specify |
If this is a cloud cluster (and it looks like it is), I'm not sure you can enable APM there. @sqren might know more. If you connect a local Kibana instance to it, that will collect APM data, but not if you go to the Kibana instance on cloud. |
@dgieselaar you are right, it's a cloud cluster, but we enabled APM in a local kibana. We collect data from a local kibana instance, but that's what we want (for now) since we want to do some changes in our code and see how this affects performance. |
@dgieselaar That's also my understanding, that it's still not possible to instrument Kibana on cloud (coming soon 🤞 ) |
We have a private Metrics UI performance cluster where we need to run APM so we can evaluate performance.
AC:
Other tickets
Note: it would also be good to understand what, if any, custom spans we should consider introducing and make sure we understand how to do that in our own APM set up. If we add custom spans to our code, can we leave them there even if users don't use APM?
Note: We should check with the Synthetics team about writing synthetics tests that could test our UI and time things. We can spin that work into a new ticket.
The text was updated successfully, but these errors were encountered: