monitor_setup_prometheus
Set up Prometheus monitoring by generating configuration files with scrape targets and alerting rules for your service.
Instructions
Generate Prometheus configuration with scrape targets and rules
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| targets | No | List of scrape targets | |
| metrics_path | No | Metrics endpoint path (default /metrics) | |
| service_name | Yes | Name of the service to monitor | |
| scrape_interval | No | Scrape interval (default 15s) |