We have deployed .NET Core agent in Kubernetes container, below the main entries of the Dockerfile
As highlighted below the .NET Agent attribute decoration has been enabled as per documentation but it is not working.
......
RUN mkdir -p /home/agent/wily
ADD DotNET_Linux_2023.6.1.5.tar.gz /home/agent/wily
COPY AttributeDecorationConfig.json /home/agent/wily/dotnetagent
ENV CORECLR_ENABLE_PROFILING=1 \
CA_APM_MONITORING_ENABLED=true \
CORECLR_PROFILER={5F048FC6-251C-4684-8CCA-76047B02AC98} \
CORECLR_PROFILER_PATH_64=/home/agent/wily/dotnetagent/bin/wily.NativeProfiler.so \
com.wily.introscope.AgentProfile=/home/agent/wily/dotnetagent/IntroscopeAgent.profile \
agentManager.url.1=https://<your EM-hostname>:<your EM-port> \
agentManager.credential= \
introscope.agent.hostName=TEST \
introscope.agent.log.level=DEBUG \
introscope.agent.customProcessName=TEST_EDI_DEV \
introscope.agent.agentName=DotNET_CaaS_TEST \
agentManager.ssl.certPolicy=AcceptLogWarning
attribute.decoration.load.configuration.from.properties=true \
attribute.decoration.jsonfilename.configuration=AttributeDecorationConfig.json
...
APM SaaS
The problem is related to defect #DE577587
This fix is part of APM Agent 23.10
Make sure to set the below 2 environment variables: