←back to thread

161 points openWrangler | 1 comments | | HN request time: 0.249s | source

A common open source approach to observability will begin with databases and visualizations for telemetry - Grafana, Prometheus, Jaeger. But observability doesn’t begin and end here: these tools require configuration, dashboard customization, and may not actually pinpoint the data you need to mitigate system risks.

Coroot was designed to solve the problem of manual, time-consuming observability analysis: it handles the full observability journey — from collecting telemetry to turning it into actionable insights. We also strongly believe that simple observability should be an innovation everyone can benefit from: which is why our software is open source.

Features:

- Cost monitoring to track and minimise your cloud expenses (AWS, GCP, Azure.)

- SLO tracking with alerts to detect anomalies and compare them to your system’s baseline behaviour.

- 1-click application profiling: see the exact line of code that caused an anomaly.

- Mapped timeframes (stop digging through Grafana to find when the incident occurred.)

- eBPF automatically gathers logs, metrics, traces, and profiles for you.

- Service map to grasp a complete at-a-glance picture of your system.

- Automatic discovery and monitoring of every application deployment in your kubernetes cluster.

We welcome any feedback and hope the tool can improve your workflow!

Show context
akdor1154 ◴[] No.43626319[source]
I already have Opentelemetry traces and logs going to Clickhouse with the Clickhouse otel exporter.

Can i use Coroot to show my existing data, without it taking control of my DDL?

replies(1): >>43626348 #
nikolay_sivko ◴[] No.43626348[source]
Initially, we relied on the ClickHouse OTEL exporter and its schema, but for performance optimization, we decided to modify our ClickHouse schema, and they are no longer compatible :(
replies(1): >>43626454 #
akdor1154 ◴[] No.43626454[source]
Bummer, it'd be awesome if i could point it at data i already have, even if that meant a reduced feature set.
replies(1): >>43632132 #
1. PeterZaitsev ◴[] No.43632132[source]
How are you using this data right now ? If you plan to use Coroot for visualization why not to convert it to more efficient format Coroot uses ?