newrelic-python-agent icon indicating copy to clipboard operation
newrelic-python-agent copied to clipboard

Fix PID in Memory Sampler

Open TimPansino opened this issue 3 years ago • 1 comments

Overview

  • PID used in memory sampler for metric naming is incorrect in forked processes. Fixed by always getting the PID again.

Related Github Issue

#566

TimPansino avatar Aug 16 '22 18:08 TimPansino

MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 1 0 0.28s
✅ PYTHON black 1 0 0 0.25s
✅ PYTHON flake8 1 0 0.21s
✅ PYTHON isort 1 0 0 0.16s
✅ PYTHON pylint 1 0 1.16s

See errors details in artifact MegaLinter reports on CI Job page Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

github-actions[bot] avatar Aug 16 '22 18:08 github-actions[bot]