Skip to content

Conversation

joanmassachs-wikiloc
Copy link

Before this commit, health status was only collected for cloud servers,
that are identified by their server id. This commit adds support also
for dedicated servers, that are identified by their IP.

Example dedicated server target in API response:

            "targets": [
                {
                    "ip": {
                        "ip": "10.0.1.1"
                    },
                    "health_status": [
                        {
                            "listen_port": 80,
                            "status": "healthy"
                        }
                    ],
                    "type": "ip"
                }
            ],

I have also included a second commit to use "ENV key=value" in Dockerfile instead of legacy "ENV key value" as explained in https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/.

Before this commit, health status was only collected for cloud servers,
that are identified by their server id. This commit adds support also
for dedicated servers, that are identified by their IP.
Copy link

sonarqubecloud bot commented Oct 7, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant