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 b771d38d78 with build changes 11 months ago
..
apistore with build changes 11 months ago
entitybridge writing to SQL 11 months ago
resource with build changes 11 months ago
sqlnext Storage: Add cdk blob support to ResourceStore (#89408) 11 months ago
README.md

README.md

This includes four 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

Mostly a copy of te

entitybridge

Implementes a resource store using the existing entity service. This will let us evolve the kubernetes interface.Store using existing system structures while we explore better options.

sqlnext

VERY early stub exploring alternative sql structure... really just a stub right now