Opentelemetry-java: Rename `HttpTextPropagator` to `TextMapPropagator`.

Created on 24 Aug 2020  路  4Comments  路  Source: open-telemetry/opentelemetry-java

good first issue help wanted p2 required-for-ga

Most helpful comment

I suggest we go with Propagator instead of Format as suffix.

@open-telemetry/java-approvers opinions on this?

All 4 comments

Do you mean HttpTextFormat? It seems that this repository does not have classes with HttpTextPropagator that name.

HttpTextFormat -> TextMapFormat
MultiHttpTextFormat -> MultiTextMapFormat
CustomHttpTextFormat -> CustomTextMapFormat
NoopHttpTextFormat -> NoopTextMapFormat

or

HttpTextFormat -> TextMapPropagator
MultiHttpTextFormat -> MultiTextMapPropagator
CustomHttpTextFormat -> CustomTextMapPropagator
NoopHttpTextFormat -> NoopTextMapPropagator

?

I prefer *Propagator this one.

I suggest we go with Propagator instead of Format as suffix.

@open-telemetry/java-approvers opinions on this?

Was this page helpful?
0 / 5 - 0 ratings