Philip Bawn
Results
2
issues of
Philip Bawn
https://github.com/openzipkin/zipkin-api/blob/master/zipkin2-api.yaml line 319 has type: integer, but format: int64 is not specified. due to this, my client generator (nswag) made the Annotation.timestamp property an int32 which of course blows up....
This PR allows some client generators (such as nswag) to select the correct data type for microseconds when either: 1. querying for spans, or 2. de-serializing timestamps in annotations This...