opentelemetry.io
opentelemetry.io copied to clipboard
Doc Issue - Building a Trace Receiver is not up-to date
This page needs to be updated to replace deprecated APIS.
e.g
atmAttrs.InsertString needs to be replaced with atmAttrs.PutString.
Another example
func NewSpanID() pdata.SpanID
Needs to be changed to -
func NewSpanID() pcommon.SpanID
I struggled following this example. A reference to a complete code example would be helpful.
cc: @open-telemetry/collector-approvers
I created a PR to update trace receiver doc, that also addresses this issue with PR #2190.
please assign this issue to me
@rohitguptaa22 there is already a PR https://github.com/open-telemetry/opentelemetry.io/pull/2190 to resolve it. Feel free to help with reviewing it
Closed by #2190