
Observability Edot Java Instrument
- 2 installs
- 31 repo stars
- Updated May 28, 2026
- elastic/cursor-plugins
observability-edot-java-instrument skill documents Instrument a Java application with the Elastic Distribution of OpenTelemetry (EDOT) Java agent for automatic tracing, metrics, and logs.
About
observability-edot-java-instrument skill documents Instrument a Java application with the Elastic Distribution of OpenTelemetry (EDOT) Java agent for automatic tracing, metrics, and logs. Use when adding observability to a Java service that has no existing APM agent.. name: observability-edot-java-instrument description: >
- Instrument a Java application with the Elastic Distribution of OpenTelemetry (EDOT) Java agent for automatic tracing, me
- Platform-specific setup patterns for observability-edot-java-instrument.
- Evidence-backed steps from upstream SKILL.md.
- When-to-use criteria for observability-edot-java-instrument versus alternatives.
Observability Edot Java Instrument by the numbers
- 2 all-time installs (skills.sh)
- Ranked #1,786 of 2,203 Security skills by installs in the Skillselion catalog
- Data as of Jul 24, 2026 (Skillselion catalog sync)
observability-edot-java-instrument capabilities & compatibility
- Capabilities
- observability edot java instrument quick start · observability edot java instrument when to use g · observability edot java instrument integration p
- Works with
- elasticsearch
- Use cases
- security audit
What observability-edot-java-instrument says it does
Instrument a Java application with the Elastic Distribution of OpenTelemetry (EDOT)
Java agent for automatic tracing, metrics, and logs. Use when adding observability
npx skills add https://github.com/elastic/cursor-plugins --skill observability-edot-java-instrumentAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2 |
|---|---|
| repo stars | ★ 31 |
| Last updated | May 28, 2026 |
| Repository | elastic/cursor-plugins ↗ |
How do I use observability-edot-java-instrument correctly?
Instrument a Java application with the Elastic Distribution of OpenTelemetry (EDOT) Java agent for automatic tracing, metrics, and logs. Use when adding observability to a Java service that has no exi
Who is it for?
Teams implementing observability-edot-java-instrument workflows from the catalog.
Skip if: Skip when requirements clearly match a different specialized stack.
When should I use this skill?
User asks about observability-edot-java-instrument, instrument a java application with the elastic distribution of opentelemetry (edot) java a.
What you get
Working observability-edot-java-instrument setup with validated configuration and next steps.
Files
EDOT Java Instrumentation
Read the setup guide before making changes:
Guidelines
1. Use elastic-otel-javaagent.jar (download from Maven Central, not a Maven/Gradle compile dependency) 1. Attach via -javaagent:/path/to/elastic-otel-javaagent.jar or JAVA_TOOL_OPTIONS="-javaagent:/path/to/elastic-otel-javaagent.jar" — without this the agent does nothing 1. Set exactly three required environment variables:
OTEL_SERVICE_NAMEOTEL_EXPORTER_OTLP_ENDPOINT— must be the managed OTLP endpoint or EDOT Collector URL. Never use an APM
Server URL (no apm-server, no :8200, no /intake/v2/events)
OTEL_EXPORTER_OTLP_HEADERS—"Authorization=ApiKey <key>"or"Authorization=Bearer <token>"
1. Do NOT set OTEL_TRACES_EXPORTER, OTEL_METRICS_EXPORTER, or OTEL_LOGS_EXPORTER — the defaults are already correct 1. Never run both classic Elastic APM agent and EDOT agent on the same JVM
Examples
See the EDOT Java setup guide for complete Dockerfile and docker-compose examples.
Related skills
FAQ
What does observability-edot-java-instrument do?
observability-edot-java-instrument skill documents Instrument a Java application with the Elastic Distribution of OpenTelemetry (EDOT) Java agent for automatic tracing, metrics, and logs.
When should I use observability-edot-java-instrument?
User asks about observability-edot-java-instrument, instrument a java application with the elastic distribution of opentelemetry (edot) java a.
Is this skill safe to install?
Review the Security Audits panel on this page before installing in production.