Skip to content

Lightweight optional telemetry module for BotForge bots to report runtime stats, usage metrics, and environment details to a central monitoring API.

License

Notifications You must be signed in to change notification settings

tryforge/ForgeTelemetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ForgeTelemetry

Lightweight optional telemetry module for BotForge bots to report runtime stats, usage metrics, and environment details to a central monitoring API.

@tryforge/forge.telemetry @tryforge/forgescript Discord

How to use

Download from npm:

npm i @tryforge/forge.telemetry

in your client initialization:

const { ForgeTelemetry } = require("@tryforge/forge.telemetry")

const client = new ForgeClient({
  ...
  extensions: [new ForgeTelemetry()]
})

About

Lightweight optional telemetry module for BotForge bots to report runtime stats, usage metrics, and environment details to a central monitoring API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published