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
Ryan McKinley b44333730f now with basic test 2 years ago
..
apistore
resource now with basic test 2 years ago
sqlstash now with basic test 2 years ago
README.md

README.md

This includes three packages

== resource

this is a go module that can be imported into external projects

This includes the protobuf based client+server and all the logic required to convert requests into write events.

== apistore

The apiserver storage.Interface that links the storage to kubernetes

== sqlstash

SQL based implementation of the unified storage server