You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please refer to the following guides for step-by-step instructions on migrating each component from Honeycomb to SigNoz:
54
43
55
-
-[Migrating Data](/docs/migration/migrate-from-honeycomb/data) - Configure traces, logs, metrics flow and data correlation
56
-
-[Migrating Metrics](/docs/migration/migrate-from-honeycomb/metrics) - Transfer custom metrics, derived columns, and SLOs
57
-
-[Migrating Dashboards](/docs/migration/migrate-from-honeycomb/dashboards) - Recreate boards and queries with enhanced visualizations
58
-
-[Migrating Alerts](/docs/migration/migrate-from-honeycomb/alerts) - Convert triggers to alert rules with notification channels
59
-
44
+
-**[Migrating Data](/docs/migration/migrate-from-honeycomb/data)** - Configure traces, logs, and metrics flow with unified data correlation and additional metrics sources
45
+
-**[Migrating Dashboards](/docs/migration/migrate-from-honeycomb/dashboards)** - Recreate boards and queries with enhanced visualizations
46
+
-**[Migrating Alerts](/docs/migration/migrate-from-honeycomb/alerts)** - Convert triggers to alert rules with notification channels
Copy file name to clipboardExpand all lines: data/docs/migration/migrate-from-honeycomb/dashboards.mdx
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ title: Migrate Dashboard from Honeycomb to SigNoz
5
5
description: Learn how to migrate Honeycomb dashboards and queries to SigNoz with comprehensive query translation patterns.
6
6
---
7
7
8
-
Since both platforms are now OpenTelemetry-native, the migration primarily focuses on translating Honeycomb's
8
+
Since both platforms are now OpenTelemetry-native, the migration primarily focuses on translating Honeycomb's
9
9
proprietary query syntax to PromQL and ClickHouse SQL, while leveraging SigNoz's enhanced visualization and querying capabilities.
10
10
11
11
## SigNoz Dashboard Templates
@@ -57,15 +57,14 @@ Please refer to the [Panel Types](https://signoz.io/docs/dashboards/panel-types/
57
57
58
58
SigNoz supports essential dashboard features including:
59
59
60
-
**Variables**: Create template variables for dynamic dashboards
61
-
**Query Builder**: [The Query Builder](https://signoz.io/docs/userguide/query-builder-v5/) is SigNoz's structured query interface that combines the power of expression-based querying with intelligent auto-completion
62
-
**Filters**: Apply filters across panels and data sources
63
-
**Sharing**: Share dashboards with team members and external users
64
-
**Time Controls**: Flexible time range selection and auto-refresh
60
+
**Variables**: Create template variables for dynamic dashboards
61
+
**Query Builder**: [The Query Builder](https://signoz.io/docs/userguide/query-builder-v5/) is SigNoz's structured query interface that combines the power of expression-based querying with intelligent auto-completion
62
+
**Filters**: Apply filters across panels and data sources
63
+
**Sharing**: Share dashboards with team members and external users
64
+
**Time Controls**: Flexible time range selection and auto-refresh
65
65
66
66
For detailed dashboard management, refer to the [Manage Dashboards](https://signoz.io/docs/userguide/manage-dashboards/) documentation.
67
67
68
-
69
68
## Honeycomb to SigNoz Functionality Mapping
70
69
71
70
### Basic Query Translation
@@ -83,13 +82,11 @@ Honeycomb uses proprietary query syntax while SigNoz uses standard PromQL for me
83
82
84
83
Each Honeycomb query needs to be rewritten for SigNoz using PromQL or ClickHouse SQL syntax, with appropriate field names and aggregation functions.
85
84
86
-
87
85
Migrating dashboards from Honeycomb to SigNoz involves translating proprietary query syntax to standard PromQL and ClickHouse SQL. SigNoz's extensive template library, enhanced panel types, and unified observability approach provide significant advantages over Honeycomb's board-based system, enabling better visualization and correlation across metrics, logs, and traces.
88
86
89
-
90
87
## Next Steps
91
88
92
89
With your dashboards successfully migrated from Honeycomb to SigNoz:
93
90
94
91
1.**[Migrate Alerts](/docs/migration/migrate-from-honeycomb/alerts/)** - Convert Honeycomb triggers and SLOs to SigNoz alert rules for your dashboard metrics
95
-
2.**Optimize dashboards** - Explore [advanced Query Builder features](https://signoz.io/docs/userguide/query-builder-v5/) and [dashboard management](https://signoz.io/docs/userguide/manage-dashboards/) for enhanced team collaboration
92
+
2.**Optimize dashboards** - Explore [advanced Query Builder features](https://signoz.io/docs/userguide/query-builder-v5/) and [dashboard management](https://signoz.io/docs/userguide/manage-dashboards/) for enhanced team collaboration
@@ -68,139 +68,72 @@ Since both Honeycomb and SigNoz use OpenTelemetry, migrating your data involves
68
68
69
69
This guide covers the data aspects of migration - configuring trace correlation, formatting logs properly, understanding retention differences, and verifying that traces, logs, and metrics are all flowing correctly to SigNoz.
70
70
71
-
## Traces Migration
71
+
## Configure Signal Correlation
72
72
73
-
### Honeycomb Events to OpenTelemetry Spans
74
-
75
-
Honeycomb represents traces as events with span relationships, while SigNoz uses standard OpenTelemetry spans with full distributed tracing support.
**For automatic correlation**, use OpenTelemetry SDKs which automatically inject trace context into logs. **For manual configuration** when using file-based logs or custom setups, ensure your logging libraries include trace_id and span_id fields in the log output.
76
+
77
+
Once configured, you'll be able to jump from traces to logs directly in the SigNoz interface for enhanced debugging.
78
+
79
+
## Configure Additional Metrics Sources
80
+
81
+
After completing the basic OpenTelemetry endpoint migration, you may need to configure additional metrics collection methods to capture all your Honeycomb metrics in SigNoz.
For advanced centralized log collection using OpenTelemetry Collector, see the [SigNoz logs ingestion documentation](https://signoz.io/docs/userguide/logs/).
204
137
205
138
## Data Retention and Historical Considerations
206
139
@@ -222,42 +155,17 @@ While both platforms use OpenTelemetry for data ingestion, they store data in di
222
155
| Platform | Retention Options | Cost Model |
223
156
|----------|-------------------|------------|
224
157
|**Honeycomb**| Plan-based limits (14-90 days typical) | Per-event pricing |
|**Self-hosted SigNoz**| Unlimited (storage-dependent) | Infrastructure costs only |
227
160
228
-
SigNoz offers more flexible retention options, especially with self-hosted deployments where retention is limited only by your storage capacity. This can provide significant cost advantages for organizations requiring longer data retention periods. Honeycomb's per-event pricing model can become expensive with high-volume applications, while SigNoz Cloud provides predictable monthly costs regardless of event volume. For maximum cost control and unlimited retention, self-hosted SigNoz allows you to scale storage based on your infrastructure budget rather than vendor-imposed limits.
229
-
230
-
## Verify Unified Data Flow
231
-
232
-
After completing your data migration configuration, verify that all telemetry signals are flowing correctly to SigNoz and correlating properly.
233
-
234
-
235
-
### Check Signal Flow
236
-
237
-
**Verify each telemetry type in SigNoz:**
238
-
239
-
1.**Traces**: Navigate to **Services** tab and confirm your applications appear with recent traces
240
-
2.**Logs**: Check **Logs** tab for properly formatted application logs with trace_id and span_id fields
241
-
3.**Metrics**: Open **Metrics** tab to verify application and infrastructure metrics are appearing
242
-
4.**Correlation**: Test that traces link to related logs and metrics for unified debugging
243
-
244
-
### Validate Data Accuracy
245
-
246
-
During parallel operation, compare data consistency between platforms:
247
-
248
-
**Key validation checks:**
249
-
-**Request volumes**: Verify similar trace and log counts between Honeycomb and SigNoz
250
-
-**Latency metrics**: Compare percentile values (p95, p99) for consistency
251
-
-**Error rates**: Ensure error percentages match between platforms
252
-
-**Custom metrics**: Validate business metrics show similar values
161
+
SigNoz offers more flexible retention options, especially with self-hosted deployments where retention is limited only by your storage capacity. This can provide significant cost advantages for organizations requiring longer data retention periods.
253
162
254
-
If discrepancies appear, review your OpenTelemetry configuration and ensure all applications are sending complete telemetry data to SigNoz.
163
+
**Cost Planning**: Use the [SigNoz pricing calculator](https://signoz.io/pricing/#estimate-your-monthly-bill) to estimate your monthly costs based on your expected data volume and retention needs.
255
164
256
165
257
166
## Next Steps
258
167
259
168
With your data migration complete, continue with the remaining migration components:
0 commit comments