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/legacysql
Stephanie Hingtgen ed408985fa
[release-12.0.1] K8s: Dashboards: Mark as v1beta1 (#104422)
3 months ago
..
dualwrite [release-12.0.1] K8s: Dashboards: Mark as v1beta1 (#104422) 3 months ago
README.md
db.go SQL: Add more legacy helpers (#92006) 11 months ago

README.md

Legacy SQL

As we transition from our internal sql store towards unified storage, we can sometimes use existing services to implement a k8s compatible storage that can then dual write into unified storage.

However sometimes it is more efficient and cleaner to write explicit SQL commands designed for this goal.

This package provides some helper functions to make this easier.