-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Rename host metrics to more consistent names based on OTEP #1261
Rename host metrics to more consistent names based on OTEP #1261
Conversation
descriptor.SetDescription("Time spent in disk operations.") | ||
descriptor.SetUnit("ms") | ||
descriptor.SetType(pdata.MetricTypeInt64) | ||
descriptor.SetType(pdata.MetricTypeMonotonicInt64) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was incorrectly a gauge, when it should have been a counter
…rged otep, and update function names accordingly
13e0c8e
to
f784695
Compare
Codecov Report
@@ Coverage Diff @@
## master #1261 +/- ##
==========================================
+ Coverage 88.60% 88.61% +0.01%
==========================================
Files 207 207
Lines 15110 15110
==========================================
+ Hits 13388 13390 +2
+ Misses 1288 1287 -1
+ Partials 434 433 -1
Continue to review full report at Codecov.
|
…rged otep, and update function names accordingly (open-telemetry#1261)
* Update the internal global TextMapPropagator Include feedback from a post-merge review of open-telemetry#1258 * Apply feedback * Update api/global/internal/propagator.go Co-authored-by: Steven E. Harris <[email protected]> Co-authored-by: Steven E. Harris <[email protected]>
…ead of CURLOPT_TIMEOUT (open-telemetry#1261)
Renaming metrics based on open-telemetry/oteps#119
These may change again, but want to at least get closer to what we are likely to standardise on. Also renamed related functions & made the function names more consistent.
There are lots of files touched, but no functionality changes. Only constants, variables, functions, & files renamed.
(I will also rename
virtualmemoryscraper
toswapscraper
in the next PR)