minias-tdi / uptrace

OpenTelemetry distributed tracing tool that monitors performance, errors, and logs

Home Page:https://get.uptrace.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenTelemetry distributed tracing tool that monitors performance, errors, and logs

build workflow Chat

Uptrace is an OpenTelemetry distributed tracing tool that monitors performance, errors, and logs. It uses OpenTelelemetry to collect data and ClickHouse database to store it.

Uptrace comes in 2 versions:

  • This open source version which only supports distributed tracing.
  • Cloud version that, in addition to tracing, also supports metrics.

⭐ Looking for a ClickHouse client? Uptrace uses go-clickhouse.

Distributed tracing, errors, and logs

Features:

  • OpenTelemetry protocol via gRPC (:14317) and HTTP (:14318)
  • Zipkin protocol support on http://uptrace:14318/api/v2/spans.
  • Vector Logs support.
  • Span/Trace grouping
  • SQL-like query language
  • Errors/logs support
  • Percentiles
  • Systems, services, and hostnames dashboards
  • Multiple users/projects via YAML config
  • Sampling/adjusted counts support

Roadmap:

  • Email notifications
  • OpenTelemetry Logs
  • ClickHouse cluster support in the database schema
  • ClickHouse S3 storage
  • mTLS support

Getting started

We also provide guides for the most popular frameworks:

FAQ

What is the license?

The Business Source License is identical to Apache 2.0 with the only exception being that you can't use the code to create a cloud service or, in other words, resell it to others as a product. It is a more permissive license than, for example, AGPL, because it allows private changes to the code.

You can learn more about BSL here.

Are there 2 versions of Uptrace?

Yes, having 2 separate versions allows us to have minimal number of dependencies (ClickHouse) and keep the codebase small and fun to work with.

Is the database schema stable?

No, we are still making changes to the database schema and hoping to switch to ClickHouse dynamic subcolumns when that feature is available.

About

OpenTelemetry distributed tracing tool that monitors performance, errors, and logs

https://get.uptrace.dev

License:Other


Languages

Language:Vue 40.9%Language:Go 40.1%Language:TypeScript 15.0%Language:Python 1.5%Language:JavaScript 0.8%Language:Shell 0.6%Language:Ruby 0.4%Language:Makefile 0.3%Language:HTML 0.2%Language:Dockerfile 0.1%Language:SCSS 0.0%