Skip to content

Commit

Permalink
fix status endpoint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Guaris committed Oct 2, 2024
1 parent 6561d85 commit 2613374
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions api-specs/Gateway-EE/3.7/kong-ee-3.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11467,6 +11467,8 @@ paths:
tags:
- Information
responses:
'401':
$ref: '#/components/responses/HTTP401Error'
'200':
description: OK
content:
Expand Down Expand Up @@ -11727,11 +11729,9 @@ paths:
description: |-
Retrieve usage information about a node, with some basic information about the connections being processed by the underlying nginx process, the status of the database connection, and node's memory usage.

This endpoint now listens on `127.0.0.1:8007` by default for status checks. It provides detailed metrics regarding memory usage, worker process stats, database connection status, and server connection metrics.
`status_listen` listens on port `8007`, however `8001` can still be utilized as well.`127.0.0.1:8007` by default for status checks. It provides detailed metrics regarding memory usage, worker process stats, database connection status, and server connection metrics.

If you want to monitor the Kong process, since Kong is built on top of nginx, every existing nginx monitoring tool or agent can be used.
'401':
$ref: '#/components/responses/HTTP401Error'
/keyring/generate:
post:
summary: Generate key
Expand Down
7 changes: 4 additions & 3 deletions api-specs/Gateway-EE/latest/kong-ee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11959,6 +11959,8 @@ paths:
tags:
- Information
responses:
'401':
$ref: '#/components/responses/HTTP401Error'
'200':
description: OK
content:
Expand Down Expand Up @@ -12219,11 +12221,10 @@ paths:
description: |-
Retrieve usage information about a node, with some basic information about the connections being processed by the underlying nginx process, the status of the database connection, and node's memory usage.

This endpoint now listens on `127.0.0.1:8007` by default for status checks. It provides detailed metrics regarding memory usage, worker process stats, database connection status, and server connection metrics.
`status_listen` listens on port `8007`, however `8001` can still be utilized as well.`127.0.0.1:8007` by default for status checks. It provides detailed metrics regarding memory usage, worker process stats, database connection status, and server connection metrics.

If you want to monitor the Kong process, since Kong is built on top of nginx, every existing nginx monitoring tool or agent can be used.
'401':
$ref: '#/components/responses/HTTP401Error'

/status/dns:
get:
summary: DNS Status
Expand Down

0 comments on commit 2613374

Please sign in to comment.