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
SamuelToh 4de9e3598b Address review comments 6 years ago
..
avatar Fix megacheck issue unused code. 7 years ago
dtos Address review comments 6 years ago
live Fix megacheck issue unused code. 7 years ago
pluginproxy pkg/util/{ip.go,url.go}: Fix some golint issues 6 years ago
routing removes unused return object 7 years ago
static
admin.go
admin_users.go feat: #11067 prevent removing last grafana admin permissions 7 years ago
admin_users_test.go feat: #11067 prevent removing last grafana admin permissions 7 years ago
alerting.go Fix Error 500 on unexisting /api/alert-notification/<id> 6 years ago
alerting_test.go Fix Error 500 on unexisting /api/alert-notification/<id> 6 years ago
annotations.go Address review comments 6 years ago
annotations_test.go Added PATCH verb end point for annotation op 6 years ago
api.go Added PATCH verb end point for annotation op 6 years ago
apikey.go
app_routes.go pkg/util/{ip.go,url.go}: Fix some golint issues 6 years ago
basic_auth.go Re-organize packages and add basic auth test 7 years ago
basic_auth_test.go Re-organize packages and add basic auth test 7 years ago
common.go refactoring: making api wrap public 7 years ago
common_test.go renames signout function 6 years ago
dashboard.go Revert "Updated home dashboard, removed home dashboard header" 6 years ago
dashboard_permission.go
dashboard_permission_test.go test: fixed usage of wrap in tests. 7 years ago
dashboard_snapshot.go snapshots: Close response body after error check 7 years ago
dashboard_snapshot_test.go snapshots: Add support for deleting external snapshots 7 years ago
dashboard_test.go return actual error if failing to update alert data 7 years ago
dataproxy.go log error on datasource access denied 7 years ago
dataproxy_test.go dataproxy should forward a trailing slash to proxy 7 years ago
datasources.go permissions: cleanup. 7 years ago
datasources_test.go Return a 404 when deleting a datasource through the API if it doesn't exist and add a test for it to confirm #12313 7 years ago
folder.go Fix goconst issues 7 years ago
folder_permission.go
folder_permission_test.go test: fixed usage of wrap in tests. 7 years ago
folder_test.go Fix megacheck issue unused code. 7 years ago
frontendsettings.go Fixed issues with the sanitizie input in text panels, added docs, renamed config option 6 years ago
grafana_com_proxy.go pkg/util/{ip.go,url.go}: Fix some golint issues 6 years ago
http_server.go use defer to make sure we always release session data 6 years ago
http_server_test.go Re-organize packages and add basic auth test 7 years ago
index.go fix: Viewers can edit means that viewers have acces to Explore #14281 6 years ago
login.go now /api/login/ping returns Response 6 years ago
login_oauth.go moves cookie https setting to [security] 6 years ago
metrics.go log error on datasource access denied 7 years ago
org.go
org_invite.go inject login/logout hooks 6 years ago
org_users.go Merge pull request #13611 from grafana/remove-user-from-org-and-system 7 years ago
password.go Prevent password reset when login form is disabled or either LDAP or Auth Proxy is enabled 7 years ago
playlist.go HTTP API documentation +fix when updating a playlist (#12612) 7 years ago
playlist_play.go
plugins.go Panel help view fixes 7 years ago
preferences.go feat: team preferences 7 years ago
quota.go
render.go pkg/util/{ip.go,url.go}: Fix some golint issues 6 years ago
search.go
signup.go inject login/logout hooks 6 years ago
stars.go
team.go feat: team preferences 7 years ago
team_members.go new column for team_member table 7 years ago
team_test.go Refactor team pages to react & design change (#12574) 7 years ago
user.go Fix param 7 years ago
user_test.go