As per [this](https://github.com/opentracing-contrib/java-grpc/blob/master/src/main/java/io/opentracing/contrib/grpc/TracingServerInterceptor.java#L278) only `TEXT_MAP` format is supported. I think support for `BINARY` could be added as an option for the user to explicitly specify, and keep `TEXT_MAP` as the default.