michalbiesek

Results 35 issues of michalbiesek

Investigate places, described by: https://github.com/pmem/redis/pull/144#pullrequestreview-393614002 https://github.com/pmem/redis/pull/147#pullrequestreview-377549736 https://github.com/pmem/redis/pull/147#pullrequestreview-404860530

### Steps To Reproduce This is example payload received from event transportation type: ``` {"type":"payload","id":"michalbiesek-host-host -v -t a cribl.io","pid":181832,"ppid":66772,"fd":9,"src":"nettx","_channel":20401133743160,"len":26,"localip":"0.0.0.0","localp":0,"remoteip":"127.0.0.53","remotep":53,"protocol":"DNS-detection","_time":1690201303.836} �tcriblio ``` See that channel type above is `int` While in...

bug

Currently, we are able to send payloads via the following channels: - To disk - To `cribl` destination After discussing with @iapaddler, we believe it is valid to have support...

I have used ld.so preload with rules file for nginx and started the nginx container with podman. While the container is able to start it is not scoped.

### Steps To Reproduce ``` kind create cluster docker run -it cribl/scope:dev scope k8s --metricdest file://tmp/metrics.log --metricformat statsd --metricprefix appscope --eventdest file://tmp/events.log --noexporter | kubectl apply -f - kubectl label...

bug

### Steps To Reproduce Scoping following container fails `Dockerfile.redis`: ``` FROM redis:6 COPY --from=cribl/scope:1.3.2 /usr/local/bin/scope /usr/local/bin/scope RUN /usr/local/bin/scope extract /usr/local/lib/ ENV LD_PRELOAD="/usr/local/lib/libscope.so" # Expose Redis port EXPOSE 6379 # Start...

bug

This is a proof of concept of tracking the memory management functions. Next steps: - check node environment hello_world and unwind - ~~check if usable_size will work~~ - ~~check strdup,...

- handle flush bytes limit via environment variable `SCOPE_LOG_FLUSH_LIMIT` and config parameter - keep old value as default 32768 - [x] Add tests - [x] Add documentation closes #93

After talking with @iapaddler: Currently, we are using `scopesdtlib.h/scopesdtlib.c` as a proxy layer to call functions from internal library e.g. functions with `scopelibc` prefix. Some of the functions called in...