Skip to content

Commit fdca064

Browse files
authored
document universal profiling as opt-in (#958)
* document universal profiling as opt-in * update changelog * make vale happy
1 parent b3ca112 commit fdca064

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.next-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This file contains all changes which are not released yet.
2222

2323
# Breaking Changes
2424
<!--BREAKING-CHANGES-START-->
25-
25+
- univeral profiling is disabled by default #958
2626
<!--BREAKING-CHANGES-END-->
2727
<!--DEPENDENCIES-NOTES-START-->
2828

docs/reference/edot-java/configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ EDOT Java uses different defaults than the OpenTelemetry Java instrumentation fo
6868
The EDOT Java instrumentation agent also provides configuration options for each of the [supported features](/reference/edot-java/features.md).
6969
This table only contains minimal configuration, see each respective feature for exhaustive configuration options documentation.
7070

71-
| Option | Default | Feature | EDOT Java version |
72-
|--------------------------------------------------------|---------|--------------------------------------------------------------------------------------------------------------------------|-------------------|
71+
| Option | Default | Feature | EDOT Java version |
72+
|--------------------------------------------------------|---------|---------------------------------------------------------------------------------------------------------------------|-------------------|
7373
| `OTEL_INFERRED_SPANS_ENABLED` | `false` | [Inferred spans](/reference/edot-java/features.md#inferred-spans) | 1.0.0+ |
7474
| `OTEL_JAVA_EXPERIMENTAL_SPAN_STACKTRACE_MIN_DURATION` | `5ms` | [Span stacktrace](/reference/edot-java/features.md#span-stacktrace) | 1.0.0+ |
75-
| `ELASTIC_OTEL_UNIVERSAL_PROFILING_INTEGRATION_ENABLED` | `auto` | [Elastic Universal profiling integration](/reference/edot-java/features.md#elastic-universal-profiling-integration) | 1.0.0+ |
76-
| `ELASTIC_OTEL_JAVAAGENT_LOG_LEVEL` | `INFO` | [Agent logging](#agent-logging) | 1.5.0+ |
77-
| `ELASTIC_OTEL_VERIFY_SERVER_CERT` | `true` | [Exporter certificate verification](#exporter-certificate-verification) | 1.5.0+ |
75+
| `ELASTIC_OTEL_UNIVERSAL_PROFILING_INTEGRATION_ENABLED` | `false` | [Elastic Universal profiling integration](/reference/edot-java/features.md#elastic-universal-profiling-integration) | 1.0.0+ |
76+
| `ELASTIC_OTEL_JAVAAGENT_LOG_LEVEL` | `INFO` | [Agent logging](#agent-logging) | 1.5.0+ |
77+
| `ELASTIC_OTEL_VERIFY_SERVER_CERT` | `true` | [Exporter certificate verification](#exporter-certificate-verification) | 1.5.0+ |
7878

7979

8080
## Elasticsearch Java client: Capturing search request bodies

docs/reference/edot-java/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Refer to [Central configuration](opentelemetry://reference/central-configuration
6464

6565
## Elastic Universal Profiling integration
6666

67-
[Universal Profiling](https://www.elastic.co/observability/universal-profiling) integration provides the ability to correlate traces with profiling data from the Elastic universal profiler. This feature is turned on by default on supported systems, and turned off otherwise.
67+
[Universal Profiling](https://www.elastic.co/observability/universal-profiling) integration provides the ability to correlate traces with profiling data from the Elastic universal profiler. This feature is off by default.
6868

6969
Refer to [universal-profiling-integration](https://github.com/elastic/elastic-otel-java/tree/main/universal-profiling-integration) for details and configuration options.
7070

0 commit comments

Comments
 (0)