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
Torkel Ödegaard 9d6c8f8512
PanelEdit: v8 Panel Edit UX (#32124)
5 years ago
..
avatar Backend: Migrate to using non-global configuration (#31856) 5 years ago
datasource Chore: Remove unused Go code (#28852) 5 years ago
dtos PluginManager: Make Plugins, Renderer and DataSources non-global (#31866) 5 years ago
frontendlogging PluginManager: Make remaining plugin state non-global (#32094) 5 years ago
pluginproxy Data proxy: Fix encoded characters in URL path should be proxied encoded (#30597) 5 years ago
response [Alerting] Forking LoTex ruler (#32138) 5 years ago
routing Chore: Moves common and response into separate packages (#30298) 5 years ago
static Chore: Disable default golangci-lint filter (#29751) 5 years ago
acl.go PluginManager: Make Plugins, Renderer and DataSources non-global (#31866) 5 years ago
admin.go Chore: Moves common and response into separate packages (#30298) 5 years ago
admin_provisioning.go Chore: Moves common and response into separate packages (#30298) 5 years ago
admin_users.go Chore: Replace Command dispatches by explicit calls (#32131) 5 years ago
admin_users_test.go Chore: Replace Command dispatches by explicit calls (#32131) 5 years ago
alerting.go Introduce TSDB service (#31520) 5 years ago
alerting_test.go Search: add sort information in dashboard results (#30609) 5 years ago
annotations.go Chore: Moves common and response into separate packages (#30298) 5 years ago
annotations_test.go Chore: Moves common and response into separate packages (#30298) 5 years ago
api.go Chore: Replace Command dispatches by explicit calls (#32131) 5 years ago
apikey.go Chore: Moves common and response into separate packages (#30298) 5 years ago
app_routes.go PluginManager: Make remaining plugin state non-global (#32094) 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_test.go Chore: Moves common and response into separate packages (#30298) 5 years ago
dashboard.go API Response implements http.ResponseWriter (#32046) 5 years ago
dashboard_permission.go PluginManager: Make Plugins, Renderer and DataSources non-global (#31866) 5 years ago
dashboard_permission_test.go PluginManager: Make Plugins, Renderer and DataSources non-global (#31866) 5 years ago
dashboard_snapshot.go API Response implements http.ResponseWriter (#32046) 5 years ago
dashboard_snapshot_test.go API: add ID to snapshot API responses (#29600) 5 years ago
dashboard_test.go PluginManager: Make Plugins, Renderer and DataSources non-global (#31866) 5 years ago
dataproxy.go Data Source Proxy: Migrate proxy to its own service and make more extensible (#31927) 5 years ago
datasources.go PluginManager: Make Plugins, Renderer and DataSources non-global (#31866) 5 years ago
datasources_test.go PluginManager: Make Plugins, Renderer and DataSources non-global (#31866) 5 years ago
fakes.go PluginManager: Make remaining plugin state non-global (#32094) 5 years ago
folder.go PluginManager: Make Plugins, Renderer and DataSources non-global (#31866) 5 years ago
folder_permission.go PluginManager: Make Plugins, Renderer and DataSources non-global (#31866) 5 years ago
folder_permission_test.go PluginManager: Make Plugins, Renderer and DataSources non-global (#31866) 5 years ago
folder_test.go PluginManager: Make Plugins, Renderer and DataSources non-global (#31866) 5 years ago
frontend_logging.go Logging: sourcemap support for frontend stacktraces (#30590) 5 years ago
frontend_logging_test.go PluginManager: Make remaining plugin state non-global (#32094) 5 years ago
frontendsettings.go PanelEdit: v8 Panel Edit UX (#32124) 5 years ago
frontendsettings_test.go PluginManager: Make Plugins, Renderer and DataSources non-global (#31866) 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 Backend: Migrate to using non-global configuration (#31856) 5 years ago
http_server.go Basic streaming plugin support (#31940) 5 years ago
http_server_test.go Tests: Batch of GoConvey to Testify conversions (#27008) 5 years ago
index.go PluginManager: Make Plugins, Renderer and DataSources non-global (#31866) 5 years ago
ldap_debug.go Chore: Moves common and response into separate packages (#30298) 5 years ago
ldap_debug_test.go Chore: Moves common and response into separate packages (#30298) 5 years ago
login.go Auth: Allow soft token revocation (#31601) 5 years ago
login_oauth.go Backend: Remove more globals (#29644) 5 years ago
login_test.go Chore: Moves common and response into separate packages (#30298) 5 years ago
metrics.go Introduce TSDB service (#31520) 5 years ago
org.go Chore: Moves common and response into separate packages (#30298) 5 years ago
org_invite.go Login: Replace command dispatch by explicit call (#32088) 5 years ago
org_users.go Chore: Moves common and response into separate packages (#30298) 5 years ago
org_users_test.go Add an option to hide certain users in the UI (#28942) 5 years ago
password.go Chore: Moves common and response into separate packages (#30298) 5 years ago
playlist.go Chore: Moves common and response into separate packages (#30298) 5 years ago
playlist_play.go Search: add sort information in dashboard results (#30609) 5 years ago
plugins.go Basic streaming plugin support (#31940) 5 years ago
preferences.go Chore: Moves common and response into separate packages (#30298) 5 years ago
quota.go Chore: Moves common and response into separate packages (#30298) 5 years ago
render.go Backend: Remove more globals (#29644) 5 years ago
search.go Search: add sort information in dashboard results (#30609) 5 years ago
short_url.go Chore: Moves common and response into separate packages (#30298) 5 years ago
signup.go Login: Replace command dispatch by explicit call (#32088) 5 years ago
stars.go Profile: Fixes profile preferences being accessible when anonymous access was enabled (#31516) 5 years ago
team.go Chore: Replace Command dispatches by explicit calls (#32131) 5 years ago
team_members.go Chore: Replace Command dispatches by explicit calls (#32131) 5 years ago
team_members_test.go Add an option to hide certain users in the UI (#28942) 5 years ago
team_test.go PluginManager: Make Plugins, Renderer and DataSources non-global (#31866) 5 years ago
user.go Backend: Migrate to using non-global configuration (#31856) 5 years ago
user_test.go Chore: Convert API tests to standard Go lib (#29009) 5 years ago
user_token.go Auth: Allow soft token revocation (#31601) 5 years ago
user_token_test.go Chore: Moves common and response into separate packages (#30298) 5 years ago
utils.go Permissions: Validate against Team/User permission role update (#29101) 5 years ago