Skip to content

Commit

Permalink
Add new config to config_norm_rules.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dudikeleti committed Dec 16, 2024
1 parent a6fe958 commit 647262d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions tracer/test/Datadog.Trace.Tests/Telemetry/config_norm_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"tracer_instance_count": "trace_instance_count",
"trace.db.client.split-by-instance": "trace_db_client_split_by_instance",
"trace.db.client.split-by-instance.type.suffix": "trace_db_client_split_by_instance_type_suffix",
"trace.http.client.split-by-domain" : "trace_http_client_split_by_domain",
"trace.http.client.split-by-domain": "trace_http_client_split_by_domain",
"trace.agent.timeout": "trace_agent_timeout",
"trace.header.tags.legacy.parsing.enabled": "trace_header_tags_legacy_parsing_enabled",
"trace.client-ip.resolver.enabled": "trace_client_ip_resolver_enabled",
Expand Down Expand Up @@ -456,11 +456,11 @@
"DD_APPSEC_SCA_ENABLED": "appsec_sca_enabled",
"DD_APPSEC_AUTO_USER_INSTRUMENTATION_MODE": "appsec_auto_user_instrumentation_mode",
"DD_EXPERIMENTAL_APPSEC_USE_UNSAFE_ENCODER": "appsec_use_unsafe_encoder",
"DD_API_SECURITY_REQUEST_SAMPLE_RATE":"api_security_request_sample_rate",
"DD_API_SECURITY_MAX_CONCURRENT_REQUESTS":"api_security_max_concurrent_requests",
"DD_API_SECURITY_SAMPLE_DELAY":"api_security_sample_delay",
"DD_API_SECURITY_ENABLED":"api_security_enabled",
"DD_EXPERIMENTAL_API_SECURITY_ENABLED":"experimental_api_security_enabled",
"DD_API_SECURITY_REQUEST_SAMPLE_RATE": "api_security_request_sample_rate",
"DD_API_SECURITY_MAX_CONCURRENT_REQUESTS": "api_security_max_concurrent_requests",
"DD_API_SECURITY_SAMPLE_DELAY": "api_security_sample_delay",
"DD_API_SECURITY_ENABLED": "api_security_enabled",
"DD_EXPERIMENTAL_API_SECURITY_ENABLED": "experimental_api_security_enabled",
"DD_APPSEC_WAF_DEBUG": "appsec_waf_debug_enabled",
"DD_AZURE_APP_SERVICES": "aas_enabled",
"DD_AAS_DOTNET_EXTENSION_VERSION": "aas_site_extensions_version",
Expand Down Expand Up @@ -501,6 +501,7 @@
"DD_THIRD_PARTY_DETECTION_EXCLUDES": "third_party_detection_excludes",
"DD_SYMBOL_DATABASE_THIRD_PARTY_DETECTION_INCLUDES": "symbol_database_third_party_detection_includes",
"DD_SYMBOL_DATABASE_THIRD_PARTY_DETECTION_EXCLUDES": "symbol_database_third_party_detection_excludes",
"DD_SYMBOL_DATABASE_COMPRESSION_ENABLED": "symbol_database_compression_enabled",
"DD_CODE_ORIGIN_FOR_SPANS_ENABLED": "code_origin_for_spans_enabled",
"DD_CODE_ORIGIN_FOR_SPANS_MAX_USER_FRAMES": "code_origin_for_spans_max_user_frames",
"DD_LOGS_DIRECT_SUBMISSION_INTEGRATIONS": "logs_direct_submission_integrations",
Expand Down

0 comments on commit 647262d

Please sign in to comment.