**Background:** * OpenTracing call them "baggages" - they are a simpler version of [this paper] (http://pivottracing.io/mace15pivot.pdf) * OpenCensus call them "tags" **Open Questions:** * 1) Use a different header than "Trace-Context" or extend that format? * 2) What types do we support: key -> string? value -> (string, int64, bool) ? * 3) Size restrictions: Per key or value? Per entire set of baggages/tags? None?