Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Execute custom query and notify via Slack #48

@ghost

Description

Create a YAML or JSON with all custom queries to execute every x time:

Example:

queries:
- description: "purchase by hours"
  query: "SELECT count(id) FROM purchases WHERE created_at >=..."
  schedule: every 1 hour
  warning: 10
  alert: 0
  channel: kpi

Related projects:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions