Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Format issues #16

@jcutrell

Description

@jcutrell

It seems as though the format specification for Zipkin does not allow for null values (for example, for the parent ID).

Similarly, it seems that tags are intended to be defined as strings only.

The encoder should probably filter out key-value pairs from the serialization where values are null, and tag values should probably be converted to strings in a safe manner.

I came upon these issues when trying to send Zipkin spans to a Jaeger backend, and then found the data model for Zipkin here: https://zipkin.io/zipkin-api/#/default/post_spans

Perhaps I am misunderstanding something here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions