HN
Today

Traceway: MIT-licensed observability stack you can self-host in ~90s

Traceway introduces an MIT-licensed, OpenTelemetry-native observability stack that can be self-hosted in under two minutes, aiming to unify logs, traces, metrics, session replay, and AI tracing without vendor lock-in. It positions itself as a streamlined alternative to both expensive enterprise solutions and fragmented open-source DIY setups. This all-in-one, developer-friendly approach to critical system monitoring resonates strongly with the HN community's appreciation for efficient, open-source infrastructure tools.

13
Score
3
Comments
#10
Highest Rank
10h
on Front Page
First Seen
May 13, 2:00 AM
Last Seen
May 13, 11:00 AM
Rank Over Time
13121212111011121314

The Lowdown

Traceway emerges as a compelling open-source, MIT-licensed observability platform designed to simplify system monitoring for developers. It distinguishes itself by offering a unified suite of tools for logs, traces, metrics, session replay, exceptions, and AI tracing, all built on OpenTelemetry standards and emphasizing ease of deployment.

  • OpenTelemetry Native: It natively ingests OTLP/HTTP data, eliminating the need for complex OpenTelemetry Collectors, custom vendor SDKs, or extensive glue code.
  • Comprehensive Observability: Traceway consolidates various monitoring facets, including structured logs with sub-second search, end-to-end trace waterfalls, host/runtime/custom metrics, and AI observability for LLM performance.
  • Advanced Debugging Tools: Features include SHA-256 normalized exception grouping with source mapping and session replay for frontend issues, allowing developers to see user actions leading to errors.
  • Deployment Flexibility: The platform can be self-hosted with a simple docker compose up -d command in approximately 90 seconds, or run in an embedded Go mode using SQLite. A managed cloud service is also available.
  • Open Source & No Lock-in: Traceway is MIT licensed with "no asterisks," promoting true open-source principles without "open core" or proprietary restrictions, offering a clear alternative to enterprise and fragmented OSS solutions.
  • Wide Integration Support: It provides client SDKs and middleware for a broad range of backend frameworks (Go, Node.js, PHP, Workers) and frontend libraries (React, Vue, Svelte, Next.js).

By offering a fully integrated, open-source, and easily deployable observability solution that prioritizes OpenTelemetry native ingestion, Traceway presents a powerful new option for developers seeking to understand and debug their applications with minimal overhead and maximum flexibility.