Skip to content
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

Add upstream address and name tags #104

Merged
merged 1 commit into from
Aug 20, 2019

Commits on Aug 5, 2019

  1. Add upstream address and name tags

    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".
    sriemer committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    e649e41 View commit details
    Browse the repository at this point in the history