Add distributed tracing functionality to aerospike client library
Like we have for csharp library do we have anything for this library? Would need for aerospike enterprise edition version.
ref:https://github.com/aerospike/aerospike-client-csharp/issues/79 We also have tracing in aerospike graph, but we are not using ags. ref: https://aerospike.com/docs/graph/operating/monitoring/query-tracing
We would like to find slow queries, trace all queries and so on. If no, can we add it and till time being do we have any alternatives?
Tracing is not currently supported in the java client. However, latency histograms for queries are provided when extended metrics is enabled. SeeAerospikeClient.enableMetrics(MetricsPolicy policy).
Thanks Brian, Do we have any plans to add tracing feature ?
Tracing functionality is under consideration, but no decision has been made.