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 e06335ffe9
Plugins: Improve grafana-cli UX + API response messaging for plugin install incompatibility scenario (#36556)
5 years ago
..
avatar Backend: Migrate to using non-global configuration (#31856) 5 years ago
datasource
dtos Allow white labeling loading logo (#36174) 5 years ago
frontendlogging PluginManager: Make remaining plugin state non-global (#32094) 5 years ago
pluginproxy Chore: Refactor OAuth/social package to service (#35403) 5 years ago
response [Alerting] Forking LoTex ruler (#32138) 5 years ago
routing
static Plugins: Serve static assets directly instead of through middleware handler (#32779) 5 years ago
acl.go PluginManager: Make Plugins, Renderer and DataSources non-global (#31866) 5 years ago
admin.go Access Control: Add fine-grained access control to GET stats and settings handlers (#35622) 5 years ago
admin_provisioning.go
admin_test.go Access Control: Add fine-grained access control to GET stats and settings handlers (#35622) 5 years ago
admin_users.go add context to getsignedinUser calls (#35963) 5 years ago
admin_users_test.go add context to getsignedinUser calls (#35963) 5 years ago
alerting.go NGAlert: Send list of available ngalert notification channels via API (#33489) 5 years ago
alerting_test.go
annotations.go Chore: Replace util.DynMap with structs (#36332) 5 years ago
annotations_test.go Annotations: Adds tags endpoint (#36199) 5 years ago
api.go Plugins: Improve API response for plugin assets (#36352) 5 years ago
apikey.go Return 404 when deleting non-existing API key (#33346) 5 years ago
app_routes.go PluginManager: Make remaining plugin state non-global (#32094) 5 years ago
basic_auth.go
basic_auth_test.go
common_test.go Access Control: Add fine-grained access control to GET stats and settings handlers (#35622) 5 years ago
dashboard.go Gradually remove Macaron web framework (#36325) 5 years ago
dashboard_permission.go Instrumentation: add context.Context to the dashboard get flow. (#34955) 5 years ago
dashboard_permission_test.go Instrumentation: add context.Context to the dashboard get flow. (#34955) 5 years ago
dashboard_snapshot.go Fix key and deleteKey being ignored when creating a snapshot with external=true set (#33686) 5 years ago
dashboard_snapshot_test.go
dashboard_test.go Live: rely on app url for origin check (#35983) 5 years ago
dataproxy.go Data Source Proxy: Migrate proxy to its own service and make more extensible (#31927) 5 years ago
datasources.go Live: stream resubmit on ds change, fix old ds settings in RunStream (#34130) 5 years ago
datasources_test.go Live: stream resubmit on ds change, fix old ds settings in RunStream (#34130) 5 years ago
fakes.go PluginManager: Make remaining plugin state non-global (#32094) 5 years ago
folder.go Folders: Return `409 Conflict` status when folder already exists (#36429) 5 years ago
folder_permission.go [Alerting]: Several modifications in alert rules (#32983) 5 years ago
folder_permission_test.go PluginManager: Make Plugins, Renderer and DataSources non-global (#31866) 5 years ago
folder_test.go Folders: Return `409 Conflict` status when folder already exists (#36429) 5 years ago
frontend_logging.go
frontend_logging_test.go PluginManager: Make remaining plugin state non-global (#32094) 5 years ago
frontend_metrics.go FrontendMetrics: Adds new backend api that frontend can use to push frontend measurements and counters to prometheus (#32593) 5 years ago
frontendsettings.go User analytics: Add Rudderstack integration (#36567) 5 years ago
frontendsettings_test.go PluginManager: Make Plugins, Renderer and DataSources non-global (#31866) 5 years ago
grafana_com_proxy.go
health.go
health_test.go Backend: Migrate to using non-global configuration (#31856) 5 years ago
http_server.go Chore: Refactor OAuth/social package to service (#35403) 5 years ago
http_server_test.go
index.go Plugins: converted the plugins admin app to a core feature in grafana (#36026) 5 years ago
ldap_debug.go add context to getsignedinUser calls (#35963) 5 years ago
ldap_debug_test.go add context to getsignedinUser calls (#35963) 5 years ago
login.go Chore: Refactor OAuth/social package to service (#35403) 5 years ago
login_oauth.go Chore: Refactor OAuth/social package to service (#35403) 5 years ago
login_test.go Chore: Refactor OAuth/social package to service (#35403) 5 years ago
metrics.go TestData: use new format for random walk example (#34441) 5 years ago
org.go
org_invite.go Login: Replace command dispatch by explicit call (#32088) 5 years ago
org_users.go 32540: Add org users with pagination (#33788) 5 years ago
org_users_test.go 32540: Add org users with pagination (#33788) 5 years ago
password.go
playlist.go
playlist_play.go
plugins.go Plugins: Improve grafana-cli UX + API response messaging for plugin install incompatibility scenario (#36556) 5 years ago
preferences.go
quota.go
render.go Rendering: add CSV support (#33729) 5 years ago
search.go
short_url.go Short URL: Fix so that orgId is included in generated short URL (#34696) 5 years ago
short_url_test.go Chore: Refactor short url api test (#35051) 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
team_test.go PluginManager: Make Plugins, Renderer and DataSources non-global (#31866) 5 years ago
user.go add context to getsignedinUser calls (#35963) 5 years ago
user_test.go
user_token.go add context to getsignedinUser calls (#35963) 5 years ago
user_token_test.go add context to getsignedinUser calls (#35963) 5 years ago
utils.go