FileExperimentalAttributes

org.typelevel.otel4s.semconv.experimental.attributes.FileExperimentalAttributes

Attributes

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

Members list

Value members

Concrete fields

Directory where the file is located.

Directory where the file is located. It should include the drive letter, when appropriate.

Attributes

Source
FileExperimentalAttributes.scala

File extension, excluding the leading dot.

File extension, excluding the leading dot.

Attributes

Note

  • When the file name has multiple extensions (example.tar.gz), only the last one should be captured ("gz", not "tar.gz").

Source
FileExperimentalAttributes.scala

Name of the file including the extension, without the directory.

Name of the file including the extension, without the directory.

Attributes

Source
FileExperimentalAttributes.scala

Full path to the file, including the file name.

Full path to the file, including the file name. It should include the drive letter, when appropriate.

Attributes

Source
FileExperimentalAttributes.scala

File size in bytes.

File size in bytes.

Attributes

Source
FileExperimentalAttributes.scala