Closed Mkrummz closed 2 years ago
in this blog https://grafana.com/blog/2021/05/04/get-started-with-distributed-tracing-and-grafana-tempo-using-foobar-a-demo-written-in-python/
the docker run command has a slight typo.
blog: docker run -i --network=foobardemo_default loadimpact/k6 run --quiet - <example.js
what is should be: docker run -i --network=foobar-demo_default loadimpact/k6 run --quiet - <example.js
Hey! Thanks, good catch :)
I have fixed the blog post.
in this blog https://grafana.com/blog/2021/05/04/get-started-with-distributed-tracing-and-grafana-tempo-using-foobar-a-demo-written-in-python/
the docker run command has a slight typo.
blog: docker run -i --network=foobardemo_default loadimpact/k6 run --quiet - <example.js
what is should be: docker run -i --network=foobar-demo_default loadimpact/k6 run --quiet - <example.js