Skip to content

Commit

Permalink
Update support.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Nov 12, 2023
1 parent 649560e commit a68b8fe
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions docs/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ At the time of writing this document **qryn** supports the following APIs:

| **Name** | **Type** | **QRYN** | **QRYN Cloud** | **APIs.** |
|----------------------|--------------------|----------------|----------------|---------------------------------|
| Write | POST | 🟒 |🟒 | `/influx/api/v2/write` |
| Write | POST | 🟒 |🟒 | `/influx/api/v2/write`<br>`/write` |
| Health | GET | 🟒 |🟒 | `/influx/health`<br>`/health` |



## Datadog API

Expand All @@ -95,6 +98,20 @@ At the time of writing this document **qryn** supports the following APIs:
| Series | POST | 🟒 |🟒 | `/api/v2/series` |
| Insert (Cloudflare Format) | POST | 🟑 |🟒 | `/cf/api/v1/insert` |

## NewRelic API

🟒 Supported 🟑 Partial Support πŸ”΄ Not Supported

| **Name** | **Type** | **QRYN** | **QRYN Cloud** | **APIs.** |
|----------------------|--------------------|----------------|----------------|---------------------------------|
| [Logs](https://docs.newrelic.com/docs/logs/log-api/introduction-log-api/)| POST | 🟒 |🟒 | `/log/v1` |

## OTEL Collector

100s of ingestion formats supported via [qryn-collector](https://github.com/metrico/otel-collector)
🟒 Supported 🟑 Partial Support πŸ”΄ Not Supported

| **Name** | **Type** | **QRYN** | **QRYN Cloud** | **APIs.** |
|----------------------|--------------------|----------------|----------------|---------------------------------|
| OTLPPush | POST | 🟒 |🟒 | `/v1/traces` |

* 100s of ingestion formats supported via [qryn-collector](https://github.com/metrico/otel-collector)

0 comments on commit a68b8fe

Please sign in to comment.