Jay DeLuca

Results 20 issues of Jay DeLuca

**Desired feature or idea**: As a user of the java agent, I want documentation that lays out everything I need to know in order to understand use cases for extensions,...

sig:java
triage:accepted

Currently the screenshots in https://opentelemetry.io/docs/demo/screenshots/ are fixed sizes and can't be clicked to expand. Some of them are too small to make out what they are showing. Should we make...

help wanted
docs:ux
triage:accepted

**Context** This issue is a followup from the Comms SIG on September 3, 2025 ([Recording](https://zoom.us/rec/share/89O5la1Gdvs2xPXVDx96If3kmKfDUCdpoPi88K4f5hzCS_zCh52tXsV3j04M-0vz.4tzXSHrHNnDxbjqR): discussion is from 17:30 until 46:00), and is intended to continue the discussion about how...

sig:java
triage:accepted

Fixes #4910 Fixes #7793 Deploy Preview: https://deploy-preview-8264--opentelemetry.netlify.app/docs/zero-code/java/agent/extensions/

sig:java

@SylvainJuge raised a question [in slack](https://cloud-native.slack.com/archives/C014L2KCTE3/p1767863375824169?thread_ts=1767802448.072319&cid=C014L2KCTE3) about whether we could eliminate the need for declaring the muzzle dependencies when using the muzzle plugins, and in general just make it easier...

## Requirements For each instrumentation module, enable telemetry collection (where applicable), and audit/populate the metadata.yaml file with all relevant details. See [documenting instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/contributing/documenting-instrumentation.md#metadatayaml-files) for additional information on the schema and...

enhancement
contribution welcome

As part of #13468 we collect and analyze the telemetry emitted by each module's tests in order to document the metrics, span kinds, and attributes. Many of our modules will...

As part of the metadata system, we currently document system properties. We need to now implement a similar system for the new declarative configuration options. Work to be done: -...