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
Karl Persson d1b9849946
RBAC: Fix background users to include permissions (#55147)
3 years ago
..
accesscontrol RBAC: Fix background users to include permissions (#55147) 3 years ago
alerting Chore: Upgrade Go to 1.19.1 (#54902) 3 years ago
annotations Move SignedInUser to user service and RoleType and Roles to org (#53445) 3 years ago
apikey Chore: move from xorm to sqlx apikey store (#53434) 3 years ago
auth Chore: Upgrade Go to 1.19.1 (#54902) 3 years ago
cleanup Chore: Move login attempt methods to separate service (#54479) 3 years ago
comments Chore: Remove disable user, disable batch users and searchusers methods from store interface (#53717) 3 years ago
contexthandler JWT: Allow conventional bearer token in Authorization header (#54821) 3 years ago
correlations Correlations: Use correct fallback handlers (#54511) 3 years ago
dashboard_thumbs Chore: Add dashboard thumbnails service (#54500) 3 years ago
dashboardimport Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
dashboards RBAC: Fix background users to include permissions (#55147) 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 nil logger in SqlStore (#54726) 3 years ago
encryption Encryption: Fall back to AES-CFB on empty algorithm metadata (#53266) 3 years ago
export Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
featuremgmt Chore: Upgrade Go to 1.19.1 (#54902) 3 years ago
guardian RBAC: Split up service into several components (#54002) 3 years ago
hooks
kmsproviders Encryption: Refactor secrets.Service initialization (#51091) 3 years ago
ldap Handle ioutil deprecations (#53526) 3 years ago
libraryelements LibraryElements: Fix inability to delete library panels under MySQL (#54600) 3 years ago
librarypanels RBAC: Enable rbac when creating new settings (#53531) 3 years ago
licensing RBAC: Make RBAC action names more consistent (#49730) 3 years ago
live Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
login RBAC: Split up service into several components (#54002) 3 years ago
loginattempt Chore: Move login attempt methods to separate service (#54479) 3 years ago
multildap Split Create User (#50502) 3 years ago
ngalert Chore: Upgrade Go to 1.19.1 (#54902) 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 Chore: Upgrade Go to 1.19.1 (#54902) 3 years ago
playlist Chore: Replace xorm with sqlx (#52575) 3 years ago
plugindashboards RBAC: Fix background users to include permissions (#55147) 3 years ago
pluginsettings Chore: Move plugin settings store code into a dedicated service (#53560) 3 years ago
preference Chore: remove xorm from preference (#53803) 3 years ago
provisioning Chore: Upgrade Go to 1.19.1 (#54902) 3 years ago
publicdashboards Public Dashboards: Replace simplejson with TimeSettings on dashboard struct (#55047) 3 years ago
query Public Dashboards: Add Expressions Support (#54336) 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 Chore: Upgrade Go to 1.19.1 (#54902) 3 years ago
search Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
searchV2 Chore: Upgrade Go to 1.19.1 (#54902) 3 years ago
searchusers Chore: Remove disable user, disable batch users and searchusers methods from store interface (#53717) 3 years ago
secrets Secrets: Improve error handling for secrets manager plugin (#54811) 3 years ago
serviceaccounts RBAC: Remove DeclareFixedRoles wrapper on Access control and inject service (#54153) 3 years ago
shorturls Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
sqlstore Alerting: Fix legacy migration crash when rule name is too long (#55053) 3 years ago
star add sqlx_store into star service (#53430) 3 years ago
store Storage: `Content` root storage (#54929) 3 years ago
teamguardian Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
temp_user Chore: Add tempuser service (#53325) 3 years ago
thumbs manager exposes renderer + secrets manager (#54629) 3 years ago
updatechecker Handle ioutil deprecations (#53526) 3 years ago
user Chore: Upgrade Go to 1.19.1 (#54902) 3 years ago
userauth Chore: Split delete user method (#52216) 3 years ago
validations