The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/pkg/storage/unified/parquet
Jean-Philippe Quéméner 002f46736a
refactor(unified-storage): move generated protos to own pkg (#105356)
2 months ago
..
README.md Storage: Add command line tool to migrate legacy dashboards (and folders) to unified storage (#99199) 5 months ago
client.go refactor(unified-storage): move generated protos to own pkg (#105356) 2 months ago
reader.go refactor(unified-storage): move generated protos to own pkg (#105356) 2 months ago
reader_test.go refactor(unified-storage): move generated protos to own pkg (#105356) 2 months ago
writer.go refactor(unified-storage): move generated protos to own pkg (#105356) 2 months ago

README.md

Parquet Support

This package implements a limited parquet backend that is currently only useful as a pass-though buffer while batch writing values.

Eventually this package could evolve into a full storage backend.