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 73ee8a5985 HTTP API: fix for POST /api/dashboards/db returned 200 ok when dashboard was not found, Fixes #1929 11 years ago
..
apikey.go HTTP API: grafana /render calls nows with api keys, Fixes #1649 11 years ago
dashboard_snapshot.go Dashboard snapshot: more work on snapshot deletion, and saving external reference, #1623 11 years ago
dashboard_test.go dashboard load/save work and began work on register 11 years ago
dashboards.go HTTP API: fix for POST /api/dashboards/db returned 200 ok when dashboard was not found, Fixes #1929 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
home_dashboard.go Worked on home dashboard 11 years ago
models.go more work on dashboard snapshots 11 years ago
org.go Big Backend Refatoring: Renamed Account -> Org 11 years ago
org_user.go Organization: You can now update the organization user role directly (without removing and readding the organization user). Closes #1899 11 years ago
search.go Big Backend Refatoring: Renamed Account -> Org 11 years ago
star.go Added isStarred to search result hit, very inefficient loading right now but can be cached later on 11 years ago
stats.go Added server metrics 11 years ago
user.go Auth: Support for user authentication via reverse proxy header (like X-Authenticated-User, or X-WEBAUTH-USER), Closes #1921 11 years ago