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 2738d1c557
Access Control: Move dashboard actions and create scope provider (#48618)
3 years ago
..
apierrors Plugins: Refactor plugin dashboards (#44315) 3 years ago
avatar Dashboard: Mix initials and custom gravatars in recent viewers list (#47212) 3 years ago
datasource Check for empty URLs when creating/updating a data source (#42837) 3 years ago
docs Plugins: Introduce HTTP 207 Multi Status response to api/ds/query (#48550) 3 years ago
dtos Chore : Replace dashboardid with dashboardUID in annotation API (#48481) 3 years ago
frontendlogging Logger migration from log15 to gokit/log (#41636) 3 years ago
navlinks
pluginproxy Secrets: Implement basic unified secret store service (#45804) 3 years ago
response fix status code 200 (#47818) 3 years ago
routing Instrumentation: Fix HTTP request instrumentation of authentication failures (#44234) 3 years ago
static API: Extract OpenAPI specification from source code using go-swagger (#40528) 3 years ago
accesscontrol.go Access Control: Move dashboard actions and create scope provider (#48618) 3 years ago
admin.go fix status code 200 (#47818) 3 years ago
admin_provisioning.go
admin_provisioning_test.go
admin_test.go Chore: Remove bus from admin (#44920) 3 years ago
admin_users.go fix status code 200 (#47818) 3 years ago
admin_users_test.go Chore: Remove bus.Bus field (#47695) 3 years ago
alerting.go fix status code 200 (#47818) 3 years ago
alerting_test.go Chore: Remove bus (#47511) 3 years ago
annotations.go Access Control: Move dashboard actions and create scope provider (#48618) 3 years ago
annotations_test.go Chore : Replace dashboardid with dashboardUID in annotation API (#48481) 3 years ago
api.go Access Control: Move dashboard actions and create scope provider (#48618) 3 years ago
apikey.go Access control: Pass access control metadata for api keys (#48445) 3 years ago
app_routes.go Instrumentation: Proxy status code correction and various improvements (#47473) 3 years ago
basic_auth.go
basic_auth_test.go
comments.go fix status code 200 (#47818) 3 years ago
common_test.go Chore: Add Usage stats providers registry (#48357) 3 years ago
dashboard.go Search: in-memory index (#47709) 3 years ago
dashboard_permission.go Pass dash id (#48269) 3 years ago
dashboard_permission_test.go Access control: refactor RBAC checks (#48107) 3 years ago
dashboard_snapshot.go fix status code 200 (#47818) 3 years ago
dashboard_snapshot_test.go Chore: Remove bus (#47511) 3 years ago
dashboard_test.go Implement preference service (#47870) 3 years ago
dataproxy.go Alerting: modify alertmanager endpoints for proxying using the datasource UID (#47978) 3 years ago
datasources.go DataSource: Fix secure json data reset on datasource update (#48557) 3 years ago
datasources_test.go Secrets: Implement basic unified secret store service (#45804) 3 years ago
fakes.go
folder.go fix argument ordering (#48124) 3 years ago
folder_permission.go Access control: refactor RBAC checks (#48107) 3 years ago
folder_permission_test.go Access control: refactor RBAC checks (#48107) 3 years ago
folder_test.go Chore: Remove bus.Bus field (#47695) 3 years ago
frontend_logging.go Logger migration from log15 to gokit/log (#41636) 3 years ago
frontend_logging_test.go Security: Sync security changes on main (#45083) 3 years ago
frontend_metrics.go
frontendsettings.go Secrets: Implement basic unified secret store service (#45804) 3 years ago
frontendsettings_test.go Chore: Remove bus.Bus field (#47695) 3 years ago
grafana_com_proxy.go Instrumentation: Proxy status code correction and various improvements (#47473) 3 years ago
health.go Chore: Remove bus from health api (#44897) 3 years ago
health_test.go Chore: Remove bus from health api (#44897) 3 years ago
http_server.go Access Control: Refactor scope resolvers with support to resolve into several scopes (#48202) 3 years ago
http_server_test.go Plugins: Make backend plugin metrics endpoints available with optional authentication (#46467) 3 years ago
index.go Access Control: Move dashboard actions and create scope provider (#48618) 3 years ago
ldap_debug.go LDAP: Fix debug view to display the actual computed mapping in ldap.go (#48103) 3 years ago
ldap_debug_test.go Tracing: Use common traceID context value for opentracing and opentelemetry (#46411) 3 years ago
login.go fix status code 200 (#47818) 3 years ago
login_oauth.go Chore: add setting to skip org assignment for external users (#34834) 3 years ago
login_oauth_test.go Chore: Remove bus.Bus field (#47695) 3 years ago
login_test.go Chore: Remove bus.Dispatch from some login packages (#47248) 3 years ago
metrics.go Plugins: Introduce HTTP 207 Multi Status response to api/ds/query (#48550) 3 years ago
metrics_test.go Plugins: Introduce HTTP 207 Multi Status response to api/ds/query (#48550) 3 years ago
org.go Chore: Remove final x from sqlstore (#48086) 3 years ago
org_invite.go fix status code 200 (#47818) 3 years ago
org_test.go ValidatedQueries: start of validated queries API (#44731) 3 years ago
org_users.go fix status code 200 (#47818) 3 years ago
org_users_test.go ValidatedQueries: start of validated queries API (#44731) 3 years ago
password.go fix status code 200 (#47818) 3 years ago
playlist.go fix status code 200 (#47818) 3 years ago
playlist_play.go Chore: Remove bus from signup and playlist api (#44485) 3 years ago
plugin_dashboards.go Plugins: Refactor GetPluginDashboards/LoadPluginDashboard (#46316) 3 years ago
plugin_dashboards_test.go Plugins: Refactor GetPluginDashboards/LoadPluginDashboard (#46316) 3 years ago
plugin_metrics.go Plugins: Make backend plugin metrics endpoints available with optional authentication (#46467) 3 years ago
plugin_metrics_test.go Plugins: Make backend plugin metrics endpoints available with optional authentication (#46467) 3 years ago
plugins.go fix status code 200 (#47818) 3 years ago
plugins_test.go Plugins: Introduce HTTP 207 Multi Status response to api/ds/query (#48550) 3 years ago
preferences.go Chore: Modify patch and update of preference to take homedashboarduid than h… (#48281) 3 years ago
preferences_test.go Chore: Modify patch and update of preference to take homedashboarduid than h… (#48281) 3 years ago
quota.go fix status code 200 (#47818) 3 years ago
quota_test.go ValidatedQueries: start of validated queries API (#44731) 3 years ago
render.go Dash previews: populate crawler queue from SQL query (#44083) 3 years ago
search.go fix status code 200 (#47818) 3 years ago
short_url.go fix status code 200 (#47818) 3 years ago
short_url_test.go Chore: Remove bus (#47511) 3 years ago
signup.go fix status code 200 (#47818) 3 years ago
stars.go API: add stars HTTP endpoint (#48612) 3 years ago
swagger.go fix status code 200 (#47818) 3 years ago
team.go Access control: refactor RBAC checks (#48107) 3 years ago
team_members.go Access control: refactor RBAC checks (#48107) 3 years ago
team_members_test.go Rename FGAC to RBAC in the codebase (#48051) 3 years ago
team_test.go Chore: Modify patch and update of preference to take homedashboarduid than h… (#48281) 3 years ago
user.go fix status code 200 (#47818) 3 years ago
user_test.go Chore: Remove bus.Bus field (#47695) 3 years ago
user_token.go fix status code 200 (#47818) 3 years ago
user_token_test.go Chore: Remove bus.Bus field (#47695) 3 years ago
utils.go