Has anyone seen the ORA-01882 error when connecting to an Oracle database. Currently unable to collect metrics. I have configured several other DB's with same agent with no issues.
Good Morning,I'm installing php agent 22.8 on oracle linux server with php 7.3 and apache webserver. When I run the install.sh command with -s -i options I am getting the following error. Script is finding version, extensions directory, ini directory...
Has anyone found a way to look at metrics for stored procedures that are not in the Top 200 queries. I have been able to narrow the timeframe down to minutes and find some, but that is very time consuming and painful. Is there an API that would all...
Has anyone integrated with Splunk from the controller and used extra parameters? I have tried adding index=* as a parameter, but when Splunk query page opens the extra parameter is not part of the search string.
I see this in your log, have you figured out why this is happening?agentregistrationmodule.go:352 - "default" is not a valid namespace in your kubernetes cluster
Yes, I read the reply above and concur that this error occurs when the proper directory is not created and in our case it was "unknown" instead of the actual service name, ultimately we upgraded from jdk 11 to jdk 21 and like magic it started working...
Was there ever a resolution to this error, I am seeing that the directory "unknown" is being created, not the actual microservice name. Seems like a permissions issue, anyone thoughts?
This ended up working for me, I add the below to my CA yaml. customAgentConfig: -Dappdynamics.agent.reuse.nodeName=true -Dappdynamics.agent.reuse.nodeName.prefix=$(APP_NAME)
Also looking for a solution to this and for using a variable with:customAgentConfig: -Dappdynamics.agent.reuse.nodename.prefix=$nameI can set this to a specific name, but would like for the microservice name to be picked up instead so I can have one ...