Jean Bisutti

Results 26 issues of Jean Bisutti

This PR adds the ability to execute the [tests of API all](https://github.com/open-telemetry/opentelemetry-java/tree/main/api/all/src/test/java/io/opentelemetry/api) with GraalVM native

Sometimes, the OTel exporter fails to send the telemetry data because of a time out: ``` WARN c.a.m.o.e.i.p.TelemetryPipeline - Sending telemetry to the ingestion service: Channel response timed out after...

OpenTelemetry

**Describe the bug** The following issue appears [by bumping to 0.10.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10383/files) and executing .`/gradlew nativeTest`: ``` Could not determine the dependencies of task ':instrumentation:logback:logback-appender-1.0:library:nativeTestCompile'. > class org.graalvm.buildtools.gradle.internal.GraalVMReachabilityMetadataService$Inject cannot be cast...

bug

Avoid user configuration and dependency addition (data source wrapping) for JDBC instrumentation.

enhancement
spring boot starter

See https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/10401#issuecomment-1929046967. To explore and discuss.

enhancement
spring boot starter

**Why** Today, `MvnValidateAllocationByMaven3VersionTest` can be used to evaluate the heap allocation level for a range of Maven distributions. To more easily spot the changes (the commits) responsible for an allocation...

:sparkles: enhancement

When `MvnValidateAllocationByMaven3VersionTest` is executed, results are exported into a `maven-memory-allocation-{date-time}.csv` file. You can consult an example [here](https://github.com/quick-perf/maven-test-bench/blob/master/measures/maven-memory-allocation-2019-09-01-18-48-41.csv). The goal of this issue is to add an `Error` column in the...

:sparkles: enhancement

We want to add the following method in [QuickSQLTestData class](https://github.com/quick-perf/quick-sql-test-data/blob/main/src/main/java/org/qstd/QuickSqlTestData.java): ```java public String generateInsertScriptFor(DatasetRow datasetRow) ``` It returns a SQL insertion script from a DatasetRow object taking account of database...

:thumbsup: good first issue