Skip to content

Commit

Permalink
Pyroscope API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jan 24, 2024
1 parent 309eff5 commit 33a07c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,16 @@ At the time of writing this document **qryn** supports the following APIs:
|----------------------|--------------------|----------------|----------------|---------------------------------|
| [Logs](https://docs.newrelic.com/docs/logs/log-api/introduction-log-api/)| POST | 🟒 |🟑 | `/log/v1` |

## Pyroscope API

| **Name** | **Type** | **QRYN** | **QRYN Cloud** | **APIs.** |
|----------------------|--------------------|----------------|----------------|---------------------------------|
| [ProfileTypes](https://github.com/metrico/qryn/blob/master/pyroscope/proto/querier.proto#L10)| POST | 🟒 |🟑 | `/querier.v1.QuerierService/ProfileTypes` |
| [LabelValues](https://github.com/metrico/qryn/blob/master/pyroscope/proto/querier.proto#L12) | POST | 🟒 |🟑 | `/querier.v1.QuerierService/LabelValues` |
| [LabelNames](https://github.com/metrico/qryn/blob/master/pyroscope/proto/querier.proto#L14) | POST | 🟒 |🟑 | `/querier.v1.QuerierService/LabelNames` |
| [SelectSeries](https://github.com/metrico/qryn/blob/master/pyroscope/proto/querier.proto#L24) | POST | 🟒 |🟑 | `/querier.v1.QuerierService/SelectSeries` |
| [SelectMergeStacktraces](https://github.com/metrico/qryn/blob/master/pyroscope/proto/querier.proto#L18) | POST | 🟒 |🟑 | `/querier.v1.QuerierService/SelectMergeStacktraces` |

## OTEL Collector

| **Name** | **Type** | **QRYN** | **QRYN Cloud** | **APIs.** |
Expand Down

0 comments on commit 33a07c8

Please sign in to comment.