Monitor Stack
01README
Monitoring stack with Prometheus and Grafana models
02Models
@swampadmin/monitor-stack/prometheusv1.0.0prometheus.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| endpoint | string | Monitoring endpoint URL |
fn configure(config_path: string, overrides?: object)
configure operation
| Argument | Type | Description |
|---|---|---|
| config_path | string | Path to configuration file |
| overrides? | object | Configuration overrides |
fn scrape(name: string)
scrape operation
| Argument | Type | Description |
|---|---|---|
| name | string | Resource name |
fn alert(name: string)
alert operation
| Argument | Type | Description |
|---|---|---|
| name | string | Resource name |
@swampadmin/monitor-stack/grafanav1.0.0grafana.ts
fn create_dashboard(name: string)
create dashboard operation
| Argument | Type | Description |
|---|---|---|
| name | string | Resource name |
fn import_dashboard(name: string)
import dashboard operation
| Argument | Type | Description |
|---|---|---|
| name | string | Resource name |
03Stats
Downloads
0
Archive size
199.0 KB
Not yet scored.
A score will be generated the next time this extension is published. The owner can also trigger scoring manually.
04Platforms
05Labels