-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/3.2.1 #430
base: master
Are you sure you want to change the base?
Release/3.2.1 #430
Commits on Apr 10, 2024
-
Return
Content-Type
for POST requestsPreviously `Content-Type` was not explicitly returned for POST requests. This would result in errors being logged for javascript tracker in Firefox[1]. Now, the behavior is rolled back to previous where collector would return `Content-Type` header for these requests. Addresses [BCPF-1102] and [PDP-1110] --- 1 - https://bugzilla.mozilla.org/show_bug.cgi?id=884693
Configuration menu - View commit details
-
Copy full SHA for 59438a4 - Browse repository at this point
Copy the full SHA 59438a4View commit details
Commits on May 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55f020c - Browse repository at this point
Copy the full SHA 55f020cView commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fdd19b0 - Browse repository at this point
Copy the full SHA fdd19b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffff1e0 - Browse repository at this point
Copy the full SHA ffff1e0View commit details
Commits on Sep 4, 2024
-
Remove body read timeout feature
The goal of the feature was to prevent long body reads in GCP, this however does not prevent the slow incoming connection handling at the framework level. Therefore, as this adds unnecessary complexity with possible negative performance impact, the feature is removed. The configuration parameter is no longer used, but can remain as is.
Configuration menu - View commit details
-
Copy full SHA for 548aaf6 - Browse repository at this point
Copy the full SHA 548aaf6View commit details -
Disable timeouts on healthcheck calls
Currently, healthchecks reside behind the same timeout settings as any other endpoint. We observed that when autoscaling under massive load, it is possible for collector to be taken down because of long health check responses. Which previously did not happen. We therefore move healthchecks above the timeout middleware to return to previous behavior. Additionally, this allows us to set arbitrarily short (or long) response times for the regular endpoints when necessary. --- Part of [PDP-1408].
Configuration menu - View commit details
-
Copy full SHA for 314e128 - Browse repository at this point
Copy the full SHA 314e128View commit details -
Extend default timeouts to match upstream defaults
The reference defaults should be less strict and match the settings we define upstream.
Configuration menu - View commit details
-
Copy full SHA for 3be22e4 - Browse repository at this point
Copy the full SHA 3be22e4View commit details -
Explicitly return 408 when timeout is hit
Previously, we would return 503 Service Unavailable, suggesting that failures should not be retried and leading to confusion with early timeout being hit. Now, we return 408 Request Timeout which is more explicit and easier to monitor.
Configuration menu - View commit details
-
Copy full SHA for 202a937 - Browse repository at this point
Copy the full SHA 202a937View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2375edf - Browse repository at this point
Copy the full SHA 2375edfView commit details