From bad008630d2c9e85d9e10f39df20609e33cf42cb Mon Sep 17 00:00:00 2001 From: Liudmila Date: Fri, 21 Aug 2020 10:35:06 -0700 Subject: [PATCH] rename file --- .../{0107-sampling-priority.md => 0107-sampling-score.md} | 6 ++++++ 1 file changed, 6 insertions(+) rename text/trace/{0107-sampling-priority.md => 0107-sampling-score.md} (96%) diff --git a/text/trace/0107-sampling-priority.md b/text/trace/0107-sampling-score.md similarity index 96% rename from text/trace/0107-sampling-priority.md rename to text/trace/0107-sampling-score.md index 8655cd9ae..652d37fef 100644 --- a/text/trace/0107-sampling-priority.md +++ b/text/trace/0107-sampling-score.md @@ -208,4 +208,10 @@ struct SamplingInfo `SamplingResult` would allow sampler for fill it for the span-to-be-created. `Span` and its exportable representations will also need to be updated. +### Tracestate type on the SamplingResult + +By default it makes sense to propagate tracestate [blindly](https://github.com/open-telemetry/opentelemetry-specification/issues/478) +as a string for perf reasons. Specification does not define `Tracestate` type +and leaves it up to the implementation. + ## Future possibilities