สถิติ

/v1/stats

รวบรวมสถิติที่สำคัญเกี่ยวกับ Coreapp และฐานข้อมูลของคุณด้วยโหนด stats วัดประสิทธิภาพคิวของคุณจากขนาดการเรียกกลับของคิวปัจจุบันและจำนวนข้อความที่รอตอบกลับ

จุดเชื่อมโยง

จุดเชื่อมโยงต่อไปนี้เชื่อมต่อกับโหนดนี้

จุดเชื่อมโยงคำอธิบาย

/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.