Vlad Chesnokov
Vlad Chesnokov
Pre-created dashboards are cool but currently (v1.7.14) there is no way to edit them - no cloning, no exporting, nothing is available. It would be nice to have an ability...
Suppose I have some metric with `smth` tag. If I create a graph for this metric with `GROUP BY "smth"` the resulting graph should have a line for each value...
Problem occurs when jackson's mapper.readValue is called, but is does not related to jackson itself, but to lazy value in kotlin code. Quasar version: 0.7.9 Kotlin version: 1.1.4 Jackson version:...
Please, make a more clear instructions to installation. Not everyone knows where to get `rustup`. It also would be nice to have binary releases/deb/rpm packages.
As far as I can see, old-style zookeeper offsets are not displayed with default settings (I'm using docker image). Are they supported?
According to [docs](https://github.com/lightbend/config/blob/master/HOCON.md#hyphen-separated-vs-camelcase): > Config keys are encouraged to be `hyphen-separated` rather than `camelCase`. So, it would be nice to have this type of conversion as option.
Hi there! This project looks very interesting, but last changes were made a year ago. Are the plans to develop it further?
# Expected Behavior Auto Instrumentation works without issues. # Actual Behavior Sidecar container halts with error. ``` {"level":"info","ts":1666009431.26208,"caller":"cli/main.go:22","msg":"starting Go OpenTelemetry Agent ..."} {"level":"info","ts":1666009431.2621613,"caller":"opentelemetry/controller.go:92","msg":"Establishing connection to OpenTelemetry collector ..."} {"level":"info","ts":1666009433.2638783,"caller":"process/discover.go:42","msg":"found process","pid":13}...
if a test was interrupted and, subsequently, stop() was not called then rabbit still runs. RabbitMq should be stopped after tests, even if stop was not called. May be launching...
Currently status check is performed by simple grep (https://github.com/ajcrowe/puppet-supervisord/blob/master/manifests/supervisorctl.pp#L25) ``` if $unless { $unless_cmd = join([$supervisorctl, 'status', $process, '|', 'grep', '-i', $unless], ' ') } else { $unless_cmd = undef...