Amol Agrawal
Amol Agrawal
Currently on go 1.13.5 ``` root@778c41ca01ec:~/timeliner/cmd/timeliner# ./timeliner add-account twitter/pfrcks panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x7c363f] goroutine 1 [running]: github.com/mholt/timeliner.authorizeWithOAuth2(0xb24986,...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Requirements**: - [ ] uses [conventional...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: Adds a systemd service which tracks CI-Syslog enable/disable and correspondingly updates rsyslog config...
- check for dcr changes through livenessprobe - update mdsd paths - add syslog specific telemetry
## Bug Report **Describe the bug** Some output records do not contain keys like "filepath", "_p", "time", stream. Eg record [2] below ``` [0] tail.0: [[1708736407.169656515, {}], {"time"=>"2024-02-24T01:00:07.169656515Z", "stream"=>"stdout", "_p"=>"F",...
Adds custom metrics support to fluent-bit. Here are the most important changes: Changes to the configuration files: * [`build/linux/installer/conf/fluent-bit-common.conf`](diffhunk://#diff-544ce0fd331abee45e4fcdc9c12c0fb5e315c51ec691e563b4e8a3920a6b3536R88-R111): Added new OUTPUT section to the fluent-bit configuration file for telegraf...
Hi, Does yajl-ruby has any performance regressions with ruby 3? We are seeing performance impact when using yajl-ruby with ruby 3.0.2 and ruby 3.1.0. Are there any known issues with...
Hi, I am trying to cross compile my go binary and am seeing the following errors #17 6.637 CGO_ENABLED=1 CC=aarch64-linux-gnu-gcc GOOS=linux GOARCH=arm64 go build -ldflags "-X 'main.revision=' -X 'main.builddate='" -buildmode=c-shared...