-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add upstream address and name tags (#104)
When a request is redirected to an upstream, then it is not visible where it went. The ngx_http_upstream module maintains a variable "upstream_addr" for the resolved IP address + port information. It also sets the name of the used upstream config entry to the request as request->upstream->upstream->host. So add that information to the new tags "upstream.address" and "upstream.name".
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 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
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