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 e0b9ba7554 refactoring renaming dashboard folder operations 8 years ago
..
address.go feat(organization): added update org address to http api and to org details settings view, closes #2672 10 years ago
alert.go alerting: dedupe alert notifications when running multiple servers 8 years ago
alert_notifications.go tech(notifications): splitt into 3 queries 9 years ago
alert_test.go feat(alerting): add alert message to slack integration 9 years ago
apikey.go HTTP API: grafana /render calls nows with api keys, Fixes #1649 10 years ago
dashboard_acl.go refactoring renaming dashboard folder operations 8 years ago
dashboard_acl_test.go WIP: Permission Type as string in permission query 8 years ago
dashboard_snapshot.go refactor(backend): refactoring management of go routines in backend 9 years ago
dashboard_version.go refactoring: moved compare dashboard version command out of sqlstore, the code in this command did not use any sql operations and was more high level, could be moved out and use existing queries to get the versions 8 years ago
dashboards.go refactoring dashboad folder acl checks 8 years ago
dashboards_test.go WIP: dashlist in template for new folder 8 years ago
datasource.go mysql: improved mysql data source, added test feature when adding data source, fixed cache issue 8 years ago
datasource_cache.go Use cache for http.client in tsdb package. (#6833) 9 years ago
datasource_cache_test.go Config Array Syntax (#8204) 8 years ago
health.go feat: added api health endpoint that does not require auth and never creates sessions, returns db status as well. #3302 8 years ago
helpflags.go ux(getting started): progress on getting started panel and persited help flag states, #6466 9 years ago
home_dashboard.go Worked on home dashboard 10 years ago
models.go grafana_com: changed name of oauth grafana_net integration (old settings names still work), and updated login button look, closes #8415 8 years ago
notifications.go fix: better error handling / messsage when testing email notification when stmp is not configured, fixes #8093 8 years ago
org.go feat(organization): added update org address to http api and to org details settings view, closes #2672 10 years ago
org_user.go refactoring dashoard folder guardian 8 years ago
playlist.go fix(playlist): fixed sorting issue with playlist playback, fixes #5467 9 years ago
plugin_settings.go refactor(securejsondata): extract to class 9 years ago
preferences.go feat(preferences): theme and home dashbord settings now work work on profile and org settings page 9 years ago
quotas.go move toMap function to be a method on the quota structs 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
server.go tech(server): remove unused code 8 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 feat(stats): add alerts to global admin stats 9 years ago
streams.go mergefix(): fixed issue with master merge 8 years ago
temp_user.go feat(signup): progress on new sign up and email verification flow, #2353 10 years ago
test_data.go mysql: minor progress on response processing 8 years ago
user.go refactoring: Dashboard guardian 8 years ago
user_group.go WIP: user group additions 8 years ago
user_group_member.go WIP: guardian service for search 8 years ago