elastic-agent: update monitor fields to include new TBS metrics #16029
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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