Cyrille Le Clerc

Results 55 issues of Cyrille Le Clerc

**Description:** Send Maven build logs via Otel Logs. Note that we are in parallel capturing Jenkins Pipeline Logs using Otel Logs. The two efforts are similar: * https://github.com/jenkinsci/opentelemetry-plugin/pull/304 **Existing Issue(s):**...

enhancement
comp:maven-extension

**Is your feature request related to a problem? Please describe.** When the surefire:test goal fails, it could list failing tests or at list the first ones. ![image](https://user-images.githubusercontent.com/459691/146551939-5d957309-203e-4237-a3bf-112b14113dce.png)

type: enhancement
component: maven-extension

Fix [JENKINS-68302 - Building Jenkins with Maven 3.8.5 fails on maven-shade-plugin:shade](https://issues.jenkins.io/browse/JENKINS-68302) Use `mvnw` to specify Maven v3.8.4 as v3.8.5 fails Maven v3.8.4 fails with: "Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:3.3.0:shade (default)...

needs-fix
stalled

The [Otel Java agent 1.13.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.13.0) renamed JVM GC metrics to follow the [OpenTelemetry Semantic Conventions for JVM metrics](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/semantic_conventions/runtime-environment-metrics.md#jvm-metrics) Old metrics: ``` runtime.jvm.memory.area{type="used",area="heap"} 2000000 runtime.jvm.memory.area{type="committed",area="non_heap"} 200000 runtime.jvm.memory.area{type="used",pool="PS Eden Space"} 2000 ```...

enhancement
OpenTelemetry

Support OpenTelemetry Exponential Histograms: https://opentelemetry.io/docs/reference/specification/metrics/datamodel/#exponentialhistogram

enhancement
OpenTelemetry
8.6-candidate

Map the metrics of the [OpenTelemetry Collector Host Metrics receiver](https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver/hostmetricsreceiver) to Elastic Infrastructure monitoring (ECS...) and store them in `metrics-` indices so that they are properly visualized in the Elastic...

enhancement
OpenTelemetry

Some OpenTelemetry fields that are not mapped and show up in the `labels.*` and `numeric_labels.*` groups. | OpenTelemetry attribute | ECS Field | Example value | Comment | |-------------------------|----------|-----------------|-----------| |...

enhancement
OpenTelemetry

# Problem Statement When using Elastic through Elastic Cloud (aka ESS), the apm signals may stop flowing to the the APM GUI. Causes reside in the Elastic cluster or be...

enhancement

The [Otel AWS Lambda Node.js instrumentation documentation](https://github.com/elastic/apm-server/blob/main/docs/open-telemetry.asciidoc#instrumenting-aws-lambda-nodejs-functions) contains a workaround specifying `OTEL_EXPORTER_OTLP_ENDPOINT ` waiting for https://github.com/open-telemetry/opentelemetry-js/pull/2331 to be merged. As this otel-js PR has been merged, we can probably simplify...

docs
OpenTelemetry

Follow-up on the email thread "Elastichsearch output writer strategies" initiated by @zepouet . https://groups.google.com/forum/#!topic/jmxtrans/jIyYctTW2go It would be nice to have an ElasticSearchOutputWriter. ### ElasticSearch Data Structure * Question: One unique...

enhancement