haproxy/include
Willy Tarreau 8e62c05af2 MINOR: stats: create fields types suitable for all CSV output data
We're preparing for various data types for each stats field as they
appear in the CSV output. For now we only cover the regular types handled
by printf, so we have 32 and 64 bit ints and counters, strings, and of
course "empty" to indicate that there's nothing in the field and which
guarantees that any accessed entry will return 0.

More types will surely come later so that some fields are properly
represented. For example, we could see limits where only the value 0
doesn't show up, or human time, etc.
2016-03-11 17:08:04 +01:00
..
common BUG/MEDIUM: chunks: always reject negative-length chunks 2016-02-25 16:24:14 +01:00
import MINOR: lru: new function to delete <nb> least recently used keys 2016-01-11 07:31:35 +01:00
proto MINOR: stats: create fields types suitable for all CSV output data 2016-03-11 17:08:04 +01:00
types BUG/MAJOR: samples: check smp->strm before using it 2016-03-10 16:42:58 +01:00