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 3, 2024
1 parent 6767f24 commit 1722502
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions docs/profiling/ingestion.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ service:
### ** Java **
<a id=java name=java></a>

![image](https://github.com/metrico/qryn-docs/assets/1423657/b65d9767-040f-423d-9bde-0a21c4bebb9c ':size=200')
![image](https://github.com/metrico/qryn-docs/assets/1423657/b65d9767-040f-423d-9bde-0a21c4bebb9c ':size=100')

[Documentation](https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/java/)
[Examples](https://github.com/grafana/pyroscope/tree/main/examples/java/rideshare)
- [Documentation](https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/java/)
- [Examples](https://github.com/grafana/pyroscope/tree/main/examples/java/rideshare)

You can use qryn with the [Pyroscope Java](https://github.com/grafana/pyroscope-java) client

Expand All @@ -138,42 +138,42 @@ The agent is distributed as a single JAR file `pyroscope.jar` containing native
### ** Golang **
<a id=java name=golang></a>

![image](https://github.com/metrico/qryn-docs/assets/1423657/49df8fba-3f6e-4e3f-8790-307e5eaefcaf ':size=200')
![image](https://github.com/metrico/qryn-docs/assets/1423657/49df8fba-3f6e-4e3f-8790-307e5eaefcaf ':size=100')

[Documentation](https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/go_push/)
[Examples](https://github.com/grafana/pyroscope/tree/main/examples/golang-push)
- [Documentation](https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/go_push/)
- [Examples](https://github.com/grafana/pyroscope/tree/main/examples/golang-push)

### ** Python **
<a id=java name=python></a>

![image](https://github.com/metrico/qryn-docs/assets/1423657/488d0220-1bc9-479d-94c5-4a11668196f2 ':size=200')
![image](https://github.com/metrico/qryn-docs/assets/1423657/488d0220-1bc9-479d-94c5-4a11668196f2 ':size=100')

[Documentation](https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/python/)
[Examples](https://github.com/grafana/pyroscope/tree/main/examples/python)
- [Documentation](https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/python/)
- [Examples](https://github.com/grafana/pyroscope/tree/main/examples/python)

### ** NodeJS **
<a id=java name=nodejs></a>

![image](https://github.com/metrico/qryn-docs/assets/1423657/dddb65eb-65a9-4b98-bfd9-d005e1e54fa8 ':size=200')
![image](https://github.com/metrico/qryn-docs/assets/1423657/dddb65eb-65a9-4b98-bfd9-d005e1e54fa8 ':size=100')

[Documentation](https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/nodejs/)
[Examples](https://github.com/grafana/pyroscope/tree/main/examples/nodejs/express)
- [Documentation](https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/nodejs/)
- [Examples](https://github.com/grafana/pyroscope/tree/main/examples/nodejs/express)

### ** Rust **
<a id=java name=rust></a>

![image](https://github.com/metrico/qryn-docs/assets/1423657/d7c29289-91a9-415a-9aa4-cf787868507b ':size=200')
![image](https://github.com/metrico/qryn-docs/assets/1423657/d7c29289-91a9-415a-9aa4-cf787868507b ':size=100')

[Documentation](https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/rust/)
[Examples](https://github.com/grafana/pyroscope/tree/main/examples/rust/rideshare)
- [Documentation](https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/rust/)
- [Examples](https://github.com/grafana/pyroscope/tree/main/examples/rust/rideshare)

### ** eBPF **
<a id=java name=eBPF></a>

![image](https://github.com/metrico/qryn-docs/assets/1423657/56d73c88-2d1b-4551-9f0c-d88951b3789e ':size=200')
![image](https://github.com/metrico/qryn-docs/assets/1423657/56d73c88-2d1b-4551-9f0c-d88951b3789e ':size=100')

[Documentation](https://grafana.com/docs/pyroscope/latest/configure-client/grafana-agent/ebpf)
[Examples](https://github.com/grafana/pyroscope/tree/main/examples/ebpf)
- [Documentation](https://grafana.com/docs/pyroscope/latest/configure-client/grafana-agent/ebpf)
- [Examples](https://github.com/grafana/pyroscope/tree/main/examples/ebpf)

<!-- tabs:end -->

Expand Down

0 comments on commit 1722502

Please sign in to comment.