You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start the first [`vtstorage` node](#architecture), which accepts incoming requests at the port `10491` and stores the ingested spans at `victoria-traces-data-1` directory:
Copy file name to clipboardExpand all lines: docs/victoriatraces/quick-start.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ VictoriaMetrics is available as:
29
29
Run the newest available [VictoriaTraces release](https://docs.victoriametrics.com/victoriatraces/changelog/) from [Docker Hub](https://hub.docker.com/r/victoriametrics/victoria-traces) or [Quay](https://quay.io/repository/victoriametrics/victoria-traces):
30
30
```shell
31
31
docker run --rm -it -p 10428:10428 -v ./victoria-traces-data:/victoria-traces-data \
32
-
docker.io/victoriametrics/victoria-traces:v0.1.0
32
+
docker.io/victoriametrics/victoria-traces:v0.2.0
33
33
```
34
34
35
35
This command will make VictoriaTraces run in the foreground, and store the ingested data to the `victoria-traces-data` directory. You should see the following logs:
@@ -49,11 +49,11 @@ See how to [write](#write-data) or [read](#read-data) from VictoriaTraces.
49
49
50
50
- Download the correct binary for your OS and architecture from [GitHub](https://github.com/VictoriaMetrics/VictoriaTraces/releases/). Here's an example for `Linux/amd64`:
0 commit comments