SaaSHub helps you find the best software and product alternatives Learn more →
Signoz Alternatives
Similar projects and alternatives to signoz
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
-
-
PostHog
🦔 PostHog provides open-source web & product analytics, session recording, feature flagging and A/B testing that you can self-host. Get started - free.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
openobserve
🚀 10x easier, 🚀 140x lower storage cost, 🚀 high performance, 🚀 petabyte scale - Elasticsearch/Splunk/Datadog alternative for 🚀 (logs, metrics, traces, RUM, Error tracking, Session replay).
-
-
coroot
Coroot is an open-source APM & Observability tool, a DataDog and NewRelic alternative. Metrics, logs, traces, continuous profiling, and SLO-based alerting, supercharged with predefined dashboards and inspections.
-
-
-
-
highlight
highlight.io: The open source, full-stack monitoring platform. Error monitoring, session replay, logging, distributed tracing, and more.
-
opentracing-javascript
Discontinued OpenTracing API for Javascript (both Node and browser). 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
-
hyperdx
Resolve production issues, fast. An open source observability platform unifying session replays, logs, metrics, traces and errors powered by Clickhouse and OpenTelemetry.
-
opentelemetry-java-instrumentation
OpenTelemetry auto-instrumentation and instrumentation libraries for Java
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
signoz discussion
signoz reviews and mentions
- CI/CD Observability with OpenTelemetry Step by Step Guide
-
Show HN: ClickStack – open-source Datadog alternative by ClickHouse and HyperDX
check out SigNoz: https://github.com/SigNoz/signoz
We started building signoz as an OS alternative of Datadog/New Relic four years back and opentelemetry-native from day 1. We have shipped some good features on top of Opentelemetry and because of OTel's semantic conventions & our query builder, you can correlate any telemetry across signals.
- SigNoz – an open source alternative to Datadog, now supports SSO and API keys
-
Install Signoz in Ubuntu
sudo usermod -aG docker $USER newgrp docker docker -v git clone -b main https://github.com/SigNoz/signoz.git && cd signoz/deploy/ ./install.sh docker ps
-
Is current state of querying on observability data broken?
Hey folks! I’m a maintainer at SigNoz[0] , an open-source observability platform
Looking to get some feedback on my observations on querying for o11y and if this resonates with more folks here
I feel that current observability tooling significantly lags behind user expectations by failing to support a critical capability: querying across different telemetry signals.
This limitation turns what should be powerful correlation capabilities into mere “correlation theater”, a superficial simulation of insights rather than true analytical power.
Here’s the current gaps I see
1/ Suppose I want to retrieve logs from the host which have the highest CPU in the last 13 minutes. It’s not possible to query this seamlessly today unless you query the metrics first and paste the results into logs query builder and retrieve your results. Seamless correlation across signal querying is nearly impossible today.
2/ COUNT distinct on multiple columns is not possible today. Most platforms let you perform a count distinct on one col, say count unique of source OR count unique of host OR count unique of service etc. Adding multiple dimensions and drilling down deeper into this is also a serious pain-point.
and some points on how we at SigNoz are thinking these gaps can be addressed,
1/ Sub-query support: The ability to use the results of one query as input to another, mainly for getting filtered output
2/ Cross-signal joins: Support for joining data across different telemetry signals, for seeing signals side-by-side along with a couple of more stuff.
Early thoughts in this blog[1], what do you think? does it resonate or seems like a use case not many ppl have?
[0] https://github.com/signoz/signoz
-
A Beginner's Guide to Auto-Instrumenting a Flask App with OpenTelemetry and SigNoz
git clone -b main https://github.com/SigNoz/signoz.git cd signoz/deploy/ ./install.sh
- Ask HN: AI infrastructure in production – what is your tech stack?
- Telescope – an open-source web-based log viewer for logs stored in ClickHouse
-
Ask HN: What do you run instead of Datadog?
Check out SigNoz, https://github.com/signoz/signoz
Has metrics, logs and traces in a single app and built natively on OpenTelemetry
Disclaimer : I am a maintainer
-
Use BetterStack to Replace PagerDuty, Datadog, and Statuspage–Cut Costs by 90%
was just looking at https://signoz.io/ to replace DD
-
A note from our sponsor - SaaSHub
www.saashub.com | 18 Jun 2025
Stats
SigNoz/signoz is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of signoz is TypeScript.