-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(log-serializer): do not add receive time to
latencies.kong
(#12795
- Loading branch information
Showing
3 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
message: | | ||
The value of `latencies.kong` in the log serializer payload no longer includes | ||
the response receive time, so it now has the same value as the | ||
`X-Kong-Proxy-Latency` response header. Response receive time is recorded in | ||
the new `latencies.receive` metric, so if desired, the old value can be | ||
calculated as `latencies.kong + latencies.receive`. **Note:** this also | ||
affects payloads from all logging plugins that use the log serializer: | ||
`file-log`, `tcp-log`, `udp-log`,`http-log`, `syslog`, and `loggly`. | ||
type: bugfix | ||
scope: PDK |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d98eac9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bazel Build
Docker image available
kong/kong:d98eac9be60c93deb893e15ab75af78d394d8542
Artifacts available https://github.com/Kong/kong/actions/runs/8528432301