-
Notifications
You must be signed in to change notification settings - Fork 523
elastic-agent: update monitor fields to include new TBS metrics #16560
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
base: main
Are you sure you want to change the base?
Conversation
|
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
elastic_agent_logs |
37037.04 | 31250 | -5787.04 (-15.63%) | 💔 |
To see the full report comment with /test benchmark fullreport
belimawr
left a comment
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.
@ericywl, it seems you forgot to update the version in manifest.yml and the changelog (changelog.yml) as added as belonging to the currently released version.
Could you update those two files?
My bad, not familiar with this, let me update them |
💚 Build Succeeded
History
cc @ericywl |
Proposed commit message
Add back
apm-servermonitoring metrics removed in #12793, plus new TBS metrics outlined in elastic/apm-server#15533Checklist
changelog.ymlfile.Author's Checklist
metrics-elastic_agent.apm_server*datastream.How to test this PR locally
Step 1: Ensure Elasticsearch & Kibana is running
> elastic-package stack status Status of Elastic stack services: ╭───────────────┬─────────┬───────────────────╮ │ SERVICE │ VERSION │ STATUS │ ├───────────────┼─────────┼───────────────────┤ │ elasticsearch │ 9.2.1 │ healthy │ │ kibana │ 9.2.1 │ healthy │ │ fleet-server │ unknown │ healthy │ │ elastic-agent │ 9.2.1 │ running (healthy) │ ╰───────────────┴─────────┴───────────────────╯Step 2: Apply Integration Changes
elastic_agentintegration with the updated mappings in this PRStep 3: Enroll Elastic Agent in Fleet
Step 4Step 4: Install EA Locally in a Container
> docker run --rm -it -p 8220:8220 -p 8200:8200 buildpack-deps:24.04 /bin/bashneovimto editapm-server.ymllater on.elastic-agentwith commands from Kibana UI listed inStep 3.> elastic-agent status ┌─ fleet │ └─ status: (HEALTHY) Connected └─ elastic-agent └─ status: (HEALTHY) RunningStep 5: Verify Data
Verify mappings in the
metrics-elastic_agent.apm_server*datastream fromDev Tools.data_streams.indices.index_namefield.Related issues