Skip to main content

1) Initialize Zyntex and Telemetry

flushEvery defaults to 10 seconds if omitted. Values below 10 are rejected.

2) Create metrics

3) Push samples

4) Flush (optional)

Avoid pushing every frame. Prefer timed intervals (e.g., every 2–5s) and let the registry manage flushes.
Mini‑PromQL: You can query your metrics in dashboards using a simplified PromQL. See the Introduction page for supported aggregates, functions, and examples, or start with the official PromQL documentation.
Telemetry getting started