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
Fix CODE_STYLE.md violations and IN_FLIGHT_OTHER_SOURCE label bug
- Fix variable shadowing in __counter/gauge/histogram_get_or_register
by renaming inner variables to recorder_counter/gauge/histogram
- Rename abbreviation `mi` to `metric_info` in __metric_extension! macro
- Add debug_assert for strictly ascending histogram bucket boundaries
- Add debug_assert for NaN in GaugeGuard::new/increment/decrement
- Document surprising GaugeGuard::decrement behavior with negative delta
- Fix IN_FLIGHT_OTHER_SOURCE using "pulsar_source" instead of
"other_source" as its component label (copy-paste bug)
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments