Integrating Custom Alerts & Other Alerting sources

Integration of custom Alerts and alerts from other Observability tools for Notifications

Temperstack’s enables notifications of Custom alerts & alerts from Observability tools with which Temperstack currently does not have deep integration.

Our notification system has alert listener functionality to receive an alert and relay it to the specific service team through Temperstack notification channels.

There are two types of custom alerting and a standard way to integrate Alerts from other observability tools

  1. Web-hook Integration: Alerts generated by your application code sent to a web-hook to be relayed by our notification system

  2. Email Alert Integration: Alerts generated as emails by your application code that is sent to a specific Temperstack email address to be relayed by our notification system

  3. Observability Tool Integration: We also support listeners for you to intergate other observability tools that generate alerts which are to be relayed by our notification system

Other Observability tools supported by Temperstack

Coralogix

Prometheus

Sentry

Pingdom

Site24x7

GroundCover



Ingesting Emails generated by Applications as alerts

Temperstack's Email Integration type simplifies incident management by allowing teams to leverage email generated by specific application code as a alerting mechanism.

Key feature

Automatically Generated Custom Email Address: For each application service, Temperstack automatically generates a unique custom email address. You can point you application to send an email to this unique email address. This ensures that alerts are routed directly to the relevant team, and being part of the integrated notification system.

Steps to Create an Email Integration

  1. Log in to Temperstack.

  2. Go to the Dashboard and select the desired application service.

  3. Navigate to Integration Type, select email and name the integration.

  4. Click on Create Key.

  5. Copy the custom email address provided.

  6. Compose an email containing the alert details and send it to the custom email address.

Example Email Notification

  • To: custom-email@temperstack.com

  • Subject: Alert: Multiple requests are failing

  • Body:

Alert Name: Multiple requests are failing
Status: Alarm
Priority: Critical
Description: Too many requests are failing for X
Metric: 404 Error rate
Resource: Backend API

This email triggers an alert to the team member of the specific application service for acknowledgment, show alert, or resolution.

Last updated