mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2026-03-13 03:57:30 +01:00
Cleanup README
This commit is contained in:
@@ -8,11 +8,6 @@ part of the [ClusterCockpit suite](https://github.com/ClusterCockpit). As all
|
|||||||
data is kept in-memory, accessing it is very fast. It also provides topology aware
|
data is kept in-memory, accessing it is very fast. It also provides topology aware
|
||||||
aggregations over time _and_ nodes/sockets/cpus.
|
aggregations over time _and_ nodes/sockets/cpus.
|
||||||
|
|
||||||
There are major limitations: Data only gets written to disk at periodic
|
|
||||||
checkpoints (or via WAL on every write), not immediately as it is received.
|
|
||||||
Only the configured retention window is kept in memory.
|
|
||||||
Still metric data is kept as long as running jobs is using it.
|
|
||||||
|
|
||||||
The storage engine is provided by the
|
The storage engine is provided by the
|
||||||
[cc-backend](https://github.com/ClusterCockpit/cc-backend) package
|
[cc-backend](https://github.com/ClusterCockpit/cc-backend) package
|
||||||
(`cc-backend/pkg/metricstore`). This repository provides the HTTP API wrapper.
|
(`cc-backend/pkg/metricstore`). This repository provides the HTTP API wrapper.
|
||||||
|
|||||||
Reference in New Issue
Block a user