|
206 | 206 | "DD_MAX_LOGFILE_SIZE": "trace_log_file_max_size", |
207 | 207 | "DD_MAX_TRACES_PER_SECOND": "trace_rate_limit", |
208 | 208 | "DD_PROFILING_CODEHOTSPOTS_ENABLED": "profiling_codehotspots_enabled", |
| 209 | + "DD_PROFILING_CODE_HOTSPOTS_COLLECTION_ENABLED": "profiling_code_hotspots_collection_enabled", |
209 | 210 | "DD_PROFILING_ENABLED": "profiling_enabled", |
210 | 211 | "DD_PROFILING_ENDPOINT_COLLECTION_ENABLED": "profiling_endpoint_collection_enabled", |
211 | 212 | "DD_PROPAGATION_STYLE_EXTRACT": "trace_propagation_style_extract", |
|
215 | 216 | "DD_REMOTE_CONFIGURATION_ENABLED": "remote_config_enabled", |
216 | 217 | "DD_REMOTE_CONFIG_POLL_INTERVAL_SECONDS": "remote_config_poll_interval", |
217 | 218 | "DD_RUNTIME_METRICS_ENABLED": "runtime_metrics_enabled", |
| 219 | + "DD_RUNTIME_METRICS_V2_ENABLED": "runtime_metrics_v2_enabled", |
218 | 220 | "DD_RUNTIME_METRICS_DIAGNOSTICS_METRICS_API_ENABLED": "runtime_metrics_diagnostics_metrics_api_enabled", |
219 | 221 | "DD_SERVICE": "service", |
220 | 222 | "DD_SERVICE_MAPPING": "service_mapping", |
|
239 | 241 | "DD_THIRD_PARTY_DETECTION_INCLUDES": "third_party_detection_includes", |
240 | 242 | "DD_TRACE_128_BIT_TRACEID_GENERATION_ENABLED": "trace_128_bits_id_enabled", |
241 | 243 | "DD_TRACE_128_BIT_TRACEID_LOGGING_ENABLED": "trace_128_bits_id_logging_enabled", |
| 244 | + "DD_TRACE_ABANDONED_SPAN_TIMEOUT": "trace_abandoned_span_timeout", |
242 | 245 | "DD_TRACE_ACTIVITY_LISTENER_ENABLED": "trace_activity_listener_enabled", |
243 | 246 | "DD_TRACE_AGENT_ARGS": "agent_trace_agent_executable_args", |
244 | 247 | "DD_TRACE_AGENT_HOSTNAME": "agent_host", |
|
261 | 264 | "DD_TRACE_COMPUTE_STATS": "trace_compute_stats", |
262 | 265 | "DD_TRACE_CONFIG_FILE": "trace_config_file", |
263 | 266 | "DD_TRACE_DEBUG": "trace_debug_enabled", |
| 267 | + "DD_TRACE_DEBUG_ABANDONED_SPANS": "trace_debug_abandoned_spans", |
264 | 268 | "DD_TRACE_DEBUG_LOOKUP_FALLBACK": "trace_lookup_fallback_enabled", |
265 | 269 | "DD_TRACE_DEBUG_LOOKUP_MDTOKEN": "trace_lookup_mdtoken_enabled", |
| 270 | + "DD_TRACE_DEBUG_STACK": "trace_debug_stack", |
266 | 271 | "DD_TRACE_DELAY_WCF_INSTRUMENTATION_ENABLED": "trace_delay_wcf_instrumentation_enabled", |
267 | 272 | "DD_TRACE_DELEGATE_SAMPLING": "trace_sample_delegation", |
268 | 273 | "DD_TRACE_DISABLED_ACTIVITY_SOURCES": "trace_disabled_activity_sources", |
|
271 | 276 | "DD_TRACE_EXPAND_ROUTE_TEMPLATES_ENABLED": "trace_route_template_expansion_enabled", |
272 | 277 | "DD_TRACE_EXPERIMENTAL_FEATURES_ENABLED": "trace_experimental_features_enabled", |
273 | 278 | "DD_TRACE_EXPERIMENTAL_RUNTIME_ID_ENABLED": "runtime_id_enabled", |
| 279 | + "DD_TRACE_FEATURES": "trace_features", |
274 | 280 | "DD_TRACE_GIT_METADATA_ENABLED": "git_metadata_enabled", |
275 | 281 | "DD_TRACE_GLOBAL_TAGS": "trace_tags", |
276 | 282 | "DD_TRACE_GRAPHQL_ERROR_EXTENSIONS": "trace_graphql_error_extensions", |
|
312 | 318 | "DD_TRACE_PROPAGATION_STYLE_INJECT": "trace_propagation_style_inject", |
313 | 319 | "DD_TRACE_RATE_LIMIT": "trace_rate_limit", |
314 | 320 | "DD_TRACE_REMOVE_INTEGRATION_SERVICE_NAMES_ENABLED": "trace_remove_integration_service_names_enabled", |
| 321 | + "DD_TRACE_RETRY_INTERVAL": "trace_retry_interval", |
315 | 322 | "DD_TRACE_ROUTE_TEMPLATE_RESOURCE_NAMES_ENABLED": "trace_route_template_resource_names_enabled", |
316 | 323 | "DD_TRACE_SAMPLING_RULES": "trace_sample_rules", |
317 | 324 | "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", |
318 | 327 | "DD_TRACE_SPAN_ATTRIBUTE_SCHEMA": "trace_span_attribute_schema", |
319 | 328 | "DD_TRACE_STARTUP_LOGS": "trace_startup_logs_enabled", |
320 | 329 | "DD_TRACE_STATS_COMPUTATION_ENABLED": "trace_stats_computation_enabled", |
|
664 | 673 | "dd_profiling_stack_enabled": "profiling_stack_enabled", |
665 | 674 | "dd_profiling_stack_v2_enabled": "profiling_stack_v2_enabled", |
666 | 675 | "dd_profiling_stack_v2_mode": "profiling_stack_v2_mode", |
| 676 | + "dd_profiling_stack_uvloop": "profiling_stack_uvloop", |
667 | 677 | "dd_profiling_tags": "profiling_tags", |
668 | 678 | "dd_profiling_timeline_enabled": "profiling_timeline_enabled", |
669 | 679 | "dd_profiling_upload_interval": "profiling_upload_interval", |
|
0 commit comments