You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixed
Interrupt sampler failed to sample all interrupts if it encountered an
unexpected keyword. (#225)
Interrupt sampler incorrectly initialized per-NUMA node counts for NVMe and
network interrupts. (#226)
Memory sampler failed to report some stats. (#227)
CPU c-state sampling now handles older style c-state names. (#229)
Prometheus metric exposition now includes type annotations and changes the
format for percentiles to be encoded as a label value. This fixes collection
with OpenTelemetry. (#230)
Changed
Removed unused interrupt/serial metric from the interrupt sampler. (#228)