Trace

harness.archive.model.telemetry.Trace
See theTrace companion object
final case class Trace(id: TraceId, appId: AppId, logLevel: LogLevel, label: String, startDateTime: OffsetDateTime, endDateTime: OffsetDateTime, success: Boolean, telemetryContext: Map[String, String], logContext: Map[String, String], startEpochMS: Long, endEpochMS: Long, keepUntilEpochMS: Long)

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