Konstantin Shcherban

Results 12 issues of Konstantin Shcherban

Hello, I'm using 2.1 version of c-relay and have set the following aggregation rule. Collectd sends metrics every minute. ``` aggregate ^collectd\.servers\.[^.]+\.[^.]+\.[^.]+\.[^.]+\.interface-.+\.if_octets\.[^.]+ every 60 seconds expire after 70 seconds compute...

bug

Please advise do you plan to migrate from OpenCensus to OpenTelemetry? I've seen some discussion around it in #109 but there's no track of any progress.

area/monitoring
type: feature request
priority: p3

Hello, I faced following issue. After some unknown event (backup location disk full or other) wal-g backup-push command stopped working correctly. It was being executed with correct exit code (0)...

There's a bug in a badger backend that saves **value** into **key**. Badger has a limitation of 65000 bytes for key size: https://github.com/dgraph-io/badger/blob/3279e18/txn.go#L361 Jaeger for an unknown reason stores value...

bug

This works well with both cargo and bazel. Take a look at https://github.com/google/cargo-raze/issues/41#issuecomment-868860920 for details.

Hello, Seems that current module is not compatible with puppet >= 4. For example: - package puppet-agent replaces mcollective, mcollective-common packages - config directories have moved to /etc/puppetlabs/mcollective - plugin...

Hello, Steps to reproduce: 1. Place docker behind http proxy with basic auth, for example https://github.com/srault95/docker-proxy-api 2. Configure credentials in jekins (user, password) 3. Configure jenkins plugin to use credentials...

question

Seems like image id can't be detected with those lines https://github.com/indygreg/python-build-standalone/blob/master/cpython-linux/build.py#L58-L64 Maybe build image with predefined tag? Also docker build returns Image object with proper Id there https://docker-py.readthedocs.io/en/stable/images.html#docker.models.images.Image Maybe use...

Please merge

Docker version: 18.06.1-ce Plugin version: `latest` or `41c1dd1eb9c0332a96da67a41899db6d04856d62392baa4acdc62f1174ad2013` Error from AWS ECS while creating ``` Post http://%2Frun%2Fdocker%2Fplugins%2F41c1dd1eb9c0332a96da67a41899db6d04856d62392baa4acdc62f1174ad2013%2Fxfsvol.sock/VolumeDriver.Create: context deadline exceeded ``` When i try to create manually docker command just...