SpanFlags

io.opentelemetry.proto.trace.v1.trace.SpanFlags
See theSpanFlags companion class
object SpanFlags extends GeneratedEnumCompanion[SpanFlags]

Attributes

Companion
class
Source
SpanFlags.scala
Graph
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[SpanFlags]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
SpanFlags.type

Members list

Type members

Classlikes

sealed trait Recognized extends SpanFlags

Attributes

Source
SpanFlags.scala
Supertypes
class SpanFlags
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes

The zero value for the enum.

The zero value for the enum. Should not be used for comparisons. Instead use bitwise "and" with the appropriate mask as shown above.

Attributes

Source
SpanFlags.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class SpanFlags
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Bits 0-7 are used for trace flags.

Bits 0-7 are used for trace flags.

Attributes

Source
SpanFlags.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class SpanFlags
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
final case class Unrecognized(unrecognizedValue: Int) extends SpanFlags, UnrecognizedEnum

Attributes

Source
SpanFlags.scala
Supertypes
trait UnrecognizedEnum
class SpanFlags
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Attributes

Inherited from:
GeneratedEnumCompanion
Source
GeneratedMessageCompanion.scala

Value members

Concrete methods

def fromValue(`__value`: Int): SpanFlags

Attributes

Source
SpanFlags.scala
def javaDescriptor: EnumDescriptor

Returns the Java descriptors for this enum.

Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

Source
SpanFlags.scala
def scalaDescriptor: EnumDescriptor

Attributes

Source
SpanFlags.scala

Inherited methods

Attributes

Inherited from:
GeneratedEnumCompanion
Source
GeneratedMessageCompanion.scala

Concrete fields

lazy val values: Seq[ValueType]

Attributes

Source
SpanFlags.scala

Implicits

Implicits

implicit def enumCompanion: GeneratedEnumCompanion[SpanFlags]

Attributes

Source
SpanFlags.scala