SpanNames

com.ovoenergy.natchez.extras.datadog.DatadogSpan$.SpanNames
See theSpanNames companion object
case class SpanNames(name: String, service: String, resource: String)

Natchez only allows you to set the span name but we need also a resource + service which can differ by span. As such we allow you to encode this data with an advanced colon based DSL

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product