Changelog

Prometheus export

In short

Export metrics via Prometheus and monitor with Grafana


Export your Hookdeck metrics to Prometheus and integrate with your existing observability stack. The new Prometheus integration exposes metrics via a dedicated API endpoint that your Prometheus server can scrape, enabling you to monitor webhook infrastructure alongside your other services.

Here's what you can do:

  • Native Prometheus Format: Metrics exposed in standard Prometheus exposition format with hookdeck_ prefix for easy identification

  • Comprehensive Metrics: Access request rates, event processing stats, delivery attempts, queue depth, and response latency metrics

  • Grafana Dashboard Template: Pre-built dashboard template available to get started quickly with visualizing your webhook metrics

  • Flexible Configuration: Configure scrape intervals and use your existing Prometheus setup without additional infrastructure

  • Rich Labeling: Metrics include team, organization, source, connection, and destination labels for detailed filtering and aggregation

The integration complements our existing Datadog export, giving you flexibility in choosing your observability platform. Configure it in your project integrations and add the scrape configuration to your Prometheus server to start monitoring webhook health, performance, and throughput.

Read the docs