Skip to content

Commit d4ba9f7

Browse files
committed
Update distributoin default settings
1 parent 0cbf481 commit d4ba9f7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,14 @@ This distribution sets the following defaults:
7878

7979
- `OTEL_TRACES_EXPORTER`: `otlp`
8080
- `OTEL_METRICS_EXPORTER`: `otlp`
81+
- `OTEL_LOGS_EXPORTER`: `otlp`
8182
- `OTEL_EXPORTER_OTLP_PROTOCOL`: `grpc`
82-
- `OTEL_EXPERIMENTAL_RESOURCE_DETECTORS`: `process_runtime,os,otel,telemetry_distro`
83+
- `OTEL_EXPERIMENTAL_RESOURCE_DETECTORS`: `process_runtime,os,otel,telemetry_distro,_gcp,aws_ec2,aws_ecs,aws_elastic_beanstalk,azure_app_service,azure_vm`
8384
- `OTEL_METRICS_EXEMPLAR_FILTER`: `always_off`
85+
- `OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE`: `DELTA`
86+
87+
> [!NOTE]
88+
> `OTEL_EXPERIMENTAL_RESOURCE_DETECTORS` cloud resource detectors are dinamically set. When running in a Kubernetes Pod only the `_gcp` and the `aws_eks` will be set.
8489
8590
### Distribution specific configuration variables
8691

0 commit comments

Comments
 (0)