Skip to main content
hitspec can export test execution metrics to external monitoring systems. This is especially useful for stress testing, where you want to track latency, error rates, and throughput over time.

Supported Formats

Prometheus

Exposes metrics on an HTTP endpoint (default port 9090) for Prometheus to scrape.
Metrics are available at http://localhost:9090/metrics while the test runs.

DataDog

Sends metrics directly to the DataDog API.

JSON

Writes aggregate metrics to a file or stdout.

Multiple Exporters

Export to multiple formats simultaneously:

Exported Metrics

The metrics include:
Last modified on February 10, 2026