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
Kristin Laemmert c61b5e85b4
chore: replace sqlstore.Store with db.DB (#57010)
3 years ago
..
apierrors
avatar
datasource
dtos Navigation: show breadcrumbs correctly when on the home page (#55759) 3 years ago
frontendlogging
pluginproxy Logging: Introduce API for contextual logging (#55198) 3 years ago
response
routing
static
accesscontrol.go NavTree: Refactor out the navtree building from api/index.go and into it's own service (#55552) 3 years ago
admin.go
admin_encryption.go manager exposes renderer + secrets manager (#54629) 3 years ago
admin_provisioning.go
admin_provisioning_test.go
admin_test.go
admin_users.go Chore: Copy sqlstore methods to user store (#56280) 3 years ago
admin_users_test.go UserService: use the UserService instead of calling sqlstore directly (#55745) 3 years ago
alerting.go Chore: fix formating for swagger definitions (#54993) 3 years ago
annotations.go Annotation: Optionally allow storing longer annotation tags (#54754) 3 years ago
annotations_test.go Chore: Switch over to team.Service instead of sqlstore (#55497) 3 years ago
api.go Dashboard: Add dashboard validation warning to save drawer (#55732) 3 years ago
apikey.go Chore: fix formating for swagger definitions (#54993) 3 years ago
basic_auth.go
basic_auth_test.go
comments.go
common_test.go chore: replace sqlstore.Store with db.DB (#57010) 3 years ago
dashboard.go Dashboard: Add dashboard validation warning to save drawer (#55732) 3 years ago
dashboard_permission.go
dashboard_permission_test.go
dashboard_snapshot.go FIX: RBAC prevents deleting empty snapshots (#54385) 3 years ago
dashboard_snapshot_test.go Chore: Switch over to team.Service instead of sqlstore (#55497) 3 years ago
dashboard_test.go chore: replace sqlstore.Store with db.DB (#57010) 3 years ago
dataproxy.go
datasources.go resolve merge conflicts (#55503) 3 years ago
datasources_test.go NavTree: Make it possible to configure where in nav tree plugins live (#55484) 3 years ago
fakes.go NavTree: Make it possible to configure where in nav tree plugins live (#55484) 3 years ago
folder.go
folder_permission.go
folder_permission_test.go Chore: Move folder service into a separate package (#56591) 3 years ago
folder_test.go Chore: Move folder service into a separate package (#56591) 3 years ago
frontend_logging.go Frontend logging: handle logging endpoints without expensive middleware (#54960) 3 years ago
frontend_logging_test.go Frontend logging: handle logging endpoints without expensive middleware (#54960) 3 years ago
frontend_metrics.go
frontendsettings.go LDAP: Add `skip_org_role_sync` configuration option (#56679) 3 years ago
frontendsettings_test.go NavTree: Make it possible to configure where in nav tree plugins live (#55484) 3 years ago
grafana_com_proxy.go
health.go
health_test.go
http_server.go Chore: Move folder service into a separate package (#56591) 3 years ago
http_server_test.go
index.go NavTree: Make it possible to configure where in nav tree plugins live (#55484) 3 years ago
ldap_debug.go Chore: Move SearchOrgs to org service (#55416) 3 years ago
ldap_debug_test.go Chore: Move SearchOrgs to org service (#55416) 3 years ago
login.go Auth: Make built-in login configurable (#46978) 3 years ago
login_oauth.go Exclude full OAuth token details from printing out on stdout (#55426) 3 years ago
login_oauth_test.go
login_test.go NavTree: Make it possible to configure where in nav tree plugins live (#55484) 3 years ago
metrics.go Datasources: Support mixed datasources in a single query (#56832) 3 years ago
metrics_test.go Plugins: Use error plane for api/ds/query (#54750) 3 years ago
openapi3.go
org.go Remove org methods from sqlstore interface (#56358) 3 years ago
org_invite.go UserService: use the UserService instead of calling sqlstore directly (#55745) 3 years ago
org_invite_test.go
org_test.go Remove org methods from sqlstore interface (#56358) 3 years ago
org_users.go Chore: Use org service methods (#55738) 3 years ago
org_users_test.go Chore: Move methods from sqlstore to user store (#56305) 3 years ago
password.go
playlist.go Playlist: update service so it supports both read+write (#55959) 3 years ago
playlist_play.go Playlist: update service so it supports both read+write (#55959) 3 years ago
plugin_dashboards.go
plugin_dashboards_test.go
plugin_metrics.go
plugin_metrics_test.go
plugin_proxy.go
plugin_proxy_test.go
plugin_resource.go
plugins.go Plugins: Create single point of entry for adding / removing plugins (#55463) 3 years ago
plugins_test.go NavTree: Make it possible to configure where in nav tree plugins live (#55484) 3 years ago
preferences.go
preferences_test.go NavTree: Refactor out the navtree building from api/index.go and into it's own service (#55552) 3 years ago
quota.go Chore: fix formating for swagger definitions (#54993) 3 years ago
quota_test.go NavTree: Refactor out the navtree building from api/index.go and into it's own service (#55552) 3 years ago
render.go
search.go Chore: fix formating for swagger definitions (#54993) 3 years ago
search_test.go
short_url.go
short_url_test.go
signup.go Chore: Split temporary user (invite) service (#55397) 3 years ago
stars.go Star: Add uid in the endpoint (#54340) 3 years ago
swagger.go
swagger_responses.go
swagger_tags.json
team.go Chore: Switch over to team.Service instead of sqlstore (#55497) 3 years ago
team_members.go Chore: Switch over to team.Service instead of sqlstore (#55497) 3 years ago
team_members_test.go Remove org methods from sqlstore interface (#56358) 3 years ago
team_test.go Chore: Move team store implementation to a separate package (#55514) 3 years ago
user.go Remove org methods from sqlstore interface (#56358) 3 years ago
user_test.go Chore: Move methods from sqlstore to user store (#56305) 3 years ago
user_token.go
user_token_test.go
utils.go