Skip to content

Upstream Proxy Target Label #1241

@B00M3000

Description

@B00M3000

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Image

I am running consul and using upstream. The site is working but it still annoyingly says offline.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Is it possible to populate with the ips found or some other metric.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Please tell me if I configured something wrong. I am relatively new to proxy configuration.

Additional context
Add any other context or screenshots about the feature request here.

Here is my config redacted.

I am using consul with nomad.

upstream redacted-net {
    zone upstream_web 128k;
    resolver 127.0.0.1:8600 valid=5s;
    resolver_timeout 2s;
    server service.consul service=redacted-net resolve;
}
server {
    listen 80;
    listen [::]:80;
    server_name redacted.net;
    location / {
        proxy_pass http://redacted-net;
    }
}

Kudos on the fantastic dashboard! 👍 🎉

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions