Skip to content

Commit 7e245eb

Browse files
Update normalisation rules (#6218)
1 parent 167dd36 commit 7e245eb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

utils/telemetry/intake/static/config_norm_rules.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@
206206
"DD_MAX_LOGFILE_SIZE": "trace_log_file_max_size",
207207
"DD_MAX_TRACES_PER_SECOND": "trace_rate_limit",
208208
"DD_PROFILING_CODEHOTSPOTS_ENABLED": "profiling_codehotspots_enabled",
209+
"DD_PROFILING_CODE_HOTSPOTS_COLLECTION_ENABLED": "profiling_code_hotspots_collection_enabled",
209210
"DD_PROFILING_ENABLED": "profiling_enabled",
210211
"DD_PROFILING_ENDPOINT_COLLECTION_ENABLED": "profiling_endpoint_collection_enabled",
211212
"DD_PROPAGATION_STYLE_EXTRACT": "trace_propagation_style_extract",
@@ -215,6 +216,7 @@
215216
"DD_REMOTE_CONFIGURATION_ENABLED": "remote_config_enabled",
216217
"DD_REMOTE_CONFIG_POLL_INTERVAL_SECONDS": "remote_config_poll_interval",
217218
"DD_RUNTIME_METRICS_ENABLED": "runtime_metrics_enabled",
219+
"DD_RUNTIME_METRICS_V2_ENABLED": "runtime_metrics_v2_enabled",
218220
"DD_RUNTIME_METRICS_DIAGNOSTICS_METRICS_API_ENABLED": "runtime_metrics_diagnostics_metrics_api_enabled",
219221
"DD_SERVICE": "service",
220222
"DD_SERVICE_MAPPING": "service_mapping",
@@ -239,6 +241,7 @@
239241
"DD_THIRD_PARTY_DETECTION_INCLUDES": "third_party_detection_includes",
240242
"DD_TRACE_128_BIT_TRACEID_GENERATION_ENABLED": "trace_128_bits_id_enabled",
241243
"DD_TRACE_128_BIT_TRACEID_LOGGING_ENABLED": "trace_128_bits_id_logging_enabled",
244+
"DD_TRACE_ABANDONED_SPAN_TIMEOUT": "trace_abandoned_span_timeout",
242245
"DD_TRACE_ACTIVITY_LISTENER_ENABLED": "trace_activity_listener_enabled",
243246
"DD_TRACE_AGENT_ARGS": "agent_trace_agent_executable_args",
244247
"DD_TRACE_AGENT_HOSTNAME": "agent_host",
@@ -261,8 +264,10 @@
261264
"DD_TRACE_COMPUTE_STATS": "trace_compute_stats",
262265
"DD_TRACE_CONFIG_FILE": "trace_config_file",
263266
"DD_TRACE_DEBUG": "trace_debug_enabled",
267+
"DD_TRACE_DEBUG_ABANDONED_SPANS": "trace_debug_abandoned_spans",
264268
"DD_TRACE_DEBUG_LOOKUP_FALLBACK": "trace_lookup_fallback_enabled",
265269
"DD_TRACE_DEBUG_LOOKUP_MDTOKEN": "trace_lookup_mdtoken_enabled",
270+
"DD_TRACE_DEBUG_STACK": "trace_debug_stack",
266271
"DD_TRACE_DELAY_WCF_INSTRUMENTATION_ENABLED": "trace_delay_wcf_instrumentation_enabled",
267272
"DD_TRACE_DELEGATE_SAMPLING": "trace_sample_delegation",
268273
"DD_TRACE_DISABLED_ACTIVITY_SOURCES": "trace_disabled_activity_sources",
@@ -271,6 +276,7 @@
271276
"DD_TRACE_EXPAND_ROUTE_TEMPLATES_ENABLED": "trace_route_template_expansion_enabled",
272277
"DD_TRACE_EXPERIMENTAL_FEATURES_ENABLED": "trace_experimental_features_enabled",
273278
"DD_TRACE_EXPERIMENTAL_RUNTIME_ID_ENABLED": "runtime_id_enabled",
279+
"DD_TRACE_FEATURES": "trace_features",
274280
"DD_TRACE_GIT_METADATA_ENABLED": "git_metadata_enabled",
275281
"DD_TRACE_GLOBAL_TAGS": "trace_tags",
276282
"DD_TRACE_GRAPHQL_ERROR_EXTENSIONS": "trace_graphql_error_extensions",
@@ -312,9 +318,12 @@
312318
"DD_TRACE_PROPAGATION_STYLE_INJECT": "trace_propagation_style_inject",
313319
"DD_TRACE_RATE_LIMIT": "trace_rate_limit",
314320
"DD_TRACE_REMOVE_INTEGRATION_SERVICE_NAMES_ENABLED": "trace_remove_integration_service_names_enabled",
321+
"DD_TRACE_RETRY_INTERVAL": "trace_retry_interval",
315322
"DD_TRACE_ROUTE_TEMPLATE_RESOURCE_NAMES_ENABLED": "trace_route_template_resource_names_enabled",
316323
"DD_TRACE_SAMPLING_RULES": "trace_sample_rules",
317324
"DD_TRACE_SAMPLING_RULES_FORMAT": "trace_sampling_rules_format",
325+
"DD_TRACE_SINGLE_SPAN_ASPNETCORE_ENABLED": "trace_single_span_aspnetcore_enabled",
326+
"DD_TRACE_SOURCE_HOSTNAME": "trace_source_hostname",
318327
"DD_TRACE_SPAN_ATTRIBUTE_SCHEMA": "trace_span_attribute_schema",
319328
"DD_TRACE_STARTUP_LOGS": "trace_startup_logs_enabled",
320329
"DD_TRACE_STATS_COMPUTATION_ENABLED": "trace_stats_computation_enabled",
@@ -664,6 +673,7 @@
664673
"dd_profiling_stack_enabled": "profiling_stack_enabled",
665674
"dd_profiling_stack_v2_enabled": "profiling_stack_v2_enabled",
666675
"dd_profiling_stack_v2_mode": "profiling_stack_v2_mode",
676+
"dd_profiling_stack_uvloop": "profiling_stack_uvloop",
667677
"dd_profiling_tags": "profiling_tags",
668678
"dd_profiling_timeline_enabled": "profiling_timeline_enabled",
669679
"dd_profiling_upload_interval": "profiling_upload_interval",

0 commit comments

Comments
 (0)