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
Will Browne 40dff288cd
Plugins: Register management endpoints only when external managed is also false (#51802)
4 years ago
..
apierrors chore/backend: move dashboard errors to dashboard service (#51593) 4 years ago
avatar Dashboard: Mix initials and custom gravatars in recent viewers list (#47212) 4 years ago
datasource backend/datasources: move datasources models into the datasources service package (#51267) 4 years ago
docs backend/datasources: move datasources models into the datasources service package (#51267) 4 years ago
dtos backend/datasources: move datasources models into the datasources service package (#51267) 4 years ago
frontendlogging Frontend Logging: Integrate grafana javascript agent (#50801) 4 years ago
navlinks Chore: Remove `newNavigation` feature toggle and old navbar code (#50872) 4 years ago
pluginproxy backend/datasources: move datasources models into the datasources service package (#51267) 4 years ago
response Errors: Introduce error type with Grafana specific metadata (#47504) 4 years ago
routing
static
accesscontrol.go Service accounts: Add service account to teams (#51536) 4 years ago
admin.go fix status code 200 (#47818) 4 years ago
admin_encryption.go Encryption: Add support for multiple data keys per day (#47765) 4 years ago
admin_provisioning.go
admin_provisioning_test.go RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 4 years ago
admin_test.go RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 4 years ago
admin_users.go Split Create User (#50502) 4 years ago
admin_users_test.go Chore: Remove bus.Bus field (#47695) 4 years ago
alerting.go backend/datasources: move datasources models into the datasources service package (#51267) 4 years ago
alerting_test.go sqlstore split: dashboard permissions (#49962) 4 years ago
annotations.go backend/services: Move GetDashboard from sqlstore to dashboard service (#48971) 4 years ago
annotations_test.go RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 4 years ago
api.go Plugins: Register management endpoints only when external managed is also false (#51802) 4 years ago
apikey.go Access control: Pass access control metadata for api keys (#48445) 4 years ago
app_routes.go Instrumentation: Proxy status code correction and various improvements (#47473) 4 years ago
basic_auth.go
basic_auth_test.go
comments.go fix status code 200 (#47818) 4 years ago
common_test.go Chore: Make test tracer noop and return no errors (#50797) 4 years ago
dashboard.go chore/backend: move dashboard errors to dashboard service (#51593) 4 years ago
dashboard_permission.go AccessControl: Create own interface and impl for each permission service (#48871) 4 years ago
dashboard_permission_test.go RBAC: Add scope resolvers for dashboards (#50110) 4 years ago
dashboard_public.go chore/backend: move dashboard errors to dashboard service (#51593) 4 years ago
dashboard_public_test.go Dependencies: Clean up gofrs/uuid (#51615) 4 years ago
dashboard_snapshot.go chore/backend: move dashboard errors to dashboard service (#51593) 4 years ago
dashboard_snapshot_test.go backend/dashboardsnapshot service: move models (#50898) 4 years ago
dashboard_test.go chore/backend: move dashboard errors to dashboard service (#51593) 4 years ago
dataproxy.go Alerting: modify alertmanager endpoints for proxying using the datasource UID (#47978) 4 years ago
datasources.go backend/datasources: move datasources models into the datasources service package (#51267) 4 years ago
datasources_test.go backend/datasources: move datasources models into the datasources service package (#51267) 4 years ago
fakes.go Plugins: Register management endpoints only when external managed is also false (#51802) 4 years ago
folder.go RBAC: Add access control metadata to folder dtos (#51158) 4 years ago
folder_permission.go chore/backend: move dashboard errors to dashboard service (#51593) 4 years ago
folder_permission_test.go chore/backend: move dashboard errors to dashboard service (#51593) 4 years ago
folder_test.go chore/backend: move dashboard errors to dashboard service (#51593) 4 years ago
frontend_logging.go Frontend Logging: Integrate grafana javascript agent (#50801) 4 years ago
frontend_logging_test.go Frontend Logging: Integrate grafana javascript agent (#50801) 4 years ago
frontend_metrics.go
frontendsettings.go Plugins: Show that Secrets Manager Plugin is active in the UI (#50953) 4 years ago
frontendsettings_test.go Plugins: Show that Secrets Manager Plugin is active in the UI (#50953) 4 years ago
grafana_com_proxy.go Instrumentation: Proxy status code correction and various improvements (#47473) 4 years ago
health.go
health_test.go
http_server.go Encryption: Move secrets migrations into secrets.Migrator (#51014) 4 years ago
http_server_test.go Plugins: Make backend plugin metrics endpoints available with optional authentication (#46467) 4 years ago
index.go Storage: Add basic file upload management (#50638) 4 years ago
ldap_debug.go Split Create User (#50502) 4 years ago
ldap_debug_test.go Split Create User (#50502) 4 years ago
login.go Split Create User (#50502) 4 years ago
login_oauth.go Split Create User (#50502) 4 years ago
login_oauth_test.go OAuth: Redirect to login if no oauth module is found or if module is not configured (#50661) 4 years ago
login_test.go Split Create User (#50502) 4 years ago
metrics.go backend/datasources: move datasources models into the datasources service package (#51267) 4 years ago
metrics_test.go backend/datasources: move datasources models into the datasources service package (#51267) 4 years ago
org.go Chore: Remove final x from sqlstore (#48086) 4 years ago
org_invite.go Split Create User (#50502) 4 years ago
org_test.go Split Create User (#50502) 4 years ago
org_users.go Split Create User (#50502) 4 years ago
org_users_test.go Split Create User (#50502) 4 years ago
password.go Split Create User (#50502) 4 years ago
playlist.go backend: add PlaylistUIDs to Playlist; remove playlist IDs from API (#49609) 4 years ago
playlist_play.go backend: add PlaylistUIDs to Playlist; remove playlist IDs from API (#49609) 4 years ago
plugin_dashboards.go Plugins: Refactor GetPluginDashboards/LoadPluginDashboard (#46316) 4 years ago
plugin_dashboards_test.go Plugins: Refactor GetPluginDashboards/LoadPluginDashboard (#46316) 4 years ago
plugin_metrics.go Plugins: Make backend plugin metrics endpoints available with optional authentication (#46467) 4 years ago
plugin_metrics_test.go Plugins: Make backend plugin metrics endpoints available with optional authentication (#46467) 4 years ago
plugin_resource.go backend/datasources: move datasources models into the datasources service package (#51267) 4 years ago
plugins.go Plugins: Separate manager read/write components (#50313) 4 years ago
plugins_test.go Plugins: Register management endpoints only when external managed is also false (#51802) 4 years ago
preferences.go I18n: Add locale to user preference (#49425) 4 years ago
preferences_test.go RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 4 years ago
quota.go fix status code 200 (#47818) 4 years ago
quota_test.go RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 4 years ago
render.go
search.go Search (SQL): support dashboardUID query parameter (#50121) 4 years ago
search_test.go RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 4 years ago
short_url.go ShortURL: Use new Error type (#50859) 4 years ago
short_url_test.go Chore: Remove bus (#47511) 4 years ago
signup.go Split Create User (#50502) 4 years ago
stars.go SearchV2 - Fix starred dashboards for new organizations error (#49645) 4 years ago
swagger.go fix status code 200 (#47818) 4 years ago
team.go Access control: refactor RBAC checks (#48107) 4 years ago
team_members.go AccessControl: Create own interface and impl for each permission service (#48871) 4 years ago
team_members_test.go Split Create User (#50502) 4 years ago
team_test.go RBAC: Refactor GetUserPermissions to use []accesscontrol.Permission (#50683) 4 years ago
user.go Split Create User (#50502) 4 years ago
user_test.go Split Create User (#50502) 4 years ago
user_token.go Auth: Add option for case insensitive login (#49262) 4 years ago
user_token_test.go Split Create User (#50502) 4 years ago
utils.go