mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2024-12-26 00:49:05 +01:00
A simple in-memory metric store
lineprotocol | ||
.gitignore | ||
api.go | ||
config.json | ||
fileStore_test.go | ||
fileStore.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
memoryStore_test.go | ||
memoryStore.go | ||
metric-store.go | ||
README.md | ||
TODO.md |
ClusterCockpit Metric Store
FileStore is only a code fragment. To test the memoryStore move away the fileStore and run go test.