feat: add etcd otel content pack#17757
Conversation
Vale Linting ResultsSummary: 2 warnings found
|
| File | Line | Rule | Message |
|---|---|---|---|
| packages/etcd_otel/docs/README.md | 5 | Elastic.Latinisms | Latin terms and abbreviations are a common source of confusion. Use 'using' instead of 'via'. |
| packages/etcd_otel/docs/README.md | 26 | Elastic.Latinisms | Latin terms and abbreviations are a common source of confusion. Use 'using' instead of 'via'. |
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.
|
To make this compatible with kb-dashboard 0.4.0 (released 3/17), run the automated upgrade and recompile: # 1. Upgrade YAML files in-place (handles all schema renames automatically)
uvx kb-dashboard-cli upgrade --write --input-dir packages/<PACKAGE>/_dev/shared/kibana
# 2. Recompile
uvx kb-dashboard-cli compile \
--input-dir packages/<PACKAGE>/_dev/shared/kibana \
--output-dir packages/<PACKAGE>/kibana/dashboard \
--format jsonThe
Review the diff after upgrading to confirm the changes look correct, then recompile and commit. |
|
Upgraded the dashboards to make them compatible with kb-dashboard 0.4.0 |
|
I ran Results
Upgrade and post-upgrade compile succeeded with 0.4.0. Suggested commands: uvx --from kb-dashboard-cli==0.4.0 kb-dashboard upgrade --input-dir packages/etcd_otel/_dev/shared/kibana --write
uvx --from kb-dashboard-cli==0.4.0 kb-dashboard compile --input-dir packages/etcd_otel/_dev/shared/kibana --output-dir packages/etcd_otel/kibana/dashboard --format elastic-integrations |
done |
mykola-elastic
left a comment
There was a problem hiding this comment.
- The percent calculation in some queries is OK, in some is off by *100 (see comments)
- I am not sure that SUM(RATE(cumulative_field)) becomes rate of field (see comments)
- The OTel config example doesn't include
resourceprocessor to add data stream name ofetcd.otelwhich is used in the assets - Alerting rule templates have ratio calculations (division), please make confirm that those are not integer divisions
packages/etcd_otel/_dev/shared/kibana/etcd_otel-raft-consensus.yaml
Outdated
Show resolved
Hide resolved
|
@stefans-elastic -
|
|
Can you confirm whether we are able to install an Alerting Rule in 9.2.1 stack version? This is to make sure that everything works fine with the minimum supported stack version. |
|
💚 Build Succeeded
History
|
|
Package etcd_otel - 0.1.0 containing this change is available at https://epr.elastic.co/package/etcd_otel/0.1.0/ |

Proposed commit message
See title
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots