• Bryan Boreham's avatar
    Multitenant mode: fetch live data from collectors · 5032cca5
    Bryan Boreham authored
    Collectors hold recent reports in memory.
    When querier needs 'live' data, fetch it from collectors instead
    of from the long-term store.
    
    Send reports from collector to querier in msgpack; disable compression
    on REST call, otherwise Go silently decompresses, which takes longer.
    5032cca5