Skip to content

Commit

Permalink
Fix name of env var
Browse files Browse the repository at this point in the history
  • Loading branch information
hmstepanek committed Apr 18, 2024
1 parent 7b90b64 commit f2a8e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newrelic/core/config.py
Expand Up @@ -745,7 +745,7 @@ def default_otlp_host(host):
_settings.gc_runtime_metrics.enabled = False
_settings.gc_runtime_metrics.top_object_count_limit = 5

_settings.memory_runtime_pid_metrics.enabled = _environ_as_bool("NEW_RELIC_MEMORY_RUNTIME_METRICS_ENABLED", default=True)
_settings.memory_runtime_pid_metrics.enabled = _environ_as_bool("NEW_RELIC_MEMORY_RUNTIME_PID_METRICS_ENABLED", default=True)

_settings.transaction_events.enabled = True
_settings.transaction_events.attributes.enabled = True
Expand Down

0 comments on commit f2a8e0a

Please sign in to comment.