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
Agnès Toulet 2c246276fd
API: replace SendLoginLogCommand with LoginHook (#28777)
5 years ago
..
avatar Chore: Fix issues found by staticcheck (#28802) 5 years ago
datasource plugins: Don't exit on duplicate plugin (#28390) 5 years ago
dtos Chore: Remove dead code (#28664) 5 years ago
pluginproxy Chore: Fix staticcheck issues (#28860) 5 years ago
routing Chore/fix lint issues (#27704) 5 years ago
static Chore: Remove dead code (#28664) 5 years ago
admin.go Chore: use Wrap for all admin API (#26673) 5 years ago
admin_provisioning.go Chore: Fix issues reported by staticcheck; enable stylecheck linter (#28866) 5 years ago
admin_users.go Chore: Fix issues reported by staticcheck; enable stylecheck linter (#28866) 5 years ago
admin_users_test.go Chore: Fix staticcheck issues (#28860) 5 years ago
alerting.go Alerting: Return proper status code when trying to create alert notification channel with duplicate name or uid (#28043) 5 years ago
alerting_test.go Chore: Enable whitespace linter (#25903) 5 years ago
annotations.go Chore: Enable whitespace linter (#25903) 5 years ago
annotations_test.go Chore: Avoid aliasing importing models in api package (#22492) 5 years ago
api.go CloudWatch Logs queue and websocket support (#28176) 5 years ago
apikey.go API: return resource ID for auth key creation, folder permissions update and user invite complete endpoints (#27419) 5 years ago
app_routes.go Chore: Enable goprintffuncname and nakedret linters (#26376) 5 years ago
basic_auth.go Chore: Start harmonizing linting with plugin SDK (#25854) 5 years ago
basic_auth_test.go Re-organize packages and add basic auth test 7 years ago
common.go Settings: Rename constants/variables to follow Go naming standards (#28002) 5 years ago
common_test.go Data sources: Don't fail if URL doesn't specify protocol (#24497) 5 years ago
dashboard.go Provisioning: Fixed problem with getting started panel being added to custom home dashboard (#28750) 5 years ago
dashboard_permission.go Chore: Avoid aliasing importing models in api package (#22492) 5 years ago
dashboard_permission_test.go Chore: Avoid aliasing importing models in api package (#22492) 5 years ago
dashboard_snapshot.go Chore: Fix staticcheck issues (#28860) 5 years ago
dashboard_snapshot_test.go Snapshots: Store dashboard data encrypted in the database (#28129) 5 years ago
dashboard_test.go Chore: Fix issues reported by staticcheck; enable stylecheck linter (#28866) 5 years ago
dataproxy.go Data sources: Don't fail if URL doesn't specify protocol (#24497) 5 years ago
dataproxy_test.go dataproxy should forward a trailing slash to proxy 7 years ago
datasources.go API: Enrich endpoints with ID (#26691) 5 years ago
datasources_test.go Chore: Enable whitespace linter (#25903) 5 years ago
folder.go API: Enrich endpoints with ID (#26691) 5 years ago
folder_permission.go API: return resource ID for auth key creation, folder permissions update and user invite complete endpoints (#27419) 5 years ago
folder_permission_test.go API: return resource ID for auth key creation, folder permissions update and user invite complete endpoints (#27419) 5 years ago
folder_test.go Chore: Aggregate save dashboard error (#26443) 5 years ago
frontendsettings.go Disable selecting enterprise plugins with no license (#28758) 5 years ago
frontendsettings_test.go Plugins: Compose filesystem paths with filepath.Join (#28375) 5 years ago
grafana_com_proxy.go Chore: Avoid aliasing importing models in api package (#22492) 5 years ago
health.go API: Query database from /api/health endpoint (#28349) 5 years ago
health_test.go API: Query database from /api/health endpoint (#28349) 5 years ago
http_server.go Chore: Fix staticcheck issues (#28860) 5 years ago
http_server_test.go Tests: Batch of GoConvey to Testify conversions (#27008) 5 years ago
index.go Live: remove admin pages, add alpha panel (#28101) 5 years ago
ldap_debug.go Chore: Fix issues reported by staticcheck; enable stylecheck linter (#28866) 5 years ago
ldap_debug_test.go Chore: Fix staticcheck issues (#28860) 5 years ago
login.go API: replace SendLoginLogCommand with LoginHook (#28777) 5 years ago
login_oauth.go API: replace SendLoginLogCommand with LoginHook (#28777) 5 years ago
login_test.go API: replace SendLoginLogCommand with LoginHook (#28777) 5 years ago
metrics.go Settings: Remove global variable (#26613) 5 years ago
ngalert.go AlertingNG: remove warn/crit from eval prototype (#28334) 5 years ago
org.go API: Support paging in the admin orgs list API (#26932) 5 years ago
org_invite.go Org API: enrich add user to org endpoints with user ID in the response (#27551) 5 years ago
org_users.go Org API: enrich add user to org endpoints with user ID in the response (#27551) 5 years ago
password.go Chore: Avoid aliasing importing models in api package (#22492) 5 years ago
playlist.go Playlists: Remove API validation for empty playlists and remove redundant API call (#26982) 5 years ago
playlist_play.go Chore: Avoid aliasing importing models in api package (#22492) 5 years ago
plugins.go Chore: Fix issues reported by staticcheck; enable stylecheck linter (#28866) 5 years ago
preferences.go Chore: Enable whitespace linter (#25903) 5 years ago
quota.go Chore: Avoid aliasing importing models in api package (#22492) 5 years ago
render.go Chore: Fix staticcheck issues (#28860) 5 years ago
search.go Chore: Start harmonizing linting with plugin SDK (#25854) 5 years ago
short_url.go Short URL: Update last seen at when visiting a short URL (#28565) 5 years ago
signup.go Users: Improve conflict error handling (#26958) 5 years ago
stars.go Chore: Enable whitespace linter (#25903) 5 years ago
team.go Chore: Avoid aliasing importing models in api package (#22492) 5 years ago
team_members.go Chore: Avoid aliasing importing models in api package (#22492) 5 years ago
team_test.go Chore: Start harmonizing linting with plugin SDK (#25854) 5 years ago
user.go Chore/fix lint issues (#27704) 5 years ago
user_test.go Admin: New Admin User page (#20498) 5 years ago
user_token.go Chore: Fix issues reported by staticcheck; enable stylecheck linter (#28866) 5 years ago
user_token_test.go Chore: Avoid aliasing importing models in api package (#22492) 5 years ago