Emmanuel T Odeke

Results 183 issues of Emmanuel T Odeke

Now that we have Metrics exporters, let's ensure that we instrument each Metrics exporter just like we do for Trace exporters.

In order for us to scalably perform security incident response management, we need to be able to inform chains of when there are vulnerabilities and the remedies that we are...

- Provided information for embedding this project by means of a submodule. - Allowing for creation of shared objects. - Use-case was seeing a node project that used this project...

Raised in a PR by @songy23 https://github.com/census-ecosystem/opencensus-go-exporter-stackdriver/pull/74#discussion_r249965450 >IIRC in this example each "a/b/c" needs to be written in time order, otherwise SD will return another error. This issue is a...

Requested by a cloud team that needs an enhanced Stackdriver exporter, there is need to have an error report what fields are related to the failure. They had requested that...

I just pinged @rs about the comparison work we did at https://github.com/orijtech/telemetry-perfbench and showed him the benchmarks at https://github.com/orijtech/telemetry-perfbench#benchstat-results He let me know that we could also add our comparisons...

Adds a code vulnerability scanner that'll flag issues and issue advisories from cosmos/gosec https://github.com/cosmos/gosec

Fixes resource leaks found by staticmajor, a static analyzer from Orijtech Inc that catches files and resources that aren't properly closed. And a kind FYI for @elias-orijtech @kirbyquerby @willpoint @marbar3778

### What is the issue? I ran Orijtech Inc's resource leak static analyzer [Static Major](https://github.com/marketplace/actions/staticmajor-analyzer) on Tailscale and it produced this report ```shell $ staticmajor -resleak=true -resleak.fuzzy ./... /github.com/tailscale/tailscale/chirp/chirp.go:41:3: leaking...

needs-triage
bug