Skip to content

Commit cb31b58

Browse files
Update docker-compose readme to use Alloy (#4941) (#5015)
(cherry picked from commit f6b43c7) Co-authored-by: Kim Nylander <[email protected]>
1 parent 9019089 commit cb31b58

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

example/docker-compose/readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
## Docker-compose
22

33
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
55
trace discovery flows.
66

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.
88

99
If you are interested in more complex configuration we would recommend the [tanka/jsonnet examples](../tk/readme.md).
1010

1111
### Examples
1212

1313
The easiest example to start with is [Local Storage](local/readme.md): this example will run Tempo as a single binary
1414
together with the synthetic-load-generator, to generate traces, and Grafana, to query Tempo. Data is stored locally on
15-
disk.
15+
disk.
1616

1717
The following examples showcase specific features or integrations:
1818

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)
2222
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)
2424
Uses the OpenTelemetry Collector in an advanced multitenant configuration.
2525

2626
This example uses the `local` backend, suitable for local testing and development:
2727

28-
- [Local Storage](local/readme.md)
28+
- [Local storage](local/readme.md)
2929

30-
### Build Images (Optional)
30+
### Build images (optional)
3131

3232
This step is not necessary, but it can be nice for local testing. For any of the above examples rebuilding these
3333
images will cause docker compose to use your local code when running the examples.

0 commit comments

Comments
 (0)