Opened at 2008-06-24T01:45:36Z
Closed at 2008-06-25T00:22:32Z
#477 closed defect (fixed)
storage latency stats break stats-provider interface
Reported by: | warner | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.0 |
Component: | code-storage | Version: | 1.1.0 |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
The dictionary of storage latency statistics that I added recently causes Violation exceptions when the stats-gatherer tries to retrieve stats. The problem is that the RIStatsProvider interface requires numerical values, whereas the latency stats are all clumped together into a dictionary.
We could change the interface, or flatten the latency stats into the top-level dict.
Change History (1)
comment:1 Changed at 2008-06-25T00:22:32Z by warner
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed, in af4e4dc8478ef394, by flattening the latency stats. They now appear with keys like storage_server.latencies.readv.90_percentile .