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/api
Torkel Ödegaard 689e366f59 refactoring: updated api url routes so they do not conflict with slug route 9 years ago
..
avatar fix(postgres): fixed issue with postgres caused by wrong prefrences table types, dropped table and created it with correct column types, fixes #4558 10 years ago
cloudwatch Add support for AWS/VPN metrics (#8528) 9 years ago
dtos refactoring: Dashboard history restore operation is now reusing existing 9 years ago
live refactor(http): refactoring http server 9 years ago
pluginproxy remove X-Forwarded-* headers added by nginx when proxying data source & plugin requests (#8418) 9 years ago
static
admin.go
admin_users.go
alerting.go fix: better error handling / messsage when testing email notification when stmp is not configured, fixes #8093 9 years ago
annotations.go alert: alerting annotation improvements, fixes #8421 9 years ago
api.go refactoring: updated api url routes so they do not conflict with slug route 9 years ago
apikey.go
app_routes.go Added support for TLS client auth for datasource proxies (#5801) 9 years ago
common.go fix(api): fixed issue with api content-type in api success messages, fixes #6160 9 years ago
dashboard.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 9 years ago
dashboard_snapshot.go fix(snapshots): sets default value for snapshot name 10 years ago
dataproxy.go remove X-Forwarded-* headers added by nginx when proxying data source & plugin requests (#8418) 9 years ago
dataproxy_test.go Use cache for http.client in tsdb package. (#6833) 9 years ago
datasources.go mysql: improved mysql data source, added test feature when adding data source, fixed cache issue 9 years ago
datasources_test.go admin: adds paging to global user list 9 years ago
frontendsettings.go ux: updated heatmap icon 9 years ago
grafana_com_proxy.go grafana_com: changed name of oauth grafana_net integration (old settings names still work), and updated login button look, closes #8415 9 years ago
http_server.go api: health check returns 503 if db is failing 9 years ago
index.go refactor(): renaming alerting hide ui option, #7318 9 years ago
login.go fix: change to remember me cookie encoding 9 years ago
login_oauth.go Update oauth2 lib (#8524) 9 years ago
metrics.go fix: fixed test data fake metric query, fixes #8474 9 years ago
org.go [6679] Check if org exists before delete it 9 years ago
org_invite.go disable inviting new users to orgs if login form is disabled 9 years ago
org_users.go [6486] Fix status code when adding an existing user to org (#6678) 9 years ago
password.go security: fixed returning info on weither user exists or not in password reset call, fixes #7619 9 years ago
playlist.go Removed playlist item when dashboard is deleted 9 years ago
playlist_play.go playlist: fixed dashboard play ordering, fixes #7688 9 years ago
plugins.go plugins: added state property to plugins 9 years ago
preferences.go feat(preferences): theme and home dashbord settings now work work on profile and org settings page 10 years ago
quota.go
render.go feat(server side png rendering): added timezone parameter for server side rendering, refactoring PR #7264 9 years ago
search.go feat(instrumentation): added some more timers 10 years ago
signup.go
stars.go
user.go users: adds search and pagination (#7753) 9 years ago
user_test.go admin: adds paging to global user list 9 years ago