File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ machine. For other common tasks see:
1818To quickly run a version with some synthetic sample data:
1919
2020```
21- $ curl -LO https://github.com/Netflix/atlas/releases/download/v1.7.8 /atlas-standalone-1.7.8 .jar
22- $ java -jar atlas-standalone-1.7.8 .jar
21+ $ curl -LO https://github.com/Netflix/atlas/releases/download/v1.7.9 /atlas-standalone-1.7.9 .jar
22+ $ java -jar atlas-standalone-1.7.9 .jar
2323```
2424
2525## Explore Available Tags
@@ -61,7 +61,7 @@ Run an instance with a configuration to use the memory storage:
6161
6262```
6363$ curl -Lo memory.conf https://raw.githubusercontent.com/Netflix/atlas/v1.7.x/conf/memory.conf
64- $ java -jar atlas-standalone-1.7.8 .jar memory.conf
64+ $ java -jar atlas-standalone-1.7.9 .jar memory.conf
6565```
6666
6767Now we can send some data to it. To quickly get started there is a sample script to send in
You can’t perform that action at this time.
0 commit comments