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
ying-jeanne ef11e783f1
ldap debug bus removal (#45014)
3 years ago
..
apierrors Plugins: Refactor plugin dashboards (#44315) 3 years ago
avatar remove the global log error/warn etc functions (#41404) 4 years ago
datasource Check for empty URLs when creating/updating a data source (#42837) 3 years ago
docs API: Extract OpenAPI specification from source code using go-swagger (#40528) 3 years ago
dtos API: Extract OpenAPI specification from source code using go-swagger (#40528) 3 years ago
frontendlogging Logger migration from log15 to gokit/log (#41636) 3 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 Chore: Remove bus from plugin proxy api (#44899) 3 years ago
response [Alerting] Forking LoTex ruler (#32138) 4 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
acl.go Chore: Propagate context for dashboard guardian (#39201) 4 years ago
admin.go Chore: Remove bus from admin (#44920) 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 Chore: Remove bus from admin users (#44869) 3 years ago
admin_users_test.go ldap debug bus removal (#45014) 3 years ago
alerting.go Chore: Remove bus from Alerting API (#44894) 3 years ago
alerting_test.go Chore: Remove bus from Alerting API (#44894) 3 years ago
annotations.go Remove Macaron ParamsInt64 function from code base (#43810) 3 years ago
annotations_test.go Remove bus from quota, preferences, plugins, user_token (#44762) 3 years ago
api.go ldap debug bus removal (#45014) 3 years ago
apikey.go Add/Delete API keys to Service accounts (#44871) 3 years ago
app_routes.go Chore: Remove bus from plugin proxy api (#44899) 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
common_test.go Chore: Remove bus from admin users (#44869) 3 years ago
dashboard.go Remove bus from dashboard api (#44923) 3 years ago
dashboard_permission.go Remove bus from dashboard api (#44923) 3 years ago
dashboard_permission_test.go Remove bus from dashboard api (#44923) 3 years ago
dashboard_snapshot.go dashboard snapshot bus removal (#44956) 3 years ago
dashboard_snapshot_test.go dashboard snapshot bus removal (#44956) 3 years ago
dashboard_test.go Remove bus from dashboard api (#44923) 3 years ago
dataproxy.go Data Source Proxy: Migrate proxy to its own service and make more extensible (#31927) 4 years ago
datasources.go Access control: Enable data source view for partial permissions (#44695) 3 years ago
datasources_test.go Remove bus from quota, preferences, plugins, user_token (#44762) 3 years ago
fakes.go Plugins: Plugin Store API returns DTO model (#41340) 4 years ago
folder.go Remove bus from dashboard api (#44923) 3 years ago
folder_permission.go Chore: Refactor api handlers to use web.Bind (#42199) 4 years ago
folder_permission_test.go Remove bus from quota, preferences, plugins, user_token (#44762) 3 years ago
folder_test.go Chore: Refactor api handlers to use web.Bind (#42199) 4 years ago
frontend_logging.go Logger migration from log15 to gokit/log (#41636) 3 years ago
frontend_logging_test.go Chore: Logging improvements (#44925) 3 years ago
frontend_metrics.go Chore: Report frontend metrics for JS/CSS load time (#42421) 4 years ago
frontendsettings.go Chore: Remove bus from frontend settings (#44921) 3 years ago
frontendsettings_test.go Plugins: Refactor Grafana and Plugin version update checkers (#44529) 3 years ago
grafana_com_proxy.go Plugins Catalog: Install and show the latest compatible version of a plugin (#41003) 4 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: Extract OpenAPI specification from source code using go-swagger (#40528) 3 years ago
http_server_test.go Tests: Batch of GoConvey to Testify conversions (#27008) 5 years ago
index.go remove grafana specific config from package (#44866) 3 years ago
ldap_debug.go ldap debug bus removal (#45014) 3 years ago
ldap_debug_test.go ldap debug bus removal (#45014) 3 years ago
login.go switch to using featureEnabled for enterprise features (#41559) 3 years ago
login_oauth.go remove bus from loginservice (#44907) 3 years ago
login_oauth_test.go Chore: Move remaining web framework code to pkg/web, remove macaron binding module (#43018) 3 years ago
login_test.go Rename AddHandlerCtx to AddHandler (#43557) 3 years ago
metrics.go Live: support query execution with live RPC (#43118) 3 years ago
org.go ldap debug bus removal (#45014) 3 years ago
org_invite.go Remove bus from org invite api (#44530) 3 years ago
org_test.go AccessControl: Remove scopes from orgs endpoints (#41709) 4 years ago
org_users.go Remove Macaron ParamsInt64 function from code base (#43810) 3 years ago
org_users_test.go Remove bus from quota, preferences, plugins, user_token (#44762) 3 years ago
password.go Chore: Remove bus from password (#44482) 3 years ago
playlist.go Chore: Remove bus from signup and playlist api (#44485) 3 years ago
playlist_play.go Chore: Remove bus from signup and playlist api (#44485) 3 years ago
plugins.go remove grafana specific config from package (#44866) 3 years ago
plugins_test.go Security: Fix directory traversal issue (#42846) 4 years ago
preferences.go Remove bus from quota, preferences, plugins, user_token (#44762) 3 years ago
preferences_test.go AccessControl: Remove scopes from orgs endpoints (#41709) 4 years ago
quota.go Remove bus from quota, preferences, plugins, user_token (#44762) 3 years ago
quota_test.go AccessControl: Remove scopes from orgs endpoints (#41709) 4 years ago
render.go Dash previews: populate crawler queue from SQL query (#44083) 3 years ago
roles.go AccessControl: Change teams permissions page when accesscontrol is enabled (#43971) 3 years ago
search.go remove bus from search service (#44825) 3 years ago
short_url.go Chore: Refactor api handlers to use web.Bind (#42199) 4 years ago
short_url_test.go Chore: Refactor api handlers to use web.Bind (#42199) 4 years ago
signup.go Remove bus from org invite api (#44530) 3 years ago
stars.go Chore: Remove bus from team (#44218) 3 years ago
swagger.go API: Extract OpenAPI specification from source code using go-swagger (#40528) 3 years ago
team.go AccessControl: Change teams permissions page when accesscontrol is enabled (#43971) 3 years ago
team_members.go Access control: FGAC for team sync endpoints (#44673) 3 years ago
team_members_test.go Remove bus from quota, preferences, plugins, user_token (#44762) 3 years ago
team_test.go Chore: Remove bus from Alerting API (#44894) 3 years ago
user.go Chore: Remove bus from user api (#44468) 3 years ago
user_test.go AuthService: Move database logic to its own class and package (#44835) 3 years ago
user_token.go Remove bus from quota, preferences, plugins, user_token (#44762) 3 years ago
user_token_test.go Chore: Remove bus from Alerting API (#44894) 3 years ago
utils.go Permissions: Validate against Team/User permission role update (#29101) 5 years ago