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
Ryan McKinley 9567275365
SQL: Add more legacy helpers (#92006)
9 months ago
..
README.md
db.go

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.