Igor
Igor
Currently the context is not safe for concurrent access. This means we cannot share the context in goroutines that could log, unless we ensure we do not add any fields...
Currently the result history is stored globally across all probes. This means that if there is one target that is constantly failing, and one that only fails occasionally, the failing...
### Database name Postgres. # Issue description We recently (starting a few weeks ago) started seeing strange behaviour with the GCS storage, where it would start consistently getting 404s on...
We introduced arm64 for linux in https://github.com/thanos-io/thanos/issues/1851. But we don't have them for darwin. With the rise of M1 / Apple Silicon, it'd be nice to provide binaries for that...
~~This is still early stages. Lots of TODOs still left. And log writing is not fully working yet. But we're able to upload the agent to the job VM and...
The APM agent ships with an adapter for [opentracing](https://github.com/opentracing/opentracing-go). Opentracing supports a `Span.LogKV` operation that is similar to a multi-`SetTag`. And indeed, that is how it being used in at...
i was playing around with stackprof as described in [this blog post](https://samsaffron.com/archive/2018/01/18/my-production-ruby-on-rails-cpu-is-at-100-now-what) and noticed that it includes a `garbage collection` span at the top level! i have no idea how...
there are environments where you do not have root, for example heroku. this means that it is not possible to attach to an existing pid. we could wrap the process...
This patch introduces a new adapter for `Rails.cache`. The main goal here is to support compression of large values -- in particular for redis. Instead of adding compression support to...
We use `go-crond` for [GitLab](https://gitlab.com/gitlab-org/gitlab). One of the challenges we've run into is that it is very silent by default, and the verbose mode is potentially overly verbose. It would...