Maxime VISONNEAU

Results 23 issues of Maxime VISONNEAU

When using the tool without `redis`, if the `Name` of a taskq.Message is set, we end up with the following error: ``` panic: runtime error: invalid memory address or nil...

This change would allow end users to specify custom system resources configuration. It should not change the existing behaviour as it keeps the defaults in place.

``` ~$ docker buildx build --platform linux/arm64/v8 --build-arg ARCH=arm64v8 -t alpine-sqs . [+] Building 121.1s (16/16) FINISHED => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 1.32kB...

We currently support [both proprietary & b3 header formats](https://docs.datadoghq.com/tracing/trace_collection/custom_instrumentation/go/#b3-headers-extraction-and-injection). With opentelemetry using [w3c trace-context](https://www.w3.org/TR/trace-context) by default, I reckon it could be interesting to support it as well. For instance, this...

proposal

I'm trying to configure a zone using Hiera and iterating onto my hash with the `create_resources` function. However I'm facing an issue, all my records keeps getting recreated every time...

bug

(also leveraged this opportunity to sort the platforms list alphabetically)

This commit introduces three new configuration flags for the Cilium agent, allowing users to choose the bpf event types they want to expose to Cilium monitor and Hubble. - `--bpf-events-drop-enabled`...

release-note/minor
needs-rebase
sig/hubble
kind/community-contribution

This change aims to fix the following errors: ``` ~$ go run ./lookup ../../../go/pkg/mod/golang.org/x/[email protected]/unix/syscall_darwin.1_13.go:25:3: //go:linkname must refer to declared function or variable ../../../go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.1_13.go:27:3: //go:linkname must refer to declared function or...

Hiya :wave: I've just started experimenting with gitlab-ci-pipelines-exporter and I'm also finding it really useful. Thanks @mvisonneau! :heart: I think I have a similar use-case to @misaon and thought it...

enhancement
blocked