Skip to content

Commit

Permalink
[Mega-Linter] Apply linters fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
umaannamalai authored and github-actions[bot] committed Aug 19, 2024
1 parent e6ab3a2 commit 5232c26
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions newrelic/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,9 +747,7 @@ def default_otlp_host(host):
_settings.thread_profiler.enabled = True
_settings.cross_application_tracer.enabled = False

_settings.gc_runtime_metrics.enabled = _environ_as_bool(
"NEW_RELIC_GC_RUNTIME_METRICS_ENABLED", default=False
)
_settings.gc_runtime_metrics.enabled = _environ_as_bool("NEW_RELIC_GC_RUNTIME_METRICS_ENABLED", default=False)
_settings.gc_runtime_metrics.top_object_count_limit = 5

_settings.memory_runtime_pid_metrics.enabled = _environ_as_bool(
Expand Down

0 comments on commit 5232c26

Please sign in to comment.