grafana/pkg/middleware
Josh Hunt bda895ec03
Metrics: Add http_response_size_bytes metric (#110428)
* Metrics: Add http_response_size_bytes metric

* add better handler names for public asset paths

* fix tests

* comment

* remove debug log

* exemplar
2025-09-03 14:47:38 +01:00
..
cookies Hackaton: Add more unit tests, take 3 (#101525) 2025-03-05 08:00:12 +01:00
csrf
loggermw Chore: Remove sensitive information from presigned URLs prior to logging (#87035) 2024-06-24 14:53:42 +02:00
requestmeta
auth.go CI: Bump golangci-lint to 2.0.2 (#103572) 2025-04-10 14:42:23 +02:00
auth_test.go RBAC: Remove accessControlOnCall feature toggle (#101222) 2025-02-25 13:44:40 +01:00
csp.go FEMT: Add feature toggle and expose the service in regular grafana (#104428) 2025-04-25 12:24:25 +03:00
dashboard_redirect.go
dashboard_redirect_test.go
gziper.go Chore: Skip gzip for apiserver routes (#92245) 2024-08-21 23:47:58 +03:00
middleware.go CI: Bump golangci-lint to 2.0.2 (#103572) 2025-04-10 14:42:23 +02:00
middleware_test.go K8s: refactor build handler chain func to allow easier injection from enterprise (#100777) 2025-02-15 04:08:00 +02:00
org_redirect.go Forbid more redirect patterns (#110337) 2025-09-02 16:12:39 +02:00
org_redirect_test.go Forbid more redirect patterns (#110337) 2025-09-02 16:12:39 +02:00
quota.go
quota_test.go Authlib: Use types package rather than claims (#99243) 2025-01-21 12:06:55 +03:00
recovery.go Revert "Build swagger ui in seperate webpack build" (#104580) 2025-04-25 22:07:43 +01:00
recovery_test.go
request_metadata_test.go
request_metrics.go Metrics: Add http_response_size_bytes metric (#110428) 2025-09-03 14:47:38 +01:00
request_test.go
request_tracing.go Metrics: Add http_response_size_bytes metric (#110428) 2025-09-03 14:47:38 +01:00
subpath_redirect.go
subpath_redirect_test.go
testing.go
validate_action_url.go Canvas: Allow API calls to grafana origin (#91822) 2024-09-10 10:45:27 -04:00
validate_action_url_test.go Canvas: Allow API calls to grafana origin (#91822) 2024-09-10 10:45:27 -04:00
validate_host.go