New convention: raid#2294
Conversation
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
thompson-tomo
left a comment
There was a problem hiding this comment.
Would be great if we did not restrict it to Linux.
…s on events only (open-telemetry#2240) Co-authored-by: Trask Stalnaker <[email protected]> Co-authored-by: Robert Pająk <[email protected]>
…#2305) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
open-telemetry#2196) Signed-off-by: ChrsMark <[email protected]> Co-authored-by: Jina Jain <[email protected]> Co-authored-by: Liudmila Molkova <[email protected]>
Signed-off-by: ChrsMark <[email protected]>
Signed-off-by: ChrsMark <[email protected]>
open-telemetry#1784) Co-authored-by: Christos Markou <[email protected]> Co-authored-by: Jina Jain <[email protected]> Co-authored-by: Liudmila Molkova <[email protected]>
…o status in metric
| path_base_for_github_subdir: | ||
| from: content/en/docs/specs/semconv/http/_index.md | ||
| to: http/README.md |
There was a problem hiding this comment.
| path_base_for_github_subdir: | |
| from: content/en/docs/specs/semconv/http/_index.md | |
| to: http/README.md |
The doc is also missing the main header
| change_type: new_component | ||
|
|
||
| # The name of the area of concern in the attributes-registry, (e.g. http, cloud, db) | ||
| component: system |
There was a problem hiding this comment.
| component: system | |
| component: storage |
| component: system | ||
|
|
||
| # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
| note: Proposed metric semantics for a scraper in hostreceiver scraping raid metrics related to multiple device RAID disks |
There was a problem hiding this comment.
Maybe make this note more generic, something like: Introduce storage attributes and metrics
|
Please also update the PR title as it's not up-to-date with the changes. |
| attributes: | ||
| - ref: storage.volume.name | ||
| - ref: hw.state | ||
| - ref: hw.type |
There was a problem hiding this comment.
I don't think that we need this.
| unit: "{disk}" | ||
| attributes: | ||
| - ref: storage.volume.name | ||
| - ref: hw.state |
There was a problem hiding this comment.
Am thinking we should go with disk.mode to avoid overloading hw.state.
|
@jherbage - thanks for the contribution! This PR adds new area - I'm going to close this PR because of the above reasons. Feel free to reopen if @open-telemetry/semconv-system-approvers would be ready to own the |
Fixes #
Changes
Attributes describing the linux only multiple device RAID arrays and their states.
Metrics to be generated by a new scraper in hostreceiver to run only on linux systems to collect metrics about these raid devices based on an existing exporter available in Prometheus' node_exporter
Note: if the PR is touching an area that is not listed in the existing areas, or the area does not have sufficient domain experts coverage, the PR might be tagged as experts needed and move slowly until experts are identified.
Merge requirement checklist
[chore]I think this is n/a - all new stuff.