/v1/stats
Obtén estadísticas importantes sobre la aplicación principal y la base de datos con el nodo stats
. Mide el rendimiento de la lista con el tamaño de devolución de llamada de la lista actual y el número de mensajes pendientes.
Los perímetros siguientes están conectados a este nodo:
El nodo stats
admite la autenticación de las claves de la API y el identificador de portador.
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-tokenThe 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.