ento/tinyalert
Record and alert on metrics completely offline
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| measure | Name of metrics defined in config to measure | no | — |
| report | Set to true to report metric statuses | no | false |
| prune | Prune metric points using these flag(s) | no | — |
| install | Set to true to install tinyalert CLI | no | false |
| db-path | Path to SQLite database to save metrics data | yes | — |
| config-path | Path to TOML config that specifies metrics details | yes | — |
Outputs
| name | description |
|---|---|
| outcome | Report outcome: ok or alert |
| reports | Report data |
| table | Report output in table format |
| list | Report output in list format |
| diff | Report output in diff format |