Merge *.cpu.state attributes to a common cpu.mode attribute#1026
Merged
joaopgrassi merged 18 commits intoopen-telemetry:mainfrom Jun 26, 2024
Merged
Merge *.cpu.state attributes to a common cpu.mode attribute#1026joaopgrassi merged 18 commits intoopen-telemetry:mainfrom
joaopgrassi merged 18 commits intoopen-telemetry:mainfrom
Conversation
trisch-me
reviewed
May 10, 2024
trisch-me
reviewed
May 10, 2024
Closed
de27ecd to
dbd49a4
Compare
trisch-me
reviewed
May 10, 2024
trisch-me
reviewed
May 10, 2024
lmolkova
reviewed
May 10, 2024
lmolkova
approved these changes
May 10, 2024
57eee6d to
beb92b9
Compare
joaopgrassi
approved these changes
May 14, 2024
Member
joaopgrassi
left a comment
There was a problem hiding this comment.
LGTM
I think you need to re-generate the make generate-gh-issue-templates though
Member
Author
|
Thank's @joaopgrassi. For some reason the |
848fa37 to
a7e9c02
Compare
Member
Author
|
@open-telemetry/semconv-system-approvers could you take a look and specifically into the #1026 (comment)? Thank's. |
trisch-me
reviewed
May 16, 2024
trisch-me
reviewed
May 16, 2024
trisch-me
reviewed
May 16, 2024
trisch-me
reviewed
May 16, 2024
lmolkova
reviewed
Jun 11, 2024
3 tasks
3 tasks
trisch-me
reviewed
Jun 21, 2024
trisch-me
reviewed
Jun 21, 2024
trisch-me
reviewed
Jun 21, 2024
trisch-me
reviewed
Jun 21, 2024
trisch-me
reviewed
Jun 21, 2024
trisch-me
reviewed
Jun 21, 2024
Co-authored-by: Alexandra Konrad <[email protected]>
Co-authored-by: Alexandra Konrad <[email protected]>
Co-authored-by: Alexandra Konrad <[email protected]>
Co-authored-by: Alexandra Konrad <[email protected]>
Co-authored-by: Alexandra Konrad <[email protected]>
Co-authored-by: Alexandra Konrad <[email protected]>
Contributor
|
You need to regenerate registry to update md files to fix the issue |
Signed-off-by: ChrsMark <[email protected]>
lmolkova
approved these changes
Jun 21, 2024
Member
lmolkova
left a comment
There was a problem hiding this comment.
Looks good! Just left a few minor comments.
braydonk
reviewed
Jun 21, 2024
TylerHelmuth
approved these changes
Jun 21, 2024
Co-authored-by: Liudmila Molkova <[email protected]>
Co-authored-by: Liudmila Molkova <[email protected]>
Co-authored-by: Braydon Kains <[email protected]>
Co-authored-by: Liudmila Molkova <[email protected]>
Signed-off-by: ChrsMark <[email protected]>
joaopgrassi
approved these changes
Jun 25, 2024
mx-psi
approved these changes
Jun 25, 2024
braydonk
approved these changes
Jun 25, 2024
3 tasks
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.
Fixes #840
Changes
This PR introduces a common
cpu.statecpu.modeattribute which is a converged attribute from thesystem.cpu.state,process.cpu.stateandcontainer.cpu.state.Merge requirement checklist
[chore]