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/services
Gabriel MABILLE 7595ed0668
FIX: Remove RBAC datasource permissions upon datasource deletion (#56530)
3 years ago
..
accesscontrol RBAC: Redirect to /login when forceLogin is set (#56469) 3 years ago
alerting SQLStore: Ensure that sessions are always closed (#55864) 3 years ago
annotations SQLStore: Ensure that sessions are always closed (#55864) 3 years ago
apikey Chore: move from xorm to sqlx apikey store (#53434) 3 years ago
auth SQLStore: Ensure that sessions are always closed (#55864) 3 years ago
cleanup Chore: Move annotations cleanup to the annotations service (#55618) 3 years ago
comments Chore: SQL store split for annotations (#55089) 3 years ago
contexthandler Chore: use org service methods (#55768) 3 years ago
correlations Glue: Correlations minor APIs behavior improvements (#56078) 3 years ago
dashboardimport Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
dashboards Chore: Remove unnecessary transaction (#55819) 3 years ago
dashboardsnapshots Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
dashboardversion Chore: replace xorm by sqlx in dashboardversion service (#53869) 3 years ago
datasourceproxy backend/datasources: move datasources models into the datasources service package (#51267) 3 years ago
datasources FIX: Remove RBAC datasource permissions upon datasource deletion (#56530) 3 years ago
encryption Encryption: Fall back to AES-CFB on empty algorithm metadata (#53266) 3 years ago
export Playlist: update service so it supports both read+write (#55959) 3 years ago
featuremgmt Plugins: Introduce new Flame graph panel (#56376) 3 years ago
grpcserver GRPC Server: Add signedInUser to context (#56059) 3 years ago
guardian Chore: Move methods from sqlstore to user store (#56305) 3 years ago
hooks
kmsproviders Encryption: Refactor secrets.Service initialization (#51091) 3 years ago
ldap Handle ioutil deprecations (#53526) 3 years ago
libraryelements Chore: implement sqlx into tag service (#55908) 3 years ago
librarypanels Chore: implement sqlx into tag service (#55908) 3 years ago
licensing NavTree: Don't add license and stats page unless your a Grafana Admin (#56410) 3 years ago
live Live: Migrate to centrifuge-js v3 (new API and client protocol) (#51977) 3 years ago
login Remove org methods from sqlstore interface (#56358) 3 years ago
loginattempt Chore: Move login attempt methods to separate service (#54479) 3 years ago
multildap Split Create User (#50502) 3 years ago
navtree Navtree: Make it possible to configure standalone plugin pages (#56393) 3 years ago
ngalert Alerting: Fix pq: missing FROM-clause for table "a" (#56453) 3 years ago
notifications User management: Use HMAC-SHA256 to generate time limit codes (password reset tokens) (#42334) 3 years ago
oauthtoken Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
org Remove org methods from sqlstore interface (#56358) 3 years ago
playlist Playlist: Split PlaylistItem into standalone TS type (#56343) 3 years ago
plugindashboards Plugins: Add secure JSON fields to plugin setting DTO (#55313) 3 years ago
pluginsettings NavTree: Make it possible to configure where in nav tree plugins live (#55484) 3 years ago
preference Chore: remove xorm from preference (#53803) 3 years ago
provisioning Chore: use org service methods (#55768) 3 years ago
publicdashboards refactor public dashboards middleware testing (#55706) 3 years ago
query PublicDashboards: Make mixed datasource calls concurrently (#56421) 3 years ago
queryhistory Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
quota Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
rendering Chore: Upgrade Go to 1.19.1 (#54902) 3 years ago
screenshot Alerting: Change screenshots to use components (#55156) 3 years ago
search Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
searchV2 ObjectStore: rename modified to updated (#56420) 3 years ago
searchusers Chore: Move methods from sqlstore to user store (#56305) 3 years ago
secrets SQLStore: Ensure that sessions are always closed (#55864) 3 years ago
serviceaccounts Chore: Move methods from sqlstore to user store (#56305) 3 years ago
shorturls Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
sqlstore Alerting: Write and Delete multiple alert instances. (#55350) 3 years ago
star add sqlx_store into star service (#53430) 3 years ago
store ObjectStore: Write json as json when possible (#56433) 3 years ago
tag Chore: implement sqlx into tag service (#55908) 3 years ago
team Chore: Copy user methods over to user store (#56000) 3 years ago
teamguardian Chore: Switch over to team.Service instead of sqlstore (#55497) 3 years ago
temp_user Chore: Split temporary user (invite) service (#55397) 3 years ago
thumbs StoreSplit: move dashboard thumbs into thumbs service (#55800) 3 years ago
updatechecker NavTree: Make it possible to configure where in nav tree plugins live (#55484) 3 years ago
user Chore: Move methods from sqlstore to user store (#56305) 3 years ago
userauth Chore: Split delete user method (#52216) 3 years ago
validations