Hi,
We are running python applications on EKS and we want to integrate APM with those application. Followed the document:
https://docs.newrelic.com/docs/apm/agents/python-agent/installation/install-python-agent-docker/
Dockerfile
FROM image-name
RUN pip install --no-cache-dir newrelic
ENTRYPOINT ["newrelic-admin", "run-program"]
running app with CMD gunicorn app_ws:app -w 4
however we are not seeing any data on dashboard