Skip to content

Commit fa6ea09

Browse files
Update telemetry intake rules (#6502)
1 parent c696869 commit fa6ea09

2 files changed

Lines changed: 180 additions & 5 deletions

File tree

utils/telemetry/intake/static/config_norm_rules.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@
214214
"DD_PROFILING_ENABLED": "profiling_enabled",
215215
"DD_PROFILING_ENDPOINT_COLLECTION_ENABLED": "profiling_endpoint_collection_enabled",
216216
"DD_PROFILING_MANAGED_ACTIVATION_ENABLED": "profiling_managed_activation_enabled",
217+
"DD_PROFILING_STACK_NATIVE_FRAMES": "profiling_stack_native_frames",
217218
"DD_PROPAGATION_STYLE_EXTRACT": "trace_propagation_style_extract",
218219
"DD_PROPAGATION_STYLE_INJECT": "trace_propagation_style_inject",
219220
"DD_PROXY_HTTPS": "proxy_https",
@@ -396,6 +397,8 @@
396397
"api-security_sample_delay": "api_security_sample_delay",
397398
"apm.tracing.enabled": "apm_tracing_enabled",
398399
"apmTracingEnabled": "apm_tracing_enabled",
400+
"app_trimming_detected": "app_trimming_detected",
401+
"app_trimming_missing_trim_file_detected": "app_trimming_missing_trim_file_detected",
399402
"appsec.apiSecurity.downstreamBodyAnalysisSampleRate": "api_security_downstream_body_analysis_sample_rate",
400403
"appsec.apiSecurity.enabled": "api_security_enabled",
401404
"appsec.apiSecurity.endpointCollectionEnabled": "api_security_endpoint_collection_enabled",
@@ -888,14 +891,18 @@
888891
"otel_exporter_otlp_logs_endpoint": "otel_exporter_otlp_logs_endpoint",
889892
"otel_exporter_otlp_logs_headers": "otel_exporter_otlp_logs_headers",
890893
"otel_exporter_otlp_logs_protocol": "otel_exporter_otlp_logs_protocol",
891-
"otel_exporter_otlp_logs_timeout": "otel_exporter_otlp_metrics_timeout",
894+
"otel_exporter_otlp_logs_timeout": "otel_exporter_otlp_logs_timeout",
892895
"otel_exporter_otlp_metrics_endpoint": "otel_exporter_otlp_metrics_endpoint",
893896
"otel_exporter_otlp_metrics_headers": "otel_exporter_otlp_metrics_headers",
894897
"otel_exporter_otlp_metrics_protocol": "otel_exporter_otlp_metrics_protocol",
895898
"otel_exporter_otlp_metrics_temporality_preference": "otel_exporter_otlp_metrics_temporality_preference",
896899
"otel_exporter_otlp_metrics_timeout": "otel_exporter_otlp_metrics_timeout",
897900
"otel_exporter_otlp_protocol": "otel_exporter_otlp_protocol",
898901
"otel_exporter_otlp_timeout": "otel_exporter_otlp_timeout",
902+
"otel_exporter_otlp_traces_endpoint": "otel_exporter_otlp_traces_endpoint",
903+
"otel_exporter_otlp_traces_headers": "otel_exporter_otlp_traces_headers",
904+
"otel_exporter_otlp_traces_protocol": "otel_exporter_otlp_traces_protocol",
905+
"otel_exporter_otlp_traces_timeout": "otel_exporter_otlp_traces_timeout",
899906
"otel_metric_export_interval": "otel_metric_export_interval",
900907
"otel_metric_export_timeout": "otel_metric_export_timeout",
901908
"partialflush_enabled": "trace_partial_flush_enabled",

0 commit comments

Comments
 (0)