metrico / qryn

⭐️ All-in-One Polyglot Observability with OLAP Storage for Logs, Metrics, Traces & Profiles. Drop-in Grafana Cloud replacement compatible with Loki, Prometheus, Tempo, Pyroscope, Opentelemetry, Datadog and beyond :rocket:
https://qryn.dev
GNU Affero General Public License v3.0
1.24k stars 68 forks source link

Can I use qryn for aggregating logs of my clickhouse cluster? #340

Closed anvaari closed 1 year ago

anvaari commented 1 year ago

Hi team Sorry, i think i'm little confused. I can't find out whether qryn can be used to monitor aggregated clickhouse logs in Loki ?

lmangani commented 1 year ago

Hello @anvaari

qrys is a full blown loki/tempo replacement - and yes qryn can most definitely ingest, search and aggregate clickhouse's own logs, metrics and traces as per any other agent/source we support in our stack. We have several methods using ClickHouse MV's to stash data into qryn APIs and since we're Loki compatible, those recipes should work with any LogQL API just the same way.

If you want to keep the loki functionality without installing/using Grafana Loki and you want all your data to stay in ClickHouse, qryn might be a good option.

I hope this helps.