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
Alex Khomenko d3adc42e6e
Service accounts: Use new icon (#50140)
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 API: Fix swagger specification (#50034) 3 years ago
dtos Datasource: Fix allowed cookies to be forwarded as header to backend datasources (#49541) 3 years ago
frontendlogging Logger migration from log15 to gokit/log (#41636) 4 years ago
navlinks show admin nav link it the user only has permissions to view licensing and not other pages under admin node (#41948) 4 years ago
pluginproxy Plugins: Support headers field for check health (#49930) 3 years ago
response Quick Ugly Fix for Oauth not to make web_hack.go panic (#49653) 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 AccessControl: Grant data source reader to all users when running oss (#49514) 3 years ago
admin.go fix status code 200 (#47818) 3 years ago
admin_encryption.go Encryption: Add support for multiple data keys per day (#47765) 3 years ago
admin_provisioning.go Chore: Remove Dispatch and AddHandler (#42603) 4 years ago
admin_provisioning_test.go Chore: Add context to org (#40685) 4 years ago
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 sqlstore split: dashboard permissions (#49962) 3 years ago
annotations.go backend/services: Move GetDashboard from sqlstore to dashboard service (#48971) 3 years ago
annotations_test.go sqlstore split: dashboard permissions (#49962) 3 years ago
api.go public dashboards: insert default public dashboard config into database on save (#49131) 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 Macaron: remove custom Request type (#37874) 4 years ago
basic_auth_test.go Macaron: remove custom Request type (#37874) 4 years ago
comments.go fix status code 200 (#47818) 3 years ago
common_test.go AccessControl: Replace IsEnterprise checks with license checks (#49572) 3 years ago
dashboard.go backend/sqlstore: move GetDashboardTags to dashboard service (#50091) 3 years ago
dashboard_permission.go AccessControl: Create own interface and impl for each permission service (#48871) 3 years ago
dashboard_permission_test.go backend/services: Move GetDashboard from sqlstore to dashboard service (#48971) 3 years ago
dashboard_public.go public dashboards: insert default public dashboard config into database on save (#49131) 3 years ago
dashboard_public_test.go public dashboards: insert default public dashboard config into database on save (#49131) 3 years ago
dashboard_snapshot.go fix status code 200 (#47818) 3 years ago
dashboard_snapshot_test.go sqlstore split: dashboard permissions (#49962) 3 years ago
dashboard_test.go sqlstore split: dashboard permissions (#49962) 3 years ago
dataproxy.go Alerting: modify alertmanager endpoints for proxying using the datasource UID (#47978) 3 years ago
datasources.go Plugins: Support headers field for check health (#49930) 3 years ago
datasources_test.go Secrets: Implement basic unified secret store service (#45804) 3 years ago
fakes.go Plugins: Plugin Store API returns DTO model (#41340) 4 years ago
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 backend/services: Move GetDashboard from sqlstore to dashboard service (#48971) 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) 4 years ago
frontend_logging_test.go Security: Sync security changes on main (#45083) 3 years ago
frontend_metrics.go Chore: Report frontend metrics for JS/CSS load time (#42421) 4 years ago
frontendsettings.go AccessControl: Use `RBACBuiltInRoleAssignmentEnabled` in the frontend instead of FeatureToggle (#49261) 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 API: Migrate CSRF to service and support additional options (#48120) 3 years ago
http_server_test.go Plugins: Make backend plugin metrics endpoints available with optional authentication (#46467) 3 years ago
index.go Service accounts: Use new icon (#50140) 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 Chore: Remove Wrap (#50048) 3 years ago
login_oauth.go Fix wrap_handler() panic during OAuth login (#49671) 3 years ago
login_oauth_test.go Fix wrap_handler() panic during OAuth login (#49671) 3 years ago
login_test.go Logging: Unify logging fakes (#48822) 3 years ago
metrics.go Plugins: Remove deprecated /api/tsdb/query metrics endpoint (#49916) 3 years ago
metrics_test.go backend/services: Move GetDashboard from sqlstore to dashboard service (#48971) 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 AccessControl: Replace IsEnterprise checks with license checks (#49572) 3 years ago
org_users_test.go RBAC: Make RBAC action names more consistent (#49730) 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 backend/sqlstore: move GetDashboards to Dashboard Service (#49175) 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
plugin_resource.go Chore: Remove Wrap (#50048) 3 years ago
plugins.go Plugins: Support headers field for check health (#49930) 3 years ago
plugins_test.go Logging: Unify logging fakes (#48822) 3 years ago
preferences.go Preferences: Fix updating of preferences for Navbar and Query History (#49677) 3 years ago
preferences_test.go chore: replace artisanal FakeDashboardService with generated mock (#49276) 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 Search (SQL): support dashboardUID query parameter (#50121) 3 years ago
search_test.go AccessControl: Add metadata to search result (#48879) 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 SearchV2 - Fix starred dashboards for new organizations error (#49645) 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 AccessControl: Create own interface and impl for each permission service (#48871) 3 years ago
team_members_test.go Rename FGAC to RBAC in the codebase (#48051) 3 years ago
team_test.go backend/services: Move GetDashboard from sqlstore to dashboard service (#48971) 3 years ago
user.go RBAC: Make RBAC action names more consistent (#49730) 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 Permissions: Validate against Team/User permission role update (#29101) 5 years ago