Skip to content

Commit

Permalink
Update ingestion.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jan 27, 2024
1 parent 41c8ebf commit 7fb5438
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/profiling/ingestion.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ This guide is based on the [qryn opentelemetry distribution](https://github.com/

### Examples

#### qryn otel-collector

![qryn_pyroscope_flow](https://github.com/metrico/qryn-docs/assets/1423657/e1d4232a-d2c4-467d-8b34-fae0ca95b42e)

The qryn [otel-collector](https://github.com/metrico/otel-collector) supports ingestion of Pyroscope events alongside logs, metrics and traces.

#### qryn collector
```
otel-collector:
container_name: otel-collector
Expand All @@ -32,8 +34,8 @@ otel-collector:
restart: on-failure
```

###### pyroscope `otel-collector-config.taml`
The following example enables Pyroscope ingestion using the qryn-collector. Integrate in your existing configuration.
##### pyroscope `otel-collector-config.taml`
The following example enables Pyroscope ingestion using the qryn [otel-collector](Pyroscope). Integrate in your existing configuration.

```yml
receivers:
Expand Down

0 comments on commit 7fb5438

Please sign in to comment.