{% from 'partials/hero_cta.html' import hero_cta, template_buttons, integration_card %} {% set metrics_ctx = metrics_settings | default({}) %}
/api/metrics/prometheus'
) %}
{{ template_buttons([
{'label': 'Minimal', 'icon': 'fa-feather', 'action': "applyTemplate('minimal')", 'title': 'Just job counts - lightweight monitoring'},
{'label': 'Standard', 'icon': 'fa-check-circle', 'action': "applyTemplate('standard')", 'title': 'Jobs, HTTP metrics, and health checks', 'class': 'btn-primary'},
{'label': 'Security', 'icon': 'fa-lock', 'action': "applyTemplate('security')", 'title': 'Include rate limiting, audit, and approvals'},
{'label': 'Full', 'icon': 'fa-th', 'action': "applyTemplate('full')", 'title': 'All available metrics'},
]) }}
/api/metrics/prometheus
scrape_configs
Real-time training metrics from running jobs will be available here in a future update.
Click refresh to load preview
Loading metrics...
scrape_configs:
- job_name: 'simpletuner'
static_configs:
- targets: ['localhost:8080']
metrics_path: '/api/metrics/prometheus'
scrape_interval: 30s