Interface Traceable

All Known Implementing Classes:
AllocatedPersistentTask, BulkByScrollTask, CancellableTask, DownsampleTask, HealthNode, PrimaryReplicaSyncer.ResyncTask, ReplicationTask, RestRequest, SearchShardTask, SearchTask, SystemIndexMigrator, Task

public interface Traceable
A class that can be traced using the telemetry tracing API
  • Method Summary

    Modifier and Type
    Method
    Description
    A consistent id for the span.
  • Method Details

    • getSpanId

      String getSpanId()
      A consistent id for the span. Should be structured "[short-name]-[unique-id]" ie "request-abc1234"