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
Ryan McKinley 824f12a993
Storage: Remove storageLocalUpload flag (#52413)
3 years ago
..
apierrors chore/backend: move dashboard errors to dashboard service (#51593) 3 years ago
avatar Dashboard: Mix initials and custom gravatars in recent viewers list (#47212) 3 years ago
datasource backend/datasources: move datasources models into the datasources service package (#51267) 3 years ago
docs Rename Acl to ACL (#52342) 3 years ago
dtos Rename Acl to ACL (#52342) 3 years ago
frontendlogging Frontend Logging: Integrate grafana javascript agent (#50801) 3 years ago
navlinks Chore: Remove `newNavigation` feature toggle and old navbar code (#50872) 3 years ago
pluginproxy backend/datasources: move datasources models into the datasources service package (#51267) 3 years ago
response HTTP: Add function for using new style errors with fallback (#51627) 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 Alerting: Add file provisioning for alert rules (#51635) 3 years ago
admin.go fix status code 200 (#47818) 3 years ago
admin_encryption.go Encryption: Expose secrets migrations through HTTP API (#51707) 3 years ago
admin_provisioning.go Alerting: Add file provisioning for alert rules (#51635) 3 years ago
admin_provisioning_test.go Alerting: Add file provisioning for alert rules (#51635) 3 years ago
admin_test.go RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 3 years ago
admin_users.go Split Create User (#50502) 3 years ago
admin_users_test.go Chore: Remove bus.Bus field (#47695) 3 years ago
alerting.go Alerting: Disable /api/admin/pause-all-alerts with Unified Alerting (#51895) 3 years ago
alerting_test.go Rename Acl to ACL (#52342) 3 years ago
annotations.go Public Dashboards: Query Caching (#51403) 3 years ago
annotations_test.go Rename Acl to ACL (#52342) 3 years ago
api.go Storage: Remove storageLocalUpload flag (#52413) 3 years ago
apikey.go Access control: Pass access control metadata for api keys (#48445) 3 years ago
app_routes.go RBAC: Allow app plugins access restriction (#51524) 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 Add delete user from other services/stores (#51912) 3 years ago
dashboard.go Rename Acl to ACL (#52342) 3 years ago
dashboard_permission.go Rename Acl to ACL (#52342) 3 years ago
dashboard_permission_test.go Rename Acl to ACL (#52342) 3 years ago
dashboard_snapshot.go Do not check permissions while deleting external snapshot (#51897) 3 years ago
dashboard_snapshot_test.go Rename Acl to ACL (#52342) 3 years ago
dashboard_test.go Rename Acl to ACL (#52342) 3 years ago
dataproxy.go Alerting: modify alertmanager endpoints for proxying using the datasource UID (#47978) 3 years ago
datasources.go Datasource: Propagate datasource secret decryption errors to the frontend (#52068) 3 years ago
datasources_test.go backend/datasources: move datasources models into the datasources service package (#51267) 3 years ago
fakes.go Plugins: Register management endpoints only when external managed is also false (#51802) 3 years ago
folder.go Rename Acl to ACL (#52342) 3 years ago
folder_permission.go Rename Acl to ACL (#52342) 3 years ago
folder_permission_test.go Rename Acl to ACL (#52342) 3 years ago
folder_test.go Rename Acl to ACL (#52342) 3 years ago
frontend_logging.go Frontend Logging: Integrate grafana javascript agent (#50801) 3 years ago
frontend_logging_test.go Chore: Remove the old log format (#51526) 3 years ago
frontend_metrics.go Chore: Report frontend metrics for JS/CSS load time (#42421) 4 years ago
frontendsettings.go Plugins: Show that Secrets Manager Plugin is active in the UI (#50953) 3 years ago
frontendsettings_test.go Plugins: Show that Secrets Manager Plugin is active in the UI (#50953) 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 Chore: Introduce playlist service (#52252) 3 years ago
http_server_test.go Plugins: Make backend plugin metrics endpoints available with optional authentication (#46467) 3 years ago
index.go Page: Update profile page components to use new navId (#51664) 3 years ago
ldap_debug.go Fix: Choose Lookup params per auth module (#395) (#52312) 3 years ago
ldap_debug_test.go Split Create User (#50502) 3 years ago
login.go JWT: Add JWT proxy setup devenv (#51731) 3 years ago
login_oauth.go Fix: Choose Lookup params per auth module (#395) (#52312) 3 years ago
login_oauth_test.go OAuth: Redirect to login if no oauth module is found or if module is not configured (#50661) 3 years ago
login_test.go Split Create User (#50502) 3 years ago
metrics.go Datasource: Propagate datasource secret decryption errors to the frontend (#52068) 3 years ago
metrics_test.go Add delete user from other services/stores (#51912) 3 years ago
org.go ServiceAccounts: Don't create new orgs for service accounts (#51819) 3 years ago
org_invite.go Access control: Allow organisation admins to add existing users to org (#51668) 3 years ago
org_invite_test.go Access control: Allow organisation admins to add existing users to org (#51668) 3 years ago
org_test.go Split Create User (#50502) 3 years ago
org_users.go Split Create User (#50502) 3 years ago
org_users_test.go Rename Acl to ACL (#52342) 3 years ago
password.go Split Create User (#50502) 3 years ago
playlist.go Chore: Introduce playlist service (#52252) 3 years ago
playlist_play.go Public Dashboards: Query Caching (#51403) 3 years ago
plugin_dashboards.go Plugins: Refactor GetPluginDashboards/LoadPluginDashboard (#46316) 3 years ago
plugin_dashboards_test.go Add delete user from other services/stores (#51912) 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 backend/datasources: move datasources models into the datasources service package (#51267) 3 years ago
plugins.go RBAC: Allow app plugins access restriction (#51524) 3 years ago
plugins_test.go Add delete user from other services/stores (#51912) 3 years ago
preferences.go Public Dashboards: Query Caching (#51403) 3 years ago
preferences_test.go Public Dashboards: Query Caching (#51403) 3 years ago
quota.go fix status code 200 (#47818) 3 years ago
quota_test.go RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 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 RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 3 years ago
short_url.go ShortURL: Use new Error type (#50859) 3 years ago
short_url_test.go Chore: Remove bus (#47511) 3 years ago
signup.go Split Create User (#50502) 3 years ago
stars.go Public Dashboards: Query Caching (#51403) 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 Add delete user from other services/stores (#51912) 3 years ago
team_test.go RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 3 years ago
user.go Split Create User (#50502) 3 years ago
user_test.go Fix: Choose Lookup params per auth module (#395) (#52312) 3 years ago
user_token.go Auth: Add option for case insensitive login (#49262) 3 years ago
user_token_test.go Split Create User (#50502) 3 years ago
utils.go Permissions: Validate against Team/User permission role update (#29101) 5 years ago