You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rhyming with opencensus-beam/opencensus_datadog#8 but on the input side, I'm shoving some attributes into spans that don't comply with the specification.
The text was updated successfully, but these errors were encountered:
As we discovered during opencensus-beam/opencensus_datadog#8, OpenCensus
span attribute values [MUST] be one of:
* an integer
* a number
* a string
* a boolean
`:oc_trace.start_span/3` won't crash if we give it an attribute value of
`%Absinthe.Type.List{of_type: :string}`, but anything upstream encoding
to JSON or OpenCensus protobuf certainly will.
I've also renamed the attribute keys (also strings!) to match the period
delimited style used by `Opencensus.Plug.Trace`.
[MUST]: https://tools.ietf.org/html/rfc2119#section-1
Rhyming with opencensus-beam/opencensus_datadog#8 but on the input side, I'm shoving some attributes into spans that don't comply with the specification.
The text was updated successfully, but these errors were encountered: