trace4cats.opentelemetry.otlp.json

Members list

Type members

Classlikes

sealed trait AnyValue

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class boolValue
class doubleValue
class intValue
class stringValue
object AnyValue

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
AnyValue.type
case class InstrumentationScope(name: String, version: String, attributes: List[KeyValue], droppedAttributesCount: Int)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class KeyValue(key: String, value: AnyValue)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
KeyValue.type
case class Resource(attributes: List[KeyValue], droppedAttributesCount: Int)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Resource.type
case class ResourceSpans(resource: Resource, scopeSpans: List[ScopeSpans])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ResourceSpansBatch(resourceSpans: List[ResourceSpans])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ScopeSpans(scope: InstrumentationScope, spans: List[Span])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ScopeSpans.type
case class Span(traceId: Array[Byte], spanId: Array[Byte], traceState: String, parentSpanId: Array[Byte], name: String, kind: SpanKind, startTimeUnixNano: Long, endTimeUnixNano: Long, attributes: List[KeyValue], droppedAttributesCount: Int, events: List[Event], droppedEventsCount: Int, links: List[Link], droppedLinksCount: Int, status: Status)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Span.type
case class Status(message: String, code: Code)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Status.type