aerospike-client-java icon indicating copy to clipboard operation
aerospike-client-java copied to clipboard

Add distributed tracing functionality to aerospike client library

Open swapy opened this issue 10 months ago • 3 comments

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?

swapy avatar Feb 27 '25 07:02 swapy

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).

BrianNichols avatar Feb 27 '25 15:02 BrianNichols

Thanks Brian, Do we have any plans to add tracing feature ?

swapy avatar Feb 28 '25 03:02 swapy

Tracing functionality is under consideration, but no decision has been made.

BrianNichols avatar Feb 28 '25 15:02 BrianNichols