Brandon Gonzalez
Brandon Gonzalez
The [metrics specification](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/metrics-api.md#createdoublemeasurement) calls for two different types of measures: Long and Double. JavaScript has equivalents for these: `BigInt` and `Number` respectively, however`BigInt` is still a fairly new addition to...
If a span takes microseconds instead of milliseconds to complete, the UI is simply unable to render them and the profile view shows all values as 0. ![screen shot 2016-05-20...
It would be nice to be able to add important annotations via the opentracing API. I haven't spent much time thinking about it, but it would work by prefixing a...
When searching for dashboards, the current API will include information about the dashboard if it belongs to one that is not the "default" folder. This is what the JSON looks...
Our plug in should be compatible with the latest patch of each minor release. Versions tested so far - [ ] 5.3.1 - [ ] 5.2.3 - [ ] 5.1.5...
We have implemented a conformance test which validates a tracer's inject/extract carrier format. There is a conformance harness that sends a set of carriers to a client (written in python...