-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[receiver/dockerstats] adding renamed cpu_utilization metric #22823
Merged
dmitryax
merged 2 commits into
open-telemetry:main
from
carlossscastro:change_cpu_percentage_naming
Jun 2, 2023
Merged
[receiver/dockerstats] adding renamed cpu_utilization metric #22823
dmitryax
merged 2 commits into
open-telemetry:main
from
carlossscastro:change_cpu_percentage_naming
Jun 2, 2023
Conversation
This file contains 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
songy23
changed the title
adding renamed cpu_utilization metric
[receiver/dockerstats] adding renamed cpu_utilization metric
May 30, 2023
cc @gbbr |
dmitryax
reviewed
May 30, 2023
dmitryax
approved these changes
Jun 2, 2023
Thanks, @carlossscastro! |
sigilioso
added a commit
to gsanchezgavier/entity-synthesis-definitions
that referenced
this pull request
Jun 13, 2023
It uses the metric defined in <open-telemetry/opentelemetry-collector-contrib#22823> Released after OpenTelemetry Collector Contrib v0.79.0
3 tasks
marcsanmi
pushed a commit
to gsanchezgavier/entity-synthesis-definitions
that referenced
this pull request
Jun 22, 2023
It uses the metric defined in <open-telemetry/opentelemetry-collector-contrib#22823> Released after OpenTelemetry Collector Contrib v0.79.0
Caleb-Hurshman
pushed a commit
to observIQ/opentelemetry-collector-contrib
that referenced
this pull request
Jul 6, 2023
…lemetry#22823) This change starts the process for deprecating the metric container.cpu.percent in favor of container.cpu.utilization to adhere to semantic convention. At this step introducing the new metric name disabled by default, leaving the old metric enabled
marcsanmi
pushed a commit
to gsanchezgavier/entity-synthesis-definitions
that referenced
this pull request
Jul 10, 2023
It uses the metric defined in <open-telemetry/opentelemetry-collector-contrib#22823> Released after OpenTelemetry Collector Contrib v0.79.0
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.
Description:
This change starts the process for deprecating the metric
container.cpu.percent
in favor ofcontainer.cpu.utilization
to adhere to semantic convention.At this step introducing the new metric name disabled by default, leaving the old metric enabled
Link to tracking Issue: #21807
Testing:
Documentation:
Metrics documentation was updated using
mdatagen