Interface JsonLogConverter.LogResourceScopeSpans
- Enclosing interface:
JsonLogConverter
public static interface JsonLogConverter.LogResourceScopeSpans
Top-level aggregation of resource and scope-spans information.
-
Method Summary
Modifier and TypeMethodDescriptionresource()
Returns theJsonLogConverterImpl.LogResource
portion of the top-level information.List
<? extends JsonLogConverter.LogScopeSpans> Returns theJsonLogConverter.LogScopeSpans
portion of the top-level information.
-
Method Details
-
resource
JsonLogConverter.LogResource resource()Returns theJsonLogConverterImpl.LogResource
portion of the top-level information.- Returns:
- resource information
-
scopeSpans
List<? extends JsonLogConverter.LogScopeSpans> scopeSpans()Returns theJsonLogConverter.LogScopeSpans
portion of the top-level information.- Returns:
- scope and spans information
-