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
Karl Persson 83c101dc34
LoginAttempts: Reset attempts on successfull password reset (#59215)
4 years ago
..
apierrors Chore: Fix status codes for nested folders (#59087) 4 years ago
avatar
datasource
dtos Performance: add preallocation for some slice/map (#57860) 4 years ago
frontendlogging Performance: add preallocation for some slice/map (#57860) 4 years ago
pluginproxy Chore: Refactor quota service (#58643) 4 years ago
response
routing
static
accesscontrol.go NavTree: Refactor out the navtree building from api/index.go and into it's own service (#55552) 4 years ago
admin.go
admin_encryption.go manager exposes renderer + secrets manager (#54629) 4 years ago
admin_provisioning.go
admin_provisioning_test.go
admin_test.go
admin_users.go Auth: Remove userauth service (#58941) 4 years ago
admin_users_test.go Auth: Refactor auth package (#58920) 4 years ago
alerting.go Chore: fix formating for swagger definitions (#54993) 4 years ago
annotations.go Annotation: Optionally allow storing longer annotation tags (#54754) 4 years ago
annotations_test.go Chore: Remove createorgwithmember (#59161) 4 years ago
api.go Snapshots: Allow user with viewer permissions to delete own snapshots (#58572) 4 years ago
apikey.go Chore: fix formating for swagger definitions (#54993) 4 years ago
basic_auth.go
basic_auth_test.go
comments.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 4 years ago
common_test.go Auth: Merge ActiveAuthTokenService into UserAuthTokenService (#59032) 4 years ago
dashboard.go Nested Folders: Set user in the API level (#59148) 4 years ago
dashboard_permission.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 4 years ago
dashboard_permission_test.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 4 years ago
dashboard_snapshot.go FIX: RBAC prevents deleting empty snapshots (#54385) 4 years ago
dashboard_snapshot_test.go Chore: Switch over to team.Service instead of sqlstore (#55497) 4 years ago
dashboard_test.go Chore: Refactor quota service (#58643) 4 years ago
dataproxy.go
datasources.go [main] Plugin fixes (#57399) 4 years ago
datasources_test.go NavTree: Make it possible to configure where in nav tree plugins live (#55484) 4 years ago
fakes.go NavTree: Make it possible to configure where in nav tree plugins live (#55484) 4 years ago
folder.go Nested Folder: Enforce maximum nested folder depth (#59213) 4 years ago
folder_permission.go Nested Folders: Set user in the API level (#59148) 4 years ago
folder_permission_test.go API: Support creating a nested folder (#58508) 4 years ago
folder_test.go Chore: Refactor quota service (#58643) 4 years ago
frontend_logging.go Frontend logging: handle logging endpoints without expensive middleware (#54960) 4 years ago
frontend_logging_test.go Frontend logging: handle logging endpoints without expensive middleware (#54960) 4 years ago
frontend_metrics.go
frontendsettings.go Auth: Add expiry date for service accounts access tokens (#58885) 4 years ago
frontendsettings_test.go OAuth: Refactor OAuth parameters handling to support obtaining refresh tokens for Google OAuth (#58782) 4 years ago
grafana_com_proxy.go
health.go
health_test.go
http_server.go Auth: Remove userauth service (#58941) 4 years ago
http_server_test.go
index.go Internationalization: Change locale preference to language (#58359) 4 years ago
ldap_debug.go Chore: Move SearchOrgs to org service (#55416) 4 years ago
ldap_debug_test.go Auth: Refactor auth package (#58920) 4 years ago
login.go Auth: Refactor auth package (#58920) 4 years ago
login_oauth.go OAuth: Refactor OAuth parameters handling to support obtaining refresh tokens for Google OAuth (#58782) 4 years ago
login_oauth_test.go OAuth: Refactor OAuth parameters handling to support obtaining refresh tokens for Google OAuth (#58782) 4 years ago
login_test.go Auth: Refactor auth package (#58920) 4 years ago
metrics.go Datasources: Support mixed datasources in a single query (#56832) 4 years ago
metrics_test.go Chore: Refactor quota service (#58643) 4 years ago
openapi3.go
org.go Remove org methods from sqlstore interface (#56358) 4 years ago
org_invite.go Fix: Email and username trimming and invitation validation (#58442) 4 years ago
org_invite_test.go SQLStore: Make addOrgUser private (#59142) 4 years ago
org_test.go Chore: Remove createorgwithmember (#59161) 4 years ago
org_users.go Chore: Use org service methods (#55738) 4 years ago
org_users_test.go Chore: Remove createorgwithmember (#59161) 4 years ago
password.go LoginAttempts: Reset attempts on successfull password reset (#59215) 4 years ago
playlist.go Playlist: update service so it supports both read+write (#55959) 4 years ago
playlist_play.go Playlist: update service so it supports both read+write (#55959) 4 years ago
plugin_dashboards.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 4 years ago
plugin_dashboards_test.go Chore: Refactor quota service (#58643) 4 years ago
plugin_metrics.go
plugin_metrics_test.go
plugin_proxy.go Plugins: Handle app plugin proxy routes per request (#51835) 4 years ago
plugin_proxy_test.go Plugins: Handle app plugin proxy routes per request (#51835) 4 years ago
plugin_resource.go Plugins: CallResource: Use canonical MIME headers when writing response (#58506) 4 years ago
plugins.go Plugins: Make "README" the default markdown request param (#58264) 4 years ago
plugins_test.go Chore: Refactor quota service (#58643) 4 years ago
preferences.go Internationalization: Change locale preference to language (#58359) 4 years ago
preferences_test.go Chore: Remove createorgwithmember (#59161) 4 years ago
quota.go Chore: Refactor quota service (#58643) 4 years ago
quota_test.go Chore: Refactor quota service (#58643) 4 years ago
render.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 4 years ago
search.go Chore: fix formating for swagger definitions (#54993) 4 years ago
search_test.go RBAC: Enable rbac when creating new settings (#53531) 4 years ago
short_url.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 4 years ago
short_url_test.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 4 years ago
signup.go Fix: Email and username trimming and invitation validation (#58442) 4 years ago
stars.go Star: Add uid in the endpoint (#54340) 4 years ago
swagger.go
swagger_responses.go
swagger_tags.json
team.go Chore: Switch over to team.Service instead of sqlstore (#55497) 4 years ago
team_members.go Chore: Switch over to team.Service instead of sqlstore (#55497) 4 years ago
team_members_test.go Chore: Remove createorgwithmember (#59161) 4 years ago
team_test.go RBAC: Cleaup team api rbac tests (#57265) 4 years ago
user.go Fix: Email and username trimming and invitation validation (#58442) 4 years ago
user_test.go Chore: Refactor quota service (#58643) 4 years ago
user_token.go Auth: Refactor auth package (#58920) 4 years ago
user_token_test.go Auth: Refactor auth package (#58920) 4 years ago
utils.go Fix: Email and username trimming and invitation validation (#58442) 4 years ago