kamon.instrumentation.akka.http

Members list

Type members

Classlikes

class AkkaHttpClientInstrumentation extends InstrumentationBuilder, VersionFiltering

Attributes

Companion
object
Supertypes
class InstrumentationBuilder
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
class AkkaHttpServerInstrumentation extends InstrumentationBuilder

Attributes

Supertypes
class InstrumentationBuilder
class Object
trait Matchable
class Any

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Mixin

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class LastAutomaticOperationNameEdit(var operationName: String, var allowAutomaticChanges: Boolean)

Tracks the last operation name that was automatically assigned to an operation via instrumentation. The instrumentation might assign a name to the operations via settings on the HTTP Server instrumentation instance or via the Path directives instrumentation, but might never reassign a name if the user somehow assigned their own name to the operation. Users chan change operation names by:

Tracks the last operation name that was automatically assigned to an operation via instrumentation. The instrumentation might assign a name to the operations via settings on the HTTP Server instrumentation instance or via the Path directives instrumentation, but might never reassign a name if the user somehow assigned their own name to the operation. Users chan change operation names by:

  • Using operation mappings via configuration of the HTTP Server.
  • Providing a custom HTTP Operation Name Generator for the server.
  • Using the "operationName" directive.
  • Directly accessing the Span for the current operation and changing the name on it.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Wraps a Flow[HttpRequest,HttpResponse] with the necessary infrastructure to provide HTTP Server metrics, tracing and Context propagation.

Wraps a Flow[HttpRequest,HttpResponse] with the necessary infrastructure to provide HTTP Server metrics, tracing and Context propagation.

Credits to @jypma.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
trait TracingDirectives extends BasicDirectives

Attributes

Companion
object
Supertypes
trait BasicDirectives
class Object
trait Matchable
class Any
Known subtypes
object TracingDirectives.type

Attributes

Companion
trait
Supertypes
trait BasicDirectives
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes