You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/12/01 12:33:28 UTC

[GitHub] [apisix] bhedahra opened a new issue, #8441: feat: Upstream status page

bhedahra opened a new issue, #8441:
URL: https://github.com/apache/apisix/issues/8441

   ### Description
   
   Hello 
   
   As a user, I want to see upstream statuses like nginx or tengine, could you please help?
   
   For example, i can see upstreams up or down in nginx like that
   
   
   
   Index | Upstream |            Name |          Status | Rise counts | Fall counts | Check type | Check port
   0 | upstream-name | upstreamip-port | up | 10 |  0 | tcp | 0
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] membphis commented on issue #8441: feat: Upstream status page

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #8441:
URL: https://github.com/apache/apisix/issues/8441#issuecomment-1333704218

   Can you post a picture to show the final result? @bhedahra 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] bhedahra commented on issue #8441: feat: Upstream status page

Posted by GitBox <gi...@apache.org>.
bhedahra commented on issue #8441:
URL: https://github.com/apache/apisix/issues/8441#issuecomment-1333722528

   Hello, for example; this is tengine upstream status page. This is enough for us. Thanks.
   
   ![image](https://user-images.githubusercontent.com/95253933/205057893-734590e8-61dc-4437-ae0e-a1fac63e2fe7.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] tzssangglass commented on issue #8441: feat: Upstream status page

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #8441:
URL: https://github.com/apache/apisix/issues/8441#issuecomment-1334704573

   we can get upstream status by the prometheus plugin, ref: https://github.com/apache/apisix/blob/master/docs/en/latest/plugins/prometheus.md#specifying-metrics


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] monkeyDluffy6017 closed issue #8441: feat: Upstream status page

Posted by "monkeyDluffy6017 (via GitHub)" <gi...@apache.org>.
monkeyDluffy6017 closed issue #8441: feat: Upstream status page
URL: https://github.com/apache/apisix/issues/8441


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] tokers commented on issue #8441: feat: Upstream status page

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #8441:
URL: https://github.com/apache/apisix/issues/8441#issuecomment-1334991736

   > we can get upstream status by the prometheus plugin, ref: https://github.com/apache/apisix/blob/master/docs/en/latest/plugins/prometheus.md#specifying-metrics
   
   The metrics got from the real traffic, and the image provided @bhedahra is gotten from the something like health check. Not sure if this is what @bhedahra needs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] tokers commented on issue #8441: feat: Upstream status page

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #8441:
URL: https://github.com/apache/apisix/issues/8441#issuecomment-1334644756

   APISIX has the health check control API for collecting this health information, see https://apisix.apache.org/docs/apisix/control-api/#get-v1healthcheck for the details and learn if these information is what you need.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] cardiyu commented on issue #8441: feat: Upstream status page

Posted by "cardiyu (via GitHub)" <gi...@apache.org>.
cardiyu commented on issue #8441:
URL: https://github.com/apache/apisix/issues/8441#issuecomment-1467268793

   +1,maybe refer to aliyun slb openapi for healthcheck,ref:
   https://next.api.aliyun.com/document/Slb/2014-05-15/DescribeHealthStatus
   
   {
     "RequestId": "365F4154-92F6-4AE4-92F8-7FF34B540710",
     "BackendServers": [
       {
         "ServerHealthStatus": "abnormal",
         "Protocol": "https",
         "ListenerPort": 80,
         "ServerIp": "192.XX.XX.11",
         "Port": 70,
         "ServerId": "i-bp1h5u3fv54ytf***"
       }
     ]
   }


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] juzhiyuan commented on issue #8441: feat: Upstream status page

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on issue #8441:
URL: https://github.com/apache/apisix/issues/8441#issuecomment-1334655674

   This endpoint returns empty, according to @bhedahra's slack chat. @bhedahra Please provide steps and more information on this "issue". Then, the team will try to explore and reproduce it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org