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
Matthew Jacobson 5ecc7dd2fa
Alerting: Increase size of kvstore value type for MySQL to LONGTEXT (#80331)
1 year ago
..
accesscontrol RBAC: Add origin column to seed_assignment (#80326) 1 year ago
alerting Authz: Remove use of SignedInUser copy for permission evaluation (#78448) 2 years ago
annotations Alerting/Annotations: Add annotation backend for Loki alert state history (#78156) 1 year ago
anonymous Anon: Small fixes to anon service structure (#79566) 1 year ago
apikey Swagger: Rename API Key `AddCommand` (#78491) 2 years ago
auth JWT: Fallthrough to fetch keyset in case of cache error (#80081) 1 year ago
authn FeatureFlags: Use interface rather than manager (#80000) 1 year ago
caching
cleanup Tracing: Standardize on otel tracing (#75528) 2 years ago
contexthandler FeatureFlags: Use interface rather than manager (#80000) 1 year ago
correlations Identity: Unfurl OrgID in pkg/services to allow using identity.Requester interface (#76113) 2 years ago
dashboardimport Chore: Deprecate ID from Folder (#78281) 2 years ago
dashboards Chore: Add dashboard retrieval by FolderUID (#80288) 1 year ago
dashboardsnapshots Snapshots: Do not return internal database ids (#77672) 2 years ago
dashboardversion Chore: Deprecate FolderID from SaveDashboardCommand (#77813) 2 years ago
datasourceproxy Errors: Make errors the same in dev as prod (#77366) 2 years ago
datasources Plugins: Add option to disable TLS in the socks proxy (#79246) 1 year ago
encryption Chore: use any rather than interface{} (#74066) 2 years ago
extsvcauth Chore: Fix flaky test by removing the extsvcauth background service (#79044) 2 years ago
featuremgmt FeatureFlags: Remove enabled from FeatureFlag model (#79960) 1 year ago
folder Provisioning: Fix dual write of folders (#80140) 1 year ago
grafana-apiserver APIServer: Move shared code to a utility/helper function (#80261) 1 year ago
grpcserver Swap weaveworks/common utilities for equivalents in grafana/dskit (#80051) 1 year ago
guardian Folders: Show dashboards and folders with directly assigned permissions in "Shared" folder (#78465) 1 year ago
hooks Hooks: Remove AddLoginHook and RunLogin hooks (#73227) 2 years ago
kmsproviders
ldap Login: refactor auth info package (#78459) 2 years ago
libraryelements Folders: Show dashboards and folders with directly assigned permissions in "Shared" folder (#78465) 1 year ago
librarypanels Folders: Show dashboards and folders with directly assigned permissions in "Shared" folder (#78465) 1 year ago
licensing
live Live: Default to local engine if redis is unavailable (#77467) 2 years ago
login Chore: Configure SkipOrgRoleSync from OAuthInfo for OAuth connectors (#79443) 1 year ago
loginattempt Chore: capitalise log message for auth packages (#74332) 2 years ago
navtree FeatureFlags: Use interface rather than manager (#80000) 1 year ago
ngalert Alerting: Fix GetAlertRulesForScheduling to use folder table and join by org_id (#80330) 1 year ago
notifications Config: Can add static headers to email messages (#79365) 1 year ago
oauthtoken Auth: Use SSO settings service to load social connectors + refactor (#79005) 1 year ago
org Chore: delete team related entries for an org after the org gets deleted (#76706) 2 years ago
playlist Playlist: Implement a more efficient List command to support k8s list (#79820) 1 year ago
plugindashboards Chore: Remove FolderID from Dashboard Import (#78832) 1 year ago
pluginsintegration FeatureFlags: Use interface rather than manager (#80000) 1 year ago
preference Preferences: Remove SQLX backing store (#78015) 2 years ago
provisioning Provisioning: Fix dual write of folders (#80140) 1 year ago
publicdashboards FeatureFlags: Use interface rather than manager (#80000) 1 year ago
query Chore: Upgrade Go to 1.21.3 (#77304) 2 years ago
queryhistory Chore: use any rather than interface{} (#74066) 2 years ago
quota Alerting: Fix deleting rules in a folder with matching UID in another organization (#78258) 2 years ago
rendering Rendering: Fix plugin initialization (#80013) 1 year ago
screenshot Chore: use any rather than interface{} (#74066) 2 years ago
search Authz: Remove use of SignedInUser copy for permission evaluation (#78448) 2 years ago
searchV2 Chore: Deprecate FolderID from Dashboard (#77823) 2 years ago
searchusers Team: Support `sort` query param for teams search endpoint (#75622) 2 years ago
secrets FeatureFlags: Use interface rather than manager (#80000) 1 year ago
serviceaccounts FeatureFlags: Use interface rather than manager (#80000) 1 year ago
shorturls Chore: Add errutils helpers (#73577) 2 years ago
signingkeys Siningkeys: Fix test setup (#76333) 2 years ago
sqlstore Alerting: Increase size of kvstore value type for MySQL to LONGTEXT (#80331) 1 year ago
ssosettings Auth: tidy up the database layer from the SSO Settings Service (#80341) 1 year ago
star Stars: Remove sqlx storage implementation (#77766) 2 years ago
stats Usagestats: Add stat group for alert rule groups (#78825) 2 years ago
store Give dialects control over how insert and update queries are performed (#79946) 1 year ago
supportbundles Auth: Remove oAuthProviders from Social service (#78732) 2 years ago
tag FeatureFlags: Cleanup usage of cfg.IsFeatureToggleEnabled (#78014) 2 years ago
team Authz: Remove use of SignedInUser copy for permission evaluation (#78448) 2 years ago
temp_user Chore: use any rather than interface{} (#74066) 2 years ago
updatechecker Plugins: Move store and plugin dto to pluginsintegration (#74655) 2 years ago
user Chore: Remove unused CacheService dependency from sqlstore (#78507) 2 years ago
validations