aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/cidstore.cpp
Commit message (Collapse)AuthorAgeFilesLines
* statsd for cas (#511)Dan Engelbrecht2023-11-061-1/+19
| | | | * separate statsd interfaces so they can be accessible to zenstore * statsd for cas
* adding more stats (#429)Dan Engelbrecht2023-09-281-8/+32
| | | | | - Feature: Add detailed stats on requests and data sizes on a per-bucket level, use parameter `cachestorestats=true` on the `/stats/z$` endpoint to enable - Feature: Add detailed stats on requests and data sizes on cidstore, use parameter `cidstorestats=true` on the `/stats/z$` endpoint to enable - Feature: Dashboard now accepts parameters in the URL which is passed on to the `/stats/z$` endpoint
* More statistics for Cache, Project Store and Cid Store (#405)Dan Engelbrecht2023-09-141-2/+29
| | | | | Cache: requestcount, badrequestcount, writes Project Store: requestcount Cid Store: cidhits, cidmisses, cidwrites
* CidStore::Impl explicit constructor, fixed #ifndef NDEBUGStefan Boberg2023-05-151-3/+4
|
* minor GC API cleanupStefan Boberg2023-05-151-4/+4
| | | | | Scrub -> ScrubStorage Trigger -> TriggerGc (to make relationship to TriggerScrub clearer)
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+125
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees