grafana/pkg/storage/unified
2024-06-27 10:53:08 +03:00
..
apistore avoid key from context 2024-06-27 10:53:08 +03:00
entitybridge merge main 2024-06-26 08:48:10 +03:00
resource now with dashboard history 2024-06-27 01:20:29 +03:00
sqlnext now with dashboard history 2024-06-27 01:20:29 +03:00
README.md cleanup 2024-06-14 23:10:59 +03:00

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