com.beachape.zipkin

services

package services

Visibility
  1. Public
  2. All

Type Members

  1. class BraveZipkinService extends ZipkinServiceLike

    ZipkinService based on Brave.

    ZipkinService based on Brave.

    There should be at most 1 of these instances in a given running app, shared between multiple objects that need tracing.

  2. trait ZipkinServiceLike extends AnyRef

    Basic interface for what a ZipkinService might look like.

    Basic interface for what a ZipkinService might look like.

    The ServerSpan and ClientSpan types are to allow you to use types that are richer than the normal Zipkin Span type if needed (this is useful when using with say, Brave)

Value Members

  1. object NoopZipkinService extends ZipkinServiceLike

    Dummy ZipkinServiceLike that just returns true or false based on whether the Spans passed to it are sendable to Zipkin

Ungrouped