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/services/sqlstore
Torkel Ödegaard 10618637e2 Fixed bug in sql migration, closes #1643 11 years ago
..
migrations Fixed bug in sql migration, closes #1643 11 years ago
migrator All migrations work in sqlite3, mysql and postgres 11 years ago
sqlutil a lot of work on database schema and migration setup, postgres now works, every integration test passes for all database types, only token table left to do 11 years ago
apikey.go New implementation for API Keys that only stores hashed api keys, and the client key is base64 decoded json web token with the unhashed key, Closes #1440 11 years ago
apikey_test.go New implementation for API Keys that only stores hashed api keys, and the client key is base64 decoded json web token with the unhashed key, Closes #1440 11 years ago
dashboard.go Added server metrics 11 years ago
dashboard_snapshot.go more work on dashboard snapshots 11 years ago
dashboard_snapshot_test.go more work on dashboard snapshots 11 years ago
dashboard_test.go Big Backend Refatoring: Renamed Account -> Org 11 years ago
datasource.go Added basic auth to data source edit/create, add support for basic auth in data source proxy code, Closes #1510 11 years ago
datasource_test.go Big Backend Refatoring: Renamed Account -> Org 11 years ago
org.go Big Backend Refatoring: Renamed Account -> Org 11 years ago
org_test.go Simplified single org settings, now auto_assign_org, and auto_assign_org_role, new [users] config section, Closes #1585 11 years ago
org_users.go account -> org table migration is starting to work, need to test mysql and postgres 11 years ago
shared.go Changed go package path 11 years ago
sqlstore.go Progress on database schema migration for account -> org refactor 11 years ago
star.go Changed go package path 11 years ago
stars_test.go Fixed gofmt formating, updated precommit hook 11 years ago
stats.go Added server metrics 11 years ago
tables.go Began work on real sql schema definitions, and migration engine 11 years ago
user.go gofmt. remove extra whitespace 11 years ago