dgzlopes / foobar-demo

Distributed tracing demo.
Apache License 2.0
29 stars 12 forks source link

Typo in Associated Blog #3

Closed Mkrummz closed 2 years ago

Mkrummz commented 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

dgzlopes commented 2 years ago

Hey! Thanks, good catch :)

I have fixed the blog post.