From 2dd0f40547bcc9a8f018245e51aa7bd2290b8e0d Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Fri, 2 Feb 2024 19:10:56 +0100 Subject: [PATCH] Update ingestion.md --- docs/logs/ingestion.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/docs/logs/ingestion.md b/docs/logs/ingestion.md index f5ab1e3..e50211d 100644 --- a/docs/logs/ingestion.md +++ b/docs/logs/ingestion.md @@ -36,17 +36,11 @@ Any Loki compatible client can be used with qryn without modifications ## ** OTel ** -?> **qryn** implements the **Opentelemetry/OTLPPush** API to ingest Traces, Logs and Metrics +?> **qryn** implements the **Opentelemetry/OTLPPush** API to ingest Logs ⚡ qryn is officially integrated with opentelemetry supports any log, trace or metric format Ingested data can be queried using any of the avialable qryn APIs (LogQL, PromQL, TraceQL) -##### API Endpoints - -| **Name** | **Type** | **QRYN** | **QRYN Cloud** | **APIs.** | -|----------------------|--------------------|----------------|----------------|---------------------------------| -| OTLPPush | POST | 🟢 |🟢 | `/v1/traces` | - #### OpenTelemetry Collector for qryn The [qryn otel-collector](https://github.com/metrico/otel-collector) is designed to store observability data _(Traces, Logs, Metrics)_ from multiple vendors/platforms into ClickHouse using qryn fingerprinting and table formats transparently accessible through qryn via _LogQL, PromQL, Tempo and Pyroscope_ queries. @@ -62,7 +56,7 @@ Any Opentelemetry compatible collector can be used with qryn without modificatio ## ** Influx ** -?> **qryn** implements the **Influx v2** Write API subset for ingestion of Logs _(and [metrics](metrics/ingestion#influx))_ +?> **qryn** implements the **Influx v2** Write API subset for ingestion of Logs ##### API Endpoints @@ -98,7 +92,7 @@ curl -i -XPOST 'http://qryn:3100/influx/api/v2/write' \ ## ** Datadog ** -?> **qryn** implements a **Datadog v2 Write** API subset for ingestion of Logs and Metrics +?> **qryn** implements a **Datadog v2 Write** API subset for ingestion of Logs ##### API Endpoints @@ -183,6 +177,10 @@ Either type will get converted to the following `LogQL` insert | [Logs](https://docs.newrelic.com/docs/logs/log-api/introduction-log-api/)| POST | 🟢 |🟡 | `/log/v1` | + + +# 🔻 Log Agents + ## ** Popular **