mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-02-28 21:37:31 +01:00
Make json the default checkpoint format
This commit is contained in:
@@ -144,7 +144,7 @@ type MetricStoreConfig struct {
|
|||||||
// Accessed by Init(), Checkpointing(), and other lifecycle functions.
|
// Accessed by Init(), Checkpointing(), and other lifecycle functions.
|
||||||
var Keys MetricStoreConfig = MetricStoreConfig{
|
var Keys MetricStoreConfig = MetricStoreConfig{
|
||||||
Checkpoints: Checkpoints{
|
Checkpoints: Checkpoints{
|
||||||
FileFormat: "avro",
|
FileFormat: "json",
|
||||||
RootDir: "./var/checkpoints",
|
RootDir: "./var/checkpoints",
|
||||||
},
|
},
|
||||||
Cleanup: &Cleanup{
|
Cleanup: &Cleanup{
|
||||||
|
|||||||
Reference in New Issue
Block a user