package
0.34.0
Repository: https://github.com/tilt-dev/tilt.git
Documentation: pkg.go.dev

# Functions

Bool creates a BOOL Value.
Float32 creates a FLOAT32 Value.
Float64 creates a FLOAT64 Value.
Int creates either an INT32 or an INT64 Value, depending on whether the int type is 32 or 64 bits wide.
Int32 creates an INT32 Value.
Int64 creates an INT64 Value.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewSpanFromOtel converts an OpenTelemetry span to a type suitable for JSON marshaling for usage with `experimental_telemetry_cmd`.
String creates a STRING Value.
Uint creates either a UINT32 or a UINT64 Value, depending on whether the uint type is 32 or 64 bits wide.
Uint32 creates a UINT32 Value.
Uint64 creates a UINT64 Value.

# Constants

Boolean value, use AsBool() to get it.
32 bit floating point value, use AsFloat32() to get it.
64 bit floating point value, use AsFloat64() to get it.
32 bit signed integral value, use AsInt32() to get it.
64 bit signed integral value, use AsInt64() to get it.
No value.
String value, use AsString() to get it.
32 bit unsigned integral value, use AsUint32() to get it.
64 bit unsigned integral value, use AsUint64() to get it.

# Structs

Event is used to describe an Event with a message string and set of Attributes.
ExperimentalTelemetrySpan contains all the information collected by a span.
KeyValue holds a key and value pair.
Link is used to establish relationship between two spans within the same Trace or across different Traces.
SpanContext contains basic information about the span - its trace ID, span ID and trace flags.
Value represents the value part in key-value pairs.

# Type aliases

No description provided by the author
Key represents the key part in key-value pairs.
SpanID is a unique identify of a span in a trace.
SpanKind represents the role of a Span inside a Trace.
TraceID is a unique identity of a trace.
ValueType describes the type of the data Value holds.