system_otel: clarify hostmetrics receiver config guidance#17459
Merged
theletterf merged 4 commits intomainfrom Feb 19, 2026
Merged
system_otel: clarify hostmetrics receiver config guidance#17459theletterf merged 4 commits intomainfrom
theletterf merged 4 commits intomainfrom
Conversation
Clarify that EDOT and Contrib Collector users may need to enable specific hostmetrics metrics required by dashboards. Closes #17345. Co-authored-by: GPT-5.2 <noreply@openai.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Update the 0.2.5 changelog entry link to reference the PR. Co-authored-by: GPT-5.2 <noreply@openai.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Vale Linting ResultsSummary: 1 warning, 1 suggestion found
|
| File | Line | Rule | Message |
|---|---|---|---|
| packages/system_otel/docs/README.md | 211 | Elastic.Latinisms | Latin terms and abbreviations are a common source of confusion. Use 'for example' instead of 'e.g'. |
💡 Suggestions (1)
| File | Line | Rule | Message |
|---|---|---|---|
| packages/system_otel/docs/README.md | 212 | Elastic.Wordiness | Consider using 'all' instead of 'all of '. |
The Vale linter checks documentation changes against the Elastic Docs style guide.
To use Vale locally or report issues, refer to Elastic style guide for Vale.
Add a short section pointing readers to the Collector configuration and required metrics sections. Co-authored-by: GPT-5.2 <noreply@openai.com> Co-authored-by: Cursor <cursoragent@cursor.com>
ChrsMark
approved these changes
Feb 19, 2026
💚 Build Succeeded
|
|
Package system_otel - 0.2.5 containing this change is available at https://epr.elastic.co/package/system_otel/0.2.5/ |
navnit-elastic
pushed a commit
to navnit-elastic/integrations
that referenced
this pull request
Mar 2, 2026
) * system_otel: clarify hostmetrics receiver config guidance Clarify that EDOT and Contrib Collector users may need to enable specific hostmetrics metrics required by dashboards. Closes elastic#17345. Co-authored-by: GPT-5.2 <noreply@openai.com> Co-authored-by: Cursor <cursoragent@cursor.com> * system_otel: link changelog entry to PR Update the 0.2.5 changelog entry link to reference the PR. Co-authored-by: GPT-5.2 <noreply@openai.com> Co-authored-by: Cursor <cursoragent@cursor.com> * system_otel: add quick start navigation for Collector config Add a short section pointing readers to the Collector configuration and required metrics sections. Co-authored-by: GPT-5.2 <noreply@openai.com> Co-authored-by: Cursor <cursoragent@cursor.com> * Update README.md --------- Co-authored-by: GPT-5.2 <noreply@openai.com> Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
hostmetricsreceiver configuration to enable the metrics required by the included dashboards.0.2.5and adds a changelog entry.Test plan
elastic-package check(run inpackages/system_otel).Fixes #17345.
Made with Cursor