Tobias Stadler
Tobias Stadler
I would like to record the "client ip" in my ejb plugin (https://github.com/tobiasstadler/apm-wildfly-remote-ejb-plugin). From time time I have the need to filter my transactions based on the service (which in...
While #2472 does not increase the startup performance in the default configuration, it can be used to tune startup performance.
Most (all?) elastic agents support a configuration `environment`, which you can use. You can also filter it in Kibana, see e.g. https://www.elastic.co/guide/en/kibana/current/services.html. The equivalent for `environment` in OpenTelemetry is `deployment.environment`,...
Ok, you want namespaces inside environments. You may use labels (e.g. for the java agent: `global_labels=service_namespace=...`) as workaround.
Splitting the plugin would also solve my problem. Do you know when this will happen?
Yes, I am using the following surefire configuration at the moment: ``` ${skipUTs} ``` But I think it is more convenient if it was built into the plugin.
Shouldn't it be: ``` beforeStop: - log: to: container.log stdout: true stderr: true timestamps: true```