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
Ashley Harrison 3e688ecf7d
Navigation: remove `description` from the backend navmodel and use `subTitle` instead (#56155)
3 years ago
..
accesscontrol fix: remove permission grouping (#56157) 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 UserService: use the UserService instead of calling sqlstore directly (#55745) 3 years ago
correlations Glue: Return correlation config in GET /correlations (#55801) 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 resolve merge conflicts (#55503) 3 years ago
encryption Encryption: Fall back to AES-CFB on empty algorithm metadata (#53266) 3 years ago
export Chore: Move SearchOrgs to org service (#55416) 3 years ago
featuremgmt GRPC Server: Add gRPC server service (#47849) 3 years ago
grpcserver Chore: expose grpc server address (#56013) 3 years ago
guardian Chore: implement sqlx into tag service (#55908) 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: Make it possible to configure where in nav tree plugins live (#55484) 3 years ago
live Live: Migrate to centrifuge-js v3 (new API and client protocol) (#51977) 3 years ago
login UserService: use the UserService instead of calling sqlstore directly (#55745) 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 Navigation: remove `description` from the backend navmodel and use `subTitle` instead (#56155) 3 years ago
ngalert Alerting: Move fake rule store to the test utilities package (#56062) 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: Copy org sqlstore methods to org store (#55825) 3 years ago
playlist playlist: introduce coremodel schema, swap in for backend DTO types (#56048) 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 Glue: Return correlation config in GET /correlations (#55801) 3 years ago
publicdashboards PublicDashboards: Allow disabling an existent public dashboard if it has template variables (#55778) 3 years ago
query Plugins: Use error plane for api/ds/query (#54750) 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 Devenv: move timeseries dashboards to a timeseries folder (#56131) 3 years ago
searchusers Chore: Remove disable user, disable batch users and searchusers methods from store interface (#53717) 3 years ago
secrets SQLStore: Ensure that sessions are always closed (#55864) 3 years ago
serviceaccounts Chore: add more input parameters to `serviceaccounts/test/common.go` (#55994) 3 years ago
shorturls Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
sqlstore SQLStore: Ensure that sessions are always closed (#55864) 3 years ago
star add sqlx_store into star service (#53430) 3 years ago
store Storage: Dummy object server and basic integration tests (#56014) 3 years ago
tag Chore: implement sqlx into tag service (#55908) 3 years ago
team Chore: Move team store implementation to a separate package (#55514) 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: Delete UpdateUser, ChangeUserPassword, UpdateLastSeenAt from sqlstore (#55928) 3 years ago
userauth Chore: Split delete user method (#52216) 3 years ago
validations