통계

/v1/stats

stats 노드로 Coreapp과 데이터베이스에 대한 중요한 통계를 수집합니다. 현재 대기열 콜백 크기와 대기 중인 메시지 수로 대기열의 성능을 측정합니다.

에지

이 노드와 연결되는 에지는 다음과 같습니다.

에지설명

/app

Coreapp에 대한 통계를 반환합니다.

/db

데이터베이스에 대한 통계를 반환합니다.

시작하기 전에

stats 노드는 Bearer 토큰 및 API 키 인증을 지원합니다.

API 키

If you wish to monitor the health, metrics, and stats nodes from an orchestrator, Bearer tokens are not the best option for ongoing checks as they expire every 7 days. To mediate this, you can use an API key, which can be set using the WA_API_KEY environment variable in the waweb environment section in the .yml file of your installation setup.
services:
...
  waweb:
  ...
    environment:
    ...
    WA_API_KEY: your-api-key-token
The API key you set must have a minimum of 12 characters and a maximum of 128 characters. The Webapp must be restarted whenever you change the API key.