koog
Toggle table of contents
0.5.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
koog
agents-features-opentelemetry
/
ai.koog.agents.features.opentelemetry.attribute
/
CustomAttribute
Custom
Attribute
data
class
CustomAttribute
(
val
key
:
String
,
val
value
:
Any
)
:
Attribute
(
source
)
A custom attribute with a key-value pair.
Parameters
key
the attribute key
value
the attribute value
Members
Constructors
Custom
Attribute
Link copied to clipboard
constructor
(
key
:
String
,
value
:
Any
)
Properties
key
Link copied to clipboard
open
override
val
key
:
String
value
Link copied to clipboard
open
override
val
value
:
Any
Functions
concat
Key
Link copied to clipboard
open
fun
String
.
concatKey
(
other
:
String
)
:
String