We can define functions to be measured during there call with: trace_methods. If I have a function: String doStuff(int bankID);
Is it possible to record bankID in tracing information?
AppDynamics offers Information Points for this functionality. But AppDynamics is pretty unstable.
We do not want to add anything to our source code.
Currently there is no way to achieve that without code changes, nor it is planned to be supported soon.
If you are worried about adding vendor-specific stuff to your source code, you may use OpenTracing API (e.g. io.opentracing.Span#setTag()) and use our OpenTracing bridge instead.
We are already working on supporting the OpenTelemetry API as well, so achieving vendor-agnostic code changes through this API will be available in the future as well.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.