Files
ITWorx Pulse release export bd774932d5
Public source validation / validate (push) Failing after 3m8s
Publish ITWorx Pulse source
2026-09-03 02:09:19 +02:00

1.1 KiB

Configuration examples

Files in this directory are schemas/examples, not production secrets.

  • metrics/catalog.example.json: initial semantic metric definitions.
  • dashboards/default-overview.example.json: system overview template.
  • alerts/default-rules.example.json: conservative baseline rules.
  • probes/probe.example.json: disabled probe example.

Codex must:

  • validate them against schemas;
  • convert them to implementation-owned seed/migration mechanisms;
  • version changes;
  • never overwrite a user's customized dashboard/rule silently;
  • never insert real credentials.

Contract mapping

  • metrics/catalog.example.jsonspecs/metric-catalog.schema.json

  • dashboards/default-overview.example.jsonspecs/dashboard.schema.json

  • alerts/default-rules.example.jsonspecs/alert-rule-set.schema.json

  • probes/probe.example.jsonspecs/probe.schema.json

  • internal/alertdefaults/seed.json is the implementation-owned, embedded v1 seed. It is reconciled at API startup without overwriting an existing rule ID or user customization.