Export high-resolution fuzzing performance data, crash signatures, and resource utilization to your centralized observability stack.
Active Exporters
Metrics Scraped
Avg Latency
Export Uptime
crashlab_exporter_push_latency_ms
Scrape Job Configuration
To view these metrics in Prometheus, add the following scrape job to yourprometheus.yml. Ensure your internal network allows traffic from the Prometheus poller to the CrashLab exporter endpoint.
scrape_configs:
- job_name: 'crashlab_exporter'
scrape_interval: 15s
static_configs:
- targets: ['prometheus.internal.crashlab.io']