-
Notifications
You must be signed in to change notification settings - Fork 476
profiling: customize metrics exposition in collector/symbolizer #8582
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
Conversation
b85f2ac
to
2569408
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for saftey, we could also increase kibana.version
in conditions
in manifest.yml
to `^8.12.0.
packages/universal_profiling_collector/agent/input/input.yml.hbs
Outdated
Show resolved
Hide resolved
packages/universal_profiling_collector/agent/input/input.yml.hbs
Outdated
Show resolved
Hide resolved
packages/universal_profiling_collector/agent/input/input.yml.hbs
Outdated
Show resolved
Hide resolved
packages/universal_profiling_collector/agent/input/input.yml.hbs
Outdated
Show resolved
Hide resolved
packages/universal_profiling_symbolizer/agent/input/input.yml.hbs
Outdated
Show resolved
Hide resolved
f71cfd2
to
14ca2c0
Compare
Thanks! great idea 👍🏼 |
Signed-off-by: inge4pres <francesco.gualazzi@elastic.co> Co-authored-by: Florian Lehner <florianl@users.noreply.github.com> Co-authored-by: Christos Kalkanis <christos.kalkanis@elastic.co>
14ca2c0
to
8cc8e87
Compare
Package profiler_collector - 8.12.0 containing this change is available at https://epr.elastic.co/search?package=profiler_collector |
Package profiler_symbolizer - 8.12.0 containing this change is available at https://epr.elastic.co/search?package=profiler_symbolizer |
## Summary With elastic/integrations#8582 the integration packages for Universal Profiling got upgraded. With Kibana bundle these new integration packages. Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Proposed commit message
We implement a new configuration structure for exposing the configuration of application metrics.
Users will be able to customize the HTTP endpoints for both Prometheus and expvar metrics.
Since we are going to release a beta for Profiling Self-Managed (running on-prem), these new configuration options will allow users to monitor more effectively their Profiling backend installations.
Checklist
changelog.yml
file.How to test this PR locally
Build the package with
elastic-package
, deploy to a local instance of Kibana and deploy the integrations through the details page.Related issues
https://github.com/elastic/prodfiler/issues/4140