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
Georges Chaudy 80bf285216
watch from head
11 months ago
..
apistore merge upstream 11 months ago
basic renamed to basic 11 months ago
entitybridge merge upstream 11 months ago
resource basic list 11 months ago
sql watch from head 11 months ago
sqlnext add sqlobj basic implementation 11 months ago
README.md cleanup 12 months ago

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