Laurent Quérel

Results 49 issues of Laurent Quérel

Are the custom options supported? I tried options and uninterpreted_option without success. Thanks Laurent

Ongoing experiments, research, and draft specification for a multi-variate columnar encoding of OTLP. At the request of @jmacd

### GitHub Username @lquerel ### Requirements - [X] I have reviewed the community membership guidelines (https://github.com/open-telemetry/community/blob/main/community-membership.md) - [X] I have enabled 2FA on my GitHub account. See https://github.com/settings/security - [X]...

area/github-membership

I am trying to simulate several services communicating via madsim RPC and I don't know how to call a service from another service. The Endpoint::call method is applied on an...

I am trying to pinpoint the exact location of an error during the rendering of a tera template. An example of error message I received is as follows: ``` Variable...

See https://github.com/lquerel/gcp-bigquery-client/discussions/21 for more details.

For analysis purposes, it might be interesting to export outlier samples from a stream of traces. Examples of outliers include: - Uncommon attribute keys - Uncommon attribute values - Uncommon...

The current obfuscation process preserves the length of the original text but doesn't maintain the patterns commonly found in logs. Consider the following logs as an example: ``` 12:30:45 server...

Multivariate metrics already compress quite efficiently due to the grouping of duplicated attributes among metrics. Currently, each type of data point (sum, gauge, histogram, etc.) has a dedicated attribute table/record....

enhancement
performance

Logs that are unstructured (meaning log records with content entirely in a string format) can benefit from optimization techniques like those detailed in the paper "CLP: Efficient and Scalable Search...

enhancement