zipkin-api icon indicating copy to clipboard operation
zipkin-api copied to clipboard

Zipkin's language independent model and HTTP Api Definitions

Results 15 zipkin-api issues
Sort by recently updated
recently updated
newest added

Hello, Today, I could use the dependencies api to get the services link by inputting a timestamp value but it is very tedious to get the exact timestamp. We want...

A trace is a collection of multiple spans. What does it mean to pass maxDuration or minDuration to the /api/traces endpoint? The documentation says: > minDuration: Ex. 100000 (for 100ms)....

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...

Questions to be addressed: 1. name of the file (maybe tags-and-annotations.md?) Related: - https://github.com/openzipkin/openzipkin.github.io/issues/22

Currently we provide JSON and proto schemas for Zipkin V2 model but as Kafka ecosystem is becoming more integrated with Zipkin it would be good to have an avro schema....

I wonder if upgrading would help? It is strange to me that we cannot link to a specific part of the swagger by clicking on the heading. We frequently need...

Currently, zipkin APIs are represented as: 1. v1, http-json, through https://github.com/openzipkin/zipkin-api/blob/master/zipkin-api.yaml 2. v2, http-json, through https://github.com/openzipkin/zipkin-api/blob/master/zipkin2-api.yaml and also we have http-proto with messages defined in https://github.com/openzipkin/zipkin-api/blob/master/zipkin.proto To make it seamless...

bintray repo no longer exists https://bintray.com/openzipkin/maven/zipkin-api we can use the same workaround as we did in zipkin-aws in the mean time https://github.com/openzipkin/zipkin-aws/pull/137