Sebastian Bruckner

Results 11 issues of Sebastian Bruckner

Hi, in https://github.com/census-instrumentation/opencensus-specs/blob/master/stats/HTTP.md it is described that the buckets for latency should be ms. > Latency in ms: 0, 1, 2, 3, 4, 5, 6, 8, 10, 13, 16, 20,...

When a server answers with an HttpResponse there are two relevant events. 1. The server generated the response and sent it to the client 2. The body is fully transferred...

data-model

Hi as far as I have seen it is currently only possible to provide a keystore to ssl-config. It would be great to be able to provide paths to a...

Since a while there are is now a utility to easier instrument HTTP Frameworks which hadn't exist when we built the akka-http and http4s instruments. Since it's now there for...

Since we are now within the census-ecosystem, we should publish new versions to the `io.opencensus` group-id on maven. On the one hand, we simply need to update `build.sbt` with the...

Currently this library concentrates on trace events. We should also support status events.

**Problem** Currently the Sampler for each span is fixed to `Sampler.alwaysSample()`, which is not feasible for most of the production setups. **Goal** Make it possible to configure the sampler. **Ideas**...

We'd like to update to 2.12, could you publish for 2.12 as well please?

enhancement

@yannick-cw **PTAL**