SigNoz
Monitoring API key and base URLQuery SigNoz traces, metrics and logs, and manage alerts and dashboards, from any Windmill script, flow or app.
Set up in 3 steps
1
Get your credential
In SigNoz, open Settings then API Keys and create one. Note your instance's base URL too — the Cloud host, or your own if you self-host.
2
Add the resource in Windmill
Open Resources, add a resource of type signoz, and fill it in.
3
Run your first script
Fork any script below and read before writing anything.
Scripts
Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.
Update an existing dashboard
Script signoz Verified
Update an existing alert rule
Script signoz Verified
Get all dashboards
Script signoz Verified
Get all alert rules
Script signoz Verified
Find dashboard by UUID
Script signoz Verified
Find alert rule by ID
Script signoz Verified
Deletes a alert rule
Script signoz Verified
Add a dashboard to the system
Script signoz Verified
Add a alert rule to the system
Script signoz Verified
Resource type
signoz — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| apiKey | string | Yes | API key retrieved from the dashboard. |
| baseUrl | string | Yes | Base URL for the Signoz API - signoz.io for Cloud Hosted version. |
Questions
Why a base URL?
SigNoz is self-hostable, so there is no fixed API host. Every call is built from this field.
Is my credential stored on the hub?
Never. It lives only in your own Windmill workspace, encrypted at rest.