Does the @CaptureSpan annotation work on private methods / internal method invocations, or is it e.g. proxy-based and cannot intercept them?
Yes, it should work on any method annotated with it, as it works through bytecode instrumentation.
Does the @CaptureSpan annotation work on private methods / internal method invocations, or is it e.g. proxy-based and cannot intercept them?
Yes, it should work on any method annotated with it, as it works through bytecode instrumentation.
© 2020. All Rights Reserved - Elasticsearch
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.