Asutosh Palai
Asutosh Palai
The status field and its message is not added to the spans as tags while translating the spans from the OpenCensus span format to TChannel span format at [translator/trace/jaeger/protospan_to_jaegerthrift.go#L148](https://github.com/census-instrumentation/opencensus-service/blob/dee9655f45a480266d5ab80ef206b5faf97c2f04/translator/trace/jaeger/protospan_to_jaegerthrift.go#L148). This...
ref: prometheus/prometheus#5378 The newer versions (v0.9.0 and later) of `github.com/prometheus/prometheus` doesn't have dependency on launchpad.net/gocheck which requires the `bzr` binary to be installed. My attempt at bumping the version was...
When using the Agent exporter with OpenCensus to directly export to the Collector, instead of exporting to Agent and then to Collector, the connection keeps resetting. Is this the intended...
Setting `zpages` as per the [README](https://github.com/census-instrumentation/opencensus-service/tree/610d5f6b2ed7461541ad9afa74ce9437acc13b36#diagnostics) doesn't work for collector config. ```bash user@host$ cat oc-collector-config.yaml log-level: DEBUG receivers: opencensus: port: 55680 queued-exporters: jaeger-all-in-one: num-workers: 4 queue-size: 100 retry-on-failure: true sender-type:...
There were a lot of vulnerabilities warnings including a critical one. Used `npm audit fix --force` to automatically update the dependencies. ``` found 33 vulnerabilities (9 low, 13 moderate, 10...
Steps to reproduce: 1. Start Lem with `./lem src/internal-packages.lisp`. 2. Add a valid/dummy value to any of the `:export` lists. 3. Try to recompile it with `C-c C-c` or `C-c...
When deployed behind a proxy (e.g. Nginx proxy) there is no simple way to access the client's real remote address through `env`. To get the real IP, you will have...