The AppDynamics Java Agent is one type of bytecode injection (BCI) agent. So, what does it do with the java application?Actually from what I have seen it intercept the http request and modify it by adding the header for local proxy authentication.
Hi All, Currently, I try to implement cluster-operator and cluster-agent on K8s. the cluster metric shows under the "Server/Cluster" menu correctly. However, I would like to config auto-instrument for Java application but no hope follow the validate ...
@Ryan.Paredez , Actually, I would like to know whether Java agent intercept on every request to do the proxy request and transfer to AppDynamic server or not? I have a problem with proxy server authentication recently. because my services have higher...
I try your .yaml file but when creating `cluster-agent.yaml` there is the following errorerror: error validating "appdynamics/cluster-agent-test.yaml": error validating data: ValidationError(Clusteragent.spec): unknown field "nsToMonitorRegex" in com...
I try to add the following config but it does not work... instrumentContainer: selectcontainerMatchString: .* apiVersion: appdynamics.com/v1alpha1
kind: Clusteragent
metadata:
name: k8s-cluster-agent
namespace: appdynamics
spec:
appName: "SEACM...
Thank you for your advice, I update configure to this one now... but still got the same log output apiVersion: appdynamics.com/v1alpha1
kind: Clusteragent
metadata:
name: k8s-cluster-agent
namespace: appdynamics
spec:
appName: "SEACMACLUSTER-TH...