Statistiken

/v1/stats

Sammle wichtige Statistiken über deine Coreapp und Datenbank mit dem stats-Node. Miss die Leistung deiner Warteschlange anhand der aktuellen Rückrufgröße und der Anzahl der ausstehenden Nachrichten.

Edges

Die folgenden Edges sind mit diesem Node verbunden:

EdgeBeschreibung

/app

Gibt Statistiken für die Coreapp zurück.

/db

Gibt Statistiken für die Datenbank zurück.

Bevor du beginnst

Der stats-Node unterstützt ein Bearer-Token und die Authentifizierung von API-Schlüsseln.

API-Schlüssel

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.