Documentation ¶
Index ¶
- func GetMapValue(attrs pcommon.Map, mapKey string) interface{}
- func GetValue(val pcommon.Value) interface{}
- func ResourcePathGetSetter[K ResourceContext](path []ottl.Field) (ottl.GetSetter[K], error)
- func ScopePathGetSetter[K InstrumentationScopeContext](path []ottl.Field) (ottl.GetSetter[K], error)
- func SetMapValue(attrs pcommon.Map, mapKey string, val interface{})
- func SetValue(value pcommon.Value, val interface{})
- type InstrumentationScopeContext
- type ResourceContext
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMapValue ¶
func ResourcePathGetSetter ¶
func ScopePathGetSetter ¶
func SetMapValue ¶
Types ¶
type InstrumentationScopeContext ¶ added in v0.62.0
type InstrumentationScopeContext interface {
GetInstrumentationScope() pcommon.InstrumentationScope
}
type ResourceContext ¶ added in v0.62.0
Click to show internal directories.
Click to hide internal directories.