A simple in-memory metric store
Go to file
2021-08-24 10:39:16 +02:00
lineprotocol Use type with custom MarshalJSON for metrics 2021-08-24 10:39:16 +02:00
.gitignore Very basic initial API endpoint 2021-08-20 12:54:11 +02:00
api.go Use type with custom MarshalJSON for metrics 2021-08-24 10:39:16 +02:00
config.json Use nats in main 2021-08-20 11:45:34 +02:00
fileStore_test.go Initial checkin 2021-06-09 06:03:31 +02:00
fileStore.go Implement nats receiver for metric data 2021-08-20 10:43:57 +02:00
go.mod Very basic initial API endpoint 2021-08-20 12:54:11 +02:00
go.sum Very basic initial API endpoint 2021-08-20 12:54:11 +02:00
LICENSE Initial commit 2021-06-08 18:15:24 +02:00
memoryStore_test.go Use nats in main 2021-08-20 11:45:34 +02:00
memoryStore.go Use nats in main 2021-08-20 11:45:34 +02:00
metric-store.go Very basic initial API endpoint 2021-08-20 12:54:11 +02:00
README.md Initial checkin 2021-06-09 06:03:31 +02:00
TODO.md Initial checkin 2021-06-09 06:03:31 +02:00

ClusterCockpit Metric Store

FileStore is only a code fragment. To test the memoryStore move away the fileStore and run go test.