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
Sofia Papagiannaki 69e657b296
SQLStore: Add index on is_service_account and last_seen_at columns in user table. (#105727)
2 months ago
..
migrations SQLStore: Add index on is_service_account and last_seen_at columns in user table. (#105727) 2 months ago
migrator Chore: Replace xorm.io/xorm imports (#104458) 3 months ago
permissions RBAC: Remove dashboard and folder guardians (#104646) 2 months ago
searchstore Remove use of dialect.LikeStr (#104460) 3 months ago
session Fix more LastInsertId calls (#101892) 4 months ago
sqlutil Switch to using in-mem sequence generator only when explicitly configured in connection string. Move spanner-related functions to pkg/util/spanner. (#103363) 3 months ago
bulk.go Chore: use any rather than interface{} (#74066) 2 years ago
bulk_test.go Chore: Make Cfg field private in SQLStore (#85593) 1 year ago
database_config.go Chore: Add initial/experimental xorm spanner driver (#101398) 5 months ago
database_config_test.go Revert read replica POC (#93551) 10 months ago
database_wrapper.go Chore: Add xorm.io/core into xorm (#103700) 3 months ago
logger.go Chore: Add xorm.io/core into xorm (#103700) 3 months ago
session.go Chore: Replace xorm.io/xorm imports (#104458) 3 months ago
session_test.go CI: Bump golangci-lint to 2.0.2 (#103572) 3 months ago
sqlstore.go Chore: Replace xorm.io/xorm imports (#104458) 3 months ago
sqlstore_metrics.go Metrics: Fixed `grafana_database_conn_*` metrics, and added new `go_sql_stats_*` metrics as eventual replacement (#54405) 3 years ago
sqlstore_metrics_test.go Metrics: Fixed `grafana_database_conn_*` metrics, and added new `go_sql_stats_*` metrics as eventual replacement (#54405) 3 years ago
sqlstore_test.go Chore: Remove mysqlParseTime feature toggle (#97761) 7 months ago
sqlstore_testinfra.go Chore: Replace xorm.io/xorm imports (#104458) 3 months ago
sqlstore_testinfra_test.go Chore: Replace xorm.io/xorm imports (#104458) 3 months ago
tls_mysql.go Chore: Extract DatabaseConfig parsing from SQLStore (#81157) 2 years ago
transactions.go Chore: Replace xorm.io/xorm imports (#104458) 3 months ago
transactions_test.go Chore: Make Cfg field private in SQLStore (#85593) 1 year ago
user.go Users: Ensure default admin is created with a valid uid (#89981) 1 year ago
user_test.go Chore: Remove unused method in db.DB (#90433) 1 year ago