SigNoz
Why SigNozDocs
PricingCustomer Stories
Docs
IntroductionContributingMigrate from DatadogSigNoz API
OpenTelemetry
What is OpenTelemetryOpenTelemetry Collector GuideOpenTelemetry Demo
Community
Support
Slack
X
Launch Week
Changelog
Dashboard Templates
DevOps Wordle
Newsletter
KubeCon, Atlanta 2025
More
SigNoz vs DatadogSigNoz vs New RelicSigNoz vs GrafanaSigNoz vs Dynatrace
Careers
AboutTermsPrivacySecurity & Compliance
SigNoz Logo
SigNoz
All systems operational
HIPAASOC-2
SigNoz Cloud - This page applies to SigNoz Cloud editions.
Self-Host - This page applies to self-hosted SigNoz editions.

Migrate Alerts from Honeycomb to SigNoz

This guide helps you migrate Honeycomb triggers and SLOs to SigNoz alert rules.

Prerequisites

  • SigNoz account (Cloud or Self-Hosted) with permissions to create alert channels and rules
  • List of Honeycomb triggers/SLOs you plan to recreate

Alert Differences

FeatureHoneycombSigNoz
Query LanguageProprietary syntaxQuery Builder, PromQL, ClickHouse SQL
Alert EngineHoneycomb nativePrometheus Alertmanager
SLO ManagementBuilt-in SLOsCustom PromQL-based rules
ConfigurationUI onlyUI, Terraform, API
Alert TypesTriggers, SLO burn alertsMetrics, logs, traces, exceptions

Notification Channels

Set up channels in Settings > Alert Channel.

ChannelHoneycombSigNoz
Email✓✓
Slack✓✓
Microsoft Teams✓✓
PagerDuty✓✓
Webhook✓✓
OpsGenieVia Webhook✓
Incident.ioVia WebhookVia Webhook
RootlyVia WebhookVia Webhook
ZendutyVia WebhookVia Webhook

See Alert Notification Channels.

Translating Queries

Translate Honeycomb queries to PromQL for metrics-based alerts.

Honeycomb QuerySigNoz Equivalent
COUNTsum(rate(metric[5m])) or count() in ClickHouse
COUNT WHERE conditionsum(rate(metric{condition}[5m]))
AVG(field)avg(metric) or avg(column)
P95(field), P99(field)histogram_quantile(0.95, ...)

Infrastructure as Code (Terraform)

Use the SigNoz Terraform Provider to manage alerts.

Next Steps

  • Monitor Alert Performance
  • Configure Maintenance Windows

Last updated: November 30, 2025

Edit on GitHub

Was this page helpful?

Your response helps us improve this page.

Prev
Migrating Dashboards
Next
From OpenTelemetry
On this page
Prerequisites
Alert Differences
Notification Channels
Translating Queries
Infrastructure as Code (Terraform)
Next Steps

Is this page helpful?

Your response helps us improve this page.