|
1 | 1 | ## Docker-compose |
2 | 2 |
|
3 | 3 | So you found your way to the docker compose examples? This is a great place to |
4 | | -get started with Tempo, learn some basic configuration and learn about various |
| 4 | +get started with Tempo, learn some basic configuration, and learn about various |
5 | 5 | trace discovery flows. |
6 | 6 |
|
7 | | -See our [getting-started](https://grafana.com/docs/tempo/next/getting-started/docker-example/) docs for more detail. |
| 7 | +Refer to [getting-started](https://grafana.com/docs/tempo/next/getting-started/docker-example/) for a walk-through using the Local example. |
8 | 8 |
|
9 | 9 | If you are interested in more complex configuration we would recommend the [tanka/jsonnet examples](../tk/readme.md). |
10 | 10 |
|
11 | 11 | ### Examples |
12 | 12 |
|
13 | 13 | The easiest example to start with is [Local Storage](local/readme.md): this example will run Tempo as a single binary |
14 | 14 | together with the synthetic-load-generator, to generate traces, and Grafana, to query Tempo. Data is stored locally on |
15 | | -disk. |
| 15 | +disk. |
16 | 16 |
|
17 | 17 | The following examples showcase specific features or integrations: |
18 | 18 |
|
19 | | -- [Grafana Agent](agent/readme.md) |
20 | | - Simple example using the Grafana Agent as a tracing pipeline. |
21 | | -- [OpenTelemetry Collector](otel-collector/readme.md) |
| 19 | +- [Grafana Alloy](alloy/readme.md) |
| 20 | + Simple example using the Grafana Alloy as a tracing pipeline. |
| 21 | +- [OpenTelemetry Collector](otel-collector/readme.md) |
22 | 22 | Simple example using the OpenTelemetry Collector as a tracing pipeline. |
23 | | -- [OpenTelemetry Collector Multitenant](otel-collector-multitenant/readme.md) |
| 23 | +- [OpenTelemetry Collector Multitenant](otel-collector-multitenant/readme.md) |
24 | 24 | Uses the OpenTelemetry Collector in an advanced multitenant configuration. |
25 | 25 |
|
26 | 26 | This example uses the `local` backend, suitable for local testing and development: |
27 | 27 |
|
28 | | -- [Local Storage](local/readme.md) |
| 28 | +- [Local storage](local/readme.md) |
29 | 29 |
|
30 | | -### Build Images (Optional) |
| 30 | +### Build images (optional) |
31 | 31 |
|
32 | 32 | This step is not necessary, but it can be nice for local testing. For any of the above examples rebuilding these |
33 | 33 | images will cause docker compose to use your local code when running the examples. |
|
0 commit comments