Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharycmontoya committed Jan 29, 2025
1 parent d69f9df commit 8b68daf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion manifests/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,6 @@ tests/:
Test_Config_ObfuscationQueryStringRegexp_Configured: v2.0.0
Test_Config_ObfuscationQueryStringRegexp_Empty: v2.15.0
Test_Config_RuntimeMetrics_Default: incomplete_test_app (test needs to account for python runtime metrics)
Test_Config_RuntimeMetrics_Enabled: incomplete_test_app (test needs to account for python runtime metrics)
Test_Config_RuntimeMetrics_Enabled: incomplete_test_app (Python seems to send sketches instead of gauges/counters)
Test_Config_RuntimeMetrics_Enabled_WithRuntimeId: missing_feature
Test_Config_UnifiedServiceTagging_CustomService: v2.0.0
Expand Down
3 changes: 3 additions & 0 deletions utils/_context/_scenarios/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,9 @@ class _Scenarios:
"RUNTIME_METRICS_ENABLED",
weblog_env={"DD_DOGSTATSD_START_DELAY": "0"},
runtime_metrics_enabled=True,
# Disable the proxy in between weblog and the agent so that we can send metrics (via UDP) to the agent.
# The mitmproxy can only proxy UDP traffic by doing a host-wide transparent proxy, but we currently
# via specific ports. As a result, with the proxy enabled all UDP traffic is being dropped.
use_proxy_for_weblog=False,
doc="Test runtime metrics",
)
Expand Down

0 comments on commit 8b68daf

Please sign in to comment.