grafana/pkg/services
Ivana Huckova 4d0a7637b2
Zipkin: Run health check through backend (#96031)
* Zipkin: Run health check through backend

* Mark some errors as downstream

* Update pkg/tsdb/zipkin/zipkin.go

Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>

* Use errors.New where error formatting is not needed

* Remove executable in plugin.json

* Fix joining the path

* Keep logger as global and then create from context

* Close the res body

---------

Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
2024-11-07 16:48:00 +01:00
..
accesscontrol AccessControl: Use UIDs for Resource permissions frontend (#95552) 2024-10-31 16:17:13 +01:00
annotations Annotations: Fix composite store read (#94158) 2024-10-03 09:14:06 +02:00
anonymous Anonymous User: Adds validator service for anonymous users (#94700) 2024-10-18 13:10:41 -03:00
apikey Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
apiserver Playlist: Fix mutation logic (#95925) 2024-11-05 21:00:10 -05:00
auth Auth: Update SAML lib (#94745) 2024-11-04 09:55:29 +01:00
authn Fix: Close grpc_authenticator fallback trace (#96009) 2024-11-07 11:29:25 +01:00
authz SQL: Add macro support in select case (#88514) 2024-11-04 17:13:35 +01:00
caching Fixing typos (#70487) 2023-06-22 09:43:38 +01:00
cleanup ShareInternally: Make stale short link expiry optional (#88137) 2024-10-16 11:36:54 +03:00
cloudmigration SQL: Add macro support in select case (#88514) 2024-11-04 17:13:35 +01:00
contexthandler Auth: Use sessionStorage instead of cookie for automatic redirection (#92759) 2024-09-24 18:38:09 +02:00
correlations Correlations: Allow correlations to target URLs (#92442) 2024-09-24 09:38:17 -05:00
dashboardimport Identity: remove GetTypedID (#91745) 2024-08-09 18:20:24 +03:00
dashboards AccessControl: Use UIDs for Resource permissions frontend (#95552) 2024-10-31 16:17:13 +01:00
dashboardsnapshots Folders: Export folder store implementation (#93897) 2024-09-30 10:28:47 +02:00
dashboardversion Chore: removing (more) redundant transactions (#89373) 2024-06-25 09:19:49 -04:00
datasourceproxy Plugins: Preserve trailing slash in plugin proxy (#86859) 2024-06-05 13:36:14 +02:00
datasources LBAC for datasources: Move validation of rules from datasources to LBAC Rules (#94622) 2024-10-25 10:07:53 +01:00
encryption fix: pass context into secrets logs (#95944) 2024-11-06 12:52:29 +01:00
extsvcauth ManagedServiceAccounts: Add a config option to disable the feature on-prem (#93571) 2024-09-27 09:11:59 +02:00
featuremgmt SCIM: Add feature flag (#96021) 2024-11-07 15:38:46 +01:00
folder Dashboards: Remove unique name constraints (#90687) 2024-10-29 08:58:39 +03:00
gcom CloudMigrations: Fix traceability & HTTP Client initialisation (#94141) 2024-10-07 11:31:45 +02:00
grpcserver Plugins: Replace references of plugin SDK backend.Logger with Grafana logger (#95235) 2024-10-24 12:00:40 +01:00
guardian Folders: Set folder creation permission as part of legacy create (#94040) 2024-10-01 14:03:02 +02:00
hooks Hooks: Remove AddLoginHook and RunLogin hooks (#73227) 2023-08-17 09:51:45 +02:00
kmsproviders Secrets: Make the Migrator extensible (#67307) 2023-06-19 23:44:01 +02:00
ldap Auth: Attach external session info to Grafana session (#93849) 2024-10-08 11:03:29 +02:00
libraryelements Folders: Set folder creation permission as part of legacy create (#94040) 2024-10-01 14:03:02 +02:00
librarypanels Folders: Set folder creation permission as part of legacy create (#94040) 2024-10-01 14:03:02 +02:00
licensing Navigation: Remove ApplyAdminIA logic (#89113) 2024-06-12 16:45:13 +01:00
live Live: Clean up redis after test run (#93806) 2024-09-26 08:41:47 -04:00
login RemoteCache: Refactor remote cache settings (#95672) 2024-11-04 17:35:31 +01:00
loginattempt Chore: Add login protection when user is trying different uppercase letters (#87588) 2024-05-10 13:49:59 +02:00
navtree PluginExtensions: Made it possible to enable extensions admin page in non-development environments (#95820) 2024-11-05 16:55:10 +01:00
ngalert Alerting: Fix saving advanced mode toggle state in the alert rule editor (#95924) 2024-11-06 18:39:15 +01:00
notifications Alerting: Support tls config for webhook receiver (#93513) 2024-10-22 12:44:32 +02:00
oauthtoken Auth: Update oauthtoken service to use remote cache and server lock (#90572) 2024-08-19 18:57:37 +02:00
org AccessControl: Use UIDs for Resource permissions frontend (#95552) 2024-10-31 16:17:13 +01:00
playlist Playlists: limit the total number of playlists (#92132) 2024-08-21 14:49:28 +03:00
plugindashboards chore(perf): Pre-allocate where possible (enable prealloc linter) (#88952) 2024-06-14 14:16:36 -04:00
pluginsintegration Zipkin: Run health check through backend (#96031) 2024-11-07 16:48:00 +01:00
preference Theme: Add debug theme behind extraThemes toggle (#95838) 2024-11-05 14:37:09 +00:00
provisioning Dashboards: Remove unique name constraints (#90687) 2024-10-29 08:58:39 +03:00
publicdashboards Folders: Export folder store implementation (#93897) 2024-09-30 10:28:47 +02:00
query Chore: Bump Go to 1.23.0 (#92105) 2024-08-21 11:40:42 -04:00
queryhistory Explore: Check for RBAC permissions when hitting query history endpoints (#91156) 2024-07-31 12:10:52 -06:00
quota Alerting: Publish event when one or more rules are created or changed (#93637) 2024-10-11 12:19:52 -04:00
rendering Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
screenshot Chore: Refactor render via http (#84613) 2024-05-14 07:24:18 -03:00
search chore(tracing): add tracing for frontend and db session (#91509) 2024-08-05 17:17:39 -08:00
searchusers Auth: Fix missing authLabels from user list page (#94612) 2024-10-11 15:42:32 +03:00
searchV2 Folders: Set folder creation permission as part of legacy create (#94040) 2024-10-01 14:03:02 +02:00
secrets fix: pass context into secrets logs (#95944) 2024-11-06 12:52:29 +01:00
serviceaccounts IAM - Fix panic from accessing nil serviceAccount (#95681) 2024-11-04 11:18:31 -06:00
shorturls Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
signingkeys Signer: Fix typo (#92928) 2024-09-04 15:01:24 +02:00
sqlstore Alerting: Migration to remove scope from permission alert.notifications.receivers:create (#95805) 2024-11-06 11:31:40 -05:00
ssosettings fix: pass context into secrets logs (#95944) 2024-11-06 12:52:29 +01:00
star Identity: remove GetTypedID (#91745) 2024-08-09 18:20:24 +03:00
stats Revert read replica POC (#93551) 2024-09-25 15:21:39 -08:00
store Search: Make the existing dashboard parsing code public (#95649) 2024-11-06 07:35:15 +03:00
supportbundles Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
tag Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
team Users: Fix potential panics on UID translation (#95794) 2024-11-04 18:50:26 +01:00
temp_user Chore: removing (more) redundant transactions (#89373) 2024-06-25 09:19:49 -04:00
unifiedSearch search: dashboard list link (#95996) 2024-11-07 09:40:05 -05:00
updatechecker Chore: Making versioncheck url rely on config instead of being hardcoded (#85855) 2024-04-11 12:04:53 +02:00
user Users: Fix potential panics on UID translation (#95794) 2024-11-04 18:50:26 +01:00
validations chore: move validations model into the validations service (#61953) 2023-01-23 15:10:14 -05:00