Skip to content
Snippets Groups Projects
Commit b305416a authored by Theo Cushion's avatar Theo Cushion
Browse files

Merge branch 'tc/remove_disabling_of_datadog_tracing' into 'main'

chore: make sure that datadog configuration is not altered when agent is not found

See merge request !4
parents b1f25957 6404992c
No related branches found
Tags 1.12.7
1 merge request!4chore: make sure that datadog configuration is not altered when agent is not found
Pipeline #86316 passed
......@@ -56,12 +56,6 @@ module NexusSemanticLogger
# Profiling is also provided by ddtrace, we synchronise their feature toggles.
c.profiling.enabled = dd_tracer_enabled
else
# If there is no DD_AGENT_HOST then ensure features are disabled.
c.runtime_metrics.enabled = false
c.tracing.enabled = false
c.profiling.enabled = false
end
c.tracing.instrument(:rails, service_name: service)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment