diff --git a/pkg/metricstore/config.go b/pkg/metricstore/config.go index 69ee3563..1efee61a 100644 --- a/pkg/metricstore/config.go +++ b/pkg/metricstore/config.go @@ -144,7 +144,7 @@ type MetricStoreConfig struct { // Accessed by Init(), Checkpointing(), and other lifecycle functions. var Keys MetricStoreConfig = MetricStoreConfig{ Checkpoints: Checkpoints{ - FileFormat: "avro", + FileFormat: "json", RootDir: "./var/checkpoints", }, Cleanup: &Cleanup{