influxdb/kit/transport/http
William Baker 4db7978b32
feat(telemetry): Do not record telemetry data for invalid requests; replace invalid static asset paths with a slug (#21958)
* feat: record telemetry data only on successful response codes

* feat: re-write request path in file handler

* fix: use a slug for the replacement path

* chore: update CHANGELOG

* fix: report for 5XX also

* fix: address review comments
2021-07-29 10:22:11 -06:00
..
api.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
api_test.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
error_handler.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
error_handler_test.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
feature_controller.go fix: correct various typos (#19987) 2020-11-11 13:54:21 -05:00
handler.go chore(http): pull out eror handler into kit pkg for portability 2020-02-03 12:39:47 -08:00
middleware.go feat(telemetry): Do not record telemetry data for invalid requests; replace invalid static asset paths with a slug (#21958) 2021-07-29 10:22:11 -06:00
middleware_test.go feat(telemetry): Do not record telemetry data for invalid requests; replace invalid static asset paths with a slug (#21958) 2021-07-29 10:22:11 -06:00
status_response_writer.go chore(http): fixup middleware stack and normalize metrics into same buckets for id fields 2020-01-08 15:05:34 -08:00