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/middleware
Torkel Ödegaard 0e61a670bb fix: error handling now displays page correctly, fixes #10777 7 years ago
..
auth.go redirect "permission denied" requests to "/" (#10773) 7 years ago
auth_proxy.go Optimize some wrong usage and spelling 8 years ago
auth_proxy_test.go tests: fix after interface change 8 years ago
auth_test.go Auth: Support for user authentication via reverse proxy header (like X-Authenticated-User, or X-WEBAUTH-USER), Closes #1921 10 years ago
dashboard_redirect.go dashboard: fix redirect of legacy dashboard url's 7 years ago
dashboard_redirect_test.go dashboard: fix redirect of legacy dashboard url's 7 years ago
logger.go convert old metrics to prom metrics 8 years ago
middleware.go fix: error handling now displays page correctly, fixes #10777 7 years ago
middleware_test.go dashboards: redirect from old url used to load dashboard to new url 7 years ago
org_redirect.go Use strings.TrimPrefix to make sure relative url doesn't start with forward slash 8 years ago
org_redirect_test.go middleware: rename org-id -> orgId 8 years ago
perf.go feat(timing): timing is now working with graphite and influxdb 9 years ago
quota.go feat(loggin): disable logging by default so unit tests are not full of logging 9 years ago
quota_test.go fix(quota): fixed failing quota unit tests 10 years ago
recovery.go fix: error handling now displays page correctly, fixes #10777 7 years ago
recovery_test.go middleware: recovery handles panics in all handlers 8 years ago
render_auth.go dashfolders: security for png rendering 8 years ago
request_metrics.go metrics: set summary unit 8 years ago
request_tracing.go mark >=400 responses as error 8 years ago
session.go login: regenerates session id on login 8 years ago
util.go prometheus: enable gzip for /metrics endpoint 8 years ago
validate_host.go fix(rendering): fixed server side rendering issue when sertting enforce_domain to true, fixes #6769 9 years ago