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/models
Torkel Ödegaard 448a8b8d1c Major refactorings around searching, moved to seperate package, trying to move stuff out of models package, extend search support searching different types of entities and different types of dashboards, #960 10 years ago
..
apikey.go HTTP API: grafana /render calls nows with api keys, Fixes #1649 10 years ago
dashboard_snapshot.go Dashboard snapshot: more work on snapshot deletion, and saving external reference, #1623 10 years ago
dashboard_test.go dashboard load/save work and began work on register 11 years ago
dashboards.go Major refactorings around searching, moved to seperate package, trying to move stuff out of models package, extend search support searching different types of entities and different types of dashboards, #960 10 years ago
datasource.go Added basic auth to data source edit/create, add support for basic auth in data source proxy code, Closes #1510 10 years ago
home_dashboard.go Worked on home dashboard 10 years ago
models.go more work on dashboard snapshots 10 years ago
org.go Big Backend Refatoring: Renamed Account -> Org 10 years ago
org_user.go Organization: You can now update the organization user role directly (without removing and readding the organization user). Closes #1899 10 years ago
search.go Major refactorings around searching, moved to seperate package, trying to move stuff out of models package, extend search support searching different types of entities and different types of dashboards, #960 10 years ago
star.go Added isStarred to search result hit, very inefficient loading right now but can be cached later on 10 years ago
stats.go Added server metrics 10 years ago
user.go Auth: Support for user authentication via reverse proxy header (like X-Authenticated-User, or X-WEBAUTH-USER), Closes #1921 10 years ago