Số liệu thống kê

/v1/stats

Thu thập số liệu thống kê quan trọng về Coreapp và cơ sở dữ liệu của bạn bằng nút stats. Đo lường hiệu quả của hàng đợi bằng quy mô lệnh gọi lại trong hàng đợi hiện tại và số tin nhắn đang chờ xử lý.

Cạnh

Dưới đây là những cạnh được kết nối với nút này:

CạnhMô tả

/app

Trả về số liệu thống kê cho Coreapp.

/db

Trả về số liệu thống kê cho cơ sở dữ liệu.

Trước khi bạn bắt đầu

Nút stats hỗ trợ xác thực qua mã Bearer và khóa API.

Khóa 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.