yurishkuro / opentracing-tutorial

A collection of tutorials for the OpenTracing API
Apache License 2.0
1.57k stars 404 forks source link

Add a line to import `ImmutableMap` for `lesson01` readme #28

Open ackerleytng opened 6 years ago

ackerleytng commented 6 years ago

Would be great if you could add a line to import ImmutableMap

import com.google.common.collect.ImmutableMap;

to help newbies!

yurishkuro commented 6 years ago

would you like to create a pull request?

ackerleytng commented 6 years ago

I can add it later!

Just realized this tutorial is based on com.uber.jaeger, which has now been replaced by io.jaegertracing. I'm trying to get io.jaegertracing working first.