@@ -19,12 +19,13 @@ Clickhouse cluster (imagine Kibana, for Clickhouse).
19
19
<a href =" https://www.hyperdx.io/docs/v2/ " >Documentation</a > • <a href =" https://hyperdx.io/discord " >Chat on Discord</a > • <a href =" https://play.hyperdx.io/search " >Live Demo</a > • <a href =" https://github.com/hyperdxio/hyperdx/issues/new " >Bug Reports</a > • <a href =" ./CONTRIBUTING.md " >Contributing</a > • <a href =" https://hyperdx.io/v2 " >Website</a >
20
20
</p >
21
21
22
- - 🕵️ Correlate/search logs and traces all in one place
22
+ - 🕵️ Correlate/search logs, metrics, session replays and traces all in one place
23
23
- 📝 Schema agnostic, works on top of your existing Clickhouse schema
24
24
- 🔥 Blazing fast searches & visualizations optimized for Clickhouse
25
25
- 🔍 Intuitive full-text search and property search syntax (ex. ` level:err ` ),
26
26
SQL optional!
27
27
- 📊 Analyze trends in anomalies with event deltas
28
+ - 🔔 Set up alerts in just a few clicks
28
29
- 📈 Dashboard high cardinality events without a complex query language
29
30
- ` { ` Native JSON string querying
30
31
- ⚡ Live tail logs and traces to always get the freshest events
@@ -182,25 +183,25 @@ features in the future. In the meantime, we're highly aligned with Gitlab's
182
183
183
184
## HyperDX V2 Roadmap
184
185
185
- HyperDX v2 is currently in early beta, with the goals of accomplishing
186
- deployment simplicity, native SQL support, and improved performance for PB+
187
- deployments. Currently we've released a subset of features with the goal of
188
- getting early feedback from the community.
186
+ HyperDX v2 is currently in beta, with the goals of accomplishing deployment
187
+ simplicity, native SQL support, and improved performance for PB+ deployments.
188
+ Currently we've released a subset of features with the goal of getting early
189
+ feedback from the community.
189
190
190
191
Here's a high-level list of support we're working on delivering as part of v2:
191
192
192
193
- [x] Log & Trace Search w/ Lucene & SQL
193
194
- [x] Charting & Dashboarding
194
195
- [x] Event Deltas
195
196
- [x] Performance Improvements
196
- - [ ] Authentication & Saving Sources/Connections
197
- - [ ] Saved Searches & Dashboards
198
- - [ ] Alerting
197
+ - [x ] Authentication & Saving Sources/Connections
198
+ - [x ] Saved Searches & Dashboards
199
+ - [x ] Alerting
199
200
- [ ] PromQL-based Metrics
200
- - [ ] OTLP/SQL-based Metrics
201
- - [ ] Browser Monitoring/Session Replay
201
+ - [x ] OTLP/SQL-based Metrics
202
+ - [x ] Browser Monitoring/Session Replay
202
203
- [ ] Raw SQL Charting
203
- - [ ] Improved Custom Domain/TLS Support
204
+ - [x ] Improved Custom Domain/TLS Support
204
205
- [ ] Official Helm Chart
205
206
- [ ] v1 Migration Tooling
206
207
- [ ] Public API
0 commit comments