Skip to content

Commit

Permalink
Update ingestion.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Feb 2, 2024
1 parent ce68539 commit 2dd0f40
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions docs/logs/ingestion.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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` |

<!-- tabs:end -->


# 🔻 Log Agents

<!-- tabs:start -->

## ** Popular **
Expand Down

0 comments on commit 2dd0f40

Please sign in to comment.