Skip to content

Commit

Permalink
Docs: fix pic location in `sources/fundamentals/architecture/deployme…
Browse files Browse the repository at this point in the history
…nt-modes.md` (#6089)
  • Loading branch information
n4mine authored May 4, 2022
1 parent 0a4bfbe commit 1d25e17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sources/fundamentals/architecture/deployment-modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This is monolithic mode;
it runs all of Loki’s microservice components inside a single process
as a single binary or Docker image.

![monolithic mode diagram](../monolithic-mode.png)
![monolithic mode diagram](./monolithic-mode.png)

Monolithic mode is useful for getting started quickly to experiment with Loki,
as well as for small read/write volumes of up to approximately 100GB per day.
Expand All @@ -54,7 +54,7 @@ Loki provides the simple scalable deployment mode.
This deployment mode can scale to several TBs of logs per day and more.
Consider the microservices mode approach for very large Loki installations.

![simple scalable deployment mode diagram](../simple-scalable.png)
![simple scalable deployment mode diagram](./simple-scalable.png)

In this mode the component microservices of Loki are bundled into two targets:
`-target=read` and `-target=write`.
Expand Down Expand Up @@ -89,7 +89,7 @@ Each process is invoked specifying its `target`:
* ruler
* compactor

![microservices mode diagram](../microservices-mode.png)
![microservices mode diagram](./microservices-mode.png)

Running components as individual microservices allows scaling up
by increasing the quantity of microservices.
Expand Down

0 comments on commit 1d25e17

Please sign in to comment.