Julien Fabre

Results 18 issues of Julien Fabre

Hi there, It's possible the trigger a new Packer build with the current API but it doesn't seem possible to follow the status of this build. This kind of feature...

Observability super powers come from been able to correlate multiple telemetry. Jumping from one telemetry to another require them to share the same context. Distributed tracing solutions propagate context using...

enhancement

Hi there, What's the recommended way of managing gobpf version to keep compatibly with libbcc. Right now, I'm having issues using the latest gobpf with Ubuntu since only the package...

This PR adds a test case to show issue #302. Turns out the problem is from the `optional` tag not the fact that the value is map.

bug

The current implementation of the GenericWriter doesn't support the usage of maps within a schema. Example: ``` type Span struct { ... Attributes map[string]json.RawMesssage } ``` will panic with ```panic:...

bug

We have been talking about supporting encoding that are not standards Parquet encoding in this library. Idea will be to implement additional encoding mechanisms that can be leverage for specific...

feature

**Describe the solution you would like** In version 2.4.0, Kafka introduced the ability for consumers to fetch data from a replica instead of a partition leader. While we already support...

enhancement

If you have this remote state : ```hcl data "terraform_remote_state" "main" { backend = "atlas" config { name = "${var.environment}" } defaults { subnets = [] } } ``` Trying...

bug

Right now we only profile the guest execution but to have a complete view, it would be interesting to link with the execution of the host-functions in the host itself....

enhancement
help wanted
question

This PR add a simple parseKey function to be used to identify the key of a request.