Interface JsonLogConverter.LogResource
- Enclosing interface:
JsonLogConverter
public static interface JsonLogConverter.LogResource
Top-level resource data for emitted span data.
where the key under
Each attribute appears in the emitted JSON like this:
"key": "attr-name"
"value": {
"intValue": "9"}
value
(such as intValue
indicates the type of the value.-
Method Summary
Modifier and TypeMethodDescriptionReturns the attributes stored in theLogResource
.
-
Method Details
-
attributes
Returns the attributes stored in theLogResource
.- Returns:
- attributes
-