Hotpot documentation

Prometheus

Hotpot understands Prometheus events, via Alertmanager, to create moments.

Hotpot does not require any specific Prometheus configuration, but does require being enabled first. Under Organization Settings, go to Integrations, and enable the Prometheus integration. After the integration is enabled, each team can create a Moment API Endpoint that will process and understand Prometheus events.

Prometheus uses Alertmanager to send notifications. To configure Alertmanager to send events to Hotpot, add Hotpot as a receiver:

receivers:
 - name: hotpot_webhook_recv
   webhook_configs:
    - url: 'https://api.hotpot.works/moment/[MOMENT API TOKEN]/prometheus'

To see the incoming requests, you can look under the Events tab in the Prometheus integration page, or under Team Settings -> Moment API.

Last updated

© 2024 Oilcan, Inc. All rights reserved.