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
Kyle Brandt 1c1a800bc0
API: Add by UID routes for data sources (#29884)
5 years ago
..
avatar Chore: Disable default golangci-lint filter (#29751) 5 years ago
datasource Chore: Remove unused Go code (#28852) 5 years ago
dtos API: Add by UID routes for data sources (#29884) 5 years ago
pluginproxy Chore: Remove duplicate interpolateString test (#29941) 5 years ago
routing Chore: Add CloudWatch HTTP API tests (#29691) 5 years ago
static Chore: Disable default golangci-lint filter (#29751) 5 years ago
admin.go Chore: use Wrap for all admin API (#26673) 5 years ago
admin_provisioning.go Chore: Handle wrapped errors (#29223) 5 years ago
admin_users.go Chore: Handle wrapped errors (#29223) 5 years ago
admin_users_test.go Move middleware context handler logic to service (#29605) 5 years ago
alerting.go adds tracing for all bus calls that passes ctx (#29434) 5 years ago
alerting_test.go Chore: Convert API tests to standard Go lib (#29009) 5 years ago
annotations.go Chore: Convert API tests to standard Go lib (#29009) 5 years ago
annotations_test.go Chore: Convert API tests to standard Go lib (#29009) 5 years ago
api.go API: Add by UID routes for data sources (#29884) 5 years ago
apikey.go Chore: Handle wrapped errors (#29223) 5 years ago
app_routes.go Fix panic when using complex dynamic URLs in app plugin routes (#27977) 5 years ago
basic_auth.go Chore: Start harmonizing linting with plugin SDK (#25854) 6 years ago
basic_auth_test.go Chore: Use Header.Set method instead of Header.Add (#29804) 5 years ago
common.go Metrics API: Use jsoniter for JSON encoding (#30250) 5 years ago
common_test.go Backend: Remove more globals (#29644) 5 years ago
dashboard.go [dashboard api] manage error when data in dashboard table is not valid json (#29999) 5 years ago
dashboard_permission.go Add an option to hide certain users in the UI (#28942) 5 years ago
dashboard_permission_test.go Add an option to hide certain users in the UI (#28942) 5 years ago
dashboard_snapshot.go Chore: Disable default golangci-lint filter (#29751) 5 years ago
dashboard_snapshot_test.go API: add ID to snapshot API responses (#29600) 5 years ago
dashboard_test.go [dashboard api] manage error when data in dashboard table is not valid json (#29999) 5 years ago
dataproxy.go Chore: Handle wrapped errors (#29223) 5 years ago
dataproxy_test.go API: Rewrite tests from goconvey (#29091) 5 years ago
datasources.go API: Add by UID routes for data sources (#29884) 5 years ago
datasources_test.go SQLStore: customise the limit of retrieved datasources per organisation (#29358) 5 years ago
folder.go Chore: Handle wrapped errors (#29223) 5 years ago
folder_permission.go Add an option to hide certain users in the UI (#28942) 5 years ago
folder_permission_test.go Add an option to hide certain users in the UI (#28942) 5 years ago
folder_test.go Chore: Convert API tests to standard Go lib (#29009) 5 years ago
frontend_logging.go Logging: log frontend errors caught by ErrorBoundary, including component stack (#29345) 5 years ago
frontend_logging_test.go Logging: log frontend errors caught by ErrorBoundary, including component stack (#29345) 5 years ago
frontendsettings.go GraphNG: Minor polish & updates to new time series panel and move it from alpha to beta (#30163) 5 years ago
frontendsettings_test.go Backend: Remove more globals (#29644) 5 years ago
grafana_com_proxy.go Chore: Avoid aliasing importing models in api package (#22492) 6 years ago
health.go API: Query database from /api/health endpoint (#28349) 5 years ago
health_test.go API: Query database from /api/health endpoint (#28349) 5 years ago
http_server.go Middleware: Add CSP support (#29740) 5 years ago
http_server_test.go Tests: Batch of GoConvey to Testify conversions (#27008) 5 years ago
index.go Middleware: Add CSP support (#29740) 5 years ago
ldap_debug.go Backend: Remove more globals (#29644) 5 years ago
ldap_debug_test.go Backend: Remove more globals (#29644) 5 years ago
login.go Middleware: Add CSP support (#29740) 5 years ago
login_oauth.go Backend: Remove more globals (#29644) 5 years ago
login_test.go Middleware: Add CSP support (#29740) 5 years ago
metrics.go Metrics API: Use jsoniter for JSON encoding (#30250) 5 years ago
org.go Chore: Add CloudWatch HTTP API tests (#29691) 5 years ago
org_invite.go Chore: Handle wrapped errors (#29223) 5 years ago
org_users.go Add an option to hide certain users in the UI (#28942) 5 years ago
org_users_test.go Add an option to hide certain users in the UI (#28942) 5 years ago
password.go Chore: Handle wrapped errors (#29223) 5 years ago
playlist.go Playlists: Remove API validation for empty playlists and remove redundant API call (#26982) 5 years ago
playlist_play.go Chore: Avoid aliasing importing models in api package (#22492) 6 years ago
plugins.go Plugins: Add support for signature manifest V2 (#29240) 5 years ago
preferences.go Chore: Enable whitespace linter (#25903) 6 years ago
quota.go Chore: Avoid aliasing importing models in api package (#22492) 6 years ago
render.go Backend: Remove more globals (#29644) 5 years ago
response.go Metrics API: Use jsoniter for JSON encoding (#30250) 5 years ago
search.go Chore: Start harmonizing linting with plugin SDK (#25854) 6 years ago
short_url.go Short URL: Update last seen at when visiting a short URL (#28565) 5 years ago
signup.go Chore: Handle wrapped errors (#29223) 5 years ago
stars.go Chore: Enable whitespace linter (#25903) 6 years ago
team.go Add an option to hide certain users in the UI (#28942) 5 years ago
team_members.go Add an option to hide certain users in the UI (#28942) 5 years ago
team_members_test.go Add an option to hide certain users in the UI (#28942) 5 years ago
team_test.go Chore: Convert API tests to standard Go lib (#29009) 5 years ago
user.go Chore: Handle wrapped errors (#29223) 5 years ago
user_test.go Chore: Convert API tests to standard Go lib (#29009) 5 years ago
user_token.go Chore: Handle wrapped errors (#29223) 5 years ago
user_token_test.go Chore: Convert API tests to standard Go lib (#29009) 5 years ago
utils.go Permissions: Validate against Team/User permission role update (#29101) 5 years ago