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 df9baddf53 move test files 11 months ago
..
apistore update the event type messages 11 months ago
resource move test files 11 months ago
sqlstash update the event type messages 11 months ago
README.md now with a base server implementation 11 months ago

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.

Protobuf TODO?

  • can/should we use upstream k8s proto for query object?
  • starting a project today... should we use proto3?

== apistore

The apiserver storage.Interface that links the storage to kubernetes

== sqlstash

SQL based implementation of the unified storage server