mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-24 15:47:33 -04:00
* VAULT-1564 report in-flight requests * adding a changelog * Changing some variable names and fixing comments * minor style change * adding unauthenticated support for in-flight-req * adding documentation for the listener.profiling stanza * adding an atomic counter for the inflight requests addressing comments * addressing comments * logging completed requests * fixing a test * providing log_requests_info as a config option to determine at which level requests should be logged * removing a member and a method from the StatusHeaderResponseWriter struct * adding api docks * revert changes in NewHTTPResponseWriter * Fix logging invalid log_requests_info value * Addressing comments * Fixing a test * use an tomic value for logRequestsInfo, and moving the CreateClientID function to Core * fixing go.sum * minor refactoring * protecting InFlightRequests from data race * another try on fixing a data race * another try to fix a data race * addressing comments * fixing couple of tests * changing log_requests_info to log_requests_level * minor style change * fixing a test * removing the lock in InFlightRequests * use single-argument form for interface assertion * adding doc for the new configuration paramter * adding the new doc to the nav data file * minor fix |
||
|---|---|---|
| .. | ||
| config-dir | ||
| reload | ||
| telemetry | ||
| config.hcl | ||
| config.hcl.json | ||
| config2.hcl | ||
| config2.hcl.json | ||
| config3.hcl | ||
| config4.hcl | ||
| config4.hcl.json | ||
| config5.hcl | ||
| config_bad_https_storage.hcl | ||
| config_custom_response_headers_1.hcl | ||
| config_custom_response_headers_multiple_listeners.hcl | ||
| config_diagnose_hastorage_bad_https.hcl | ||
| config_diagnose_ok.hcl | ||
| config_raft.hcl | ||
| config_seals.hcl | ||
| diagnose_bad_https_consul_sr.hcl | ||
| diagnose_bad_telemetry1.hcl | ||
| diagnose_bad_telemetry2.hcl | ||
| diagnose_bad_telemetry3.hcl | ||
| diagnose_ok_storage_direct_access.hcl | ||
| diagnose_raft_no_bolt_folder.hcl | ||
| diagnose_seal_transit_tls_check.hcl | ||
| nostore_config.hcl | ||
| raft_retry_join.hcl | ||
| raft_storage_file.db | ||
| tls_config_ok.hcl | ||
| unauth_in_flight_access.hcl | ||