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.LogResourceportion of the top-level information.List<? extends JsonLogConverter.LogScopeSpans> Returns theJsonLogConverter.LogScopeSpansportion of the top-level information.
-
Method Details
-
resource
JsonLogConverter.LogResource resource()Returns theJsonLogConverterImpl.LogResourceportion of the top-level information.- Returns:
- resource information
-
scopeSpans
List<? extends JsonLogConverter.LogScopeSpans> scopeSpans()Returns theJsonLogConverter.LogScopeSpansportion of the top-level information.- Returns:
- scope and spans information
-