CodeExperimentalAttributes

org.typelevel.otel4s.semconv.experimental.attributes.CodeExperimentalAttributes

Attributes

Source
CodeExperimentalAttributes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

The column number in code.filepath best representing the operation.

The column number in code.filepath best representing the operation. It SHOULD point within the code unit named in code.function.

Attributes

Source
CodeExperimentalAttributes.scala

The source code file name that identifies the code unit as uniquely as possible (preferably an absolute file path).

The source code file name that identifies the code unit as uniquely as possible (preferably an absolute file path).

Attributes

Source
CodeExperimentalAttributes.scala

The method or function name, or equivalent (usually rightmost part of the code unit's name).

The method or function name, or equivalent (usually rightmost part of the code unit's name).

Attributes

Source
CodeExperimentalAttributes.scala

The line number in code.filepath best representing the operation.

The line number in code.filepath best representing the operation. It SHOULD point within the code unit named in code.function.

Attributes

Source
CodeExperimentalAttributes.scala

The "namespace" within which code.function is defined.

The "namespace" within which code.function is defined. Usually the qualified class or module name, such that code.namespace + some separator + code.function form a unique identifier for the code unit.

Attributes

Source
CodeExperimentalAttributes.scala

A stacktrace as a string in the natural representation for the language runtime.

A stacktrace as a string in the natural representation for the language runtime. The representation is to be determined and documented by each language SIG.

Attributes

Source
CodeExperimentalAttributes.scala