Uses of Class
io.jenkins.plugins.opentelemetry.job.log.LogsQueryResult
Packages that use LogsQueryResult
Package
Description
-
Uses of LogsQueryResult in io.jenkins.plugins.opentelemetry.backend.custom
Methods in io.jenkins.plugins.opentelemetry.backend.custom that return LogsQueryResultModifier and TypeMethodDescriptionCustomLogStorageRetriever.overallLog(String jobFullName, int runNumber, String traceId, String spanId, boolean complete, Instant startTime, Instant endTime) CustomLogStorageRetriever.stepLog(String jobFullName, int runNumber, String flowNodeId, String traceId, String spanId, boolean complete, Instant startTime, Instant endTime) -
Uses of LogsQueryResult in io.jenkins.plugins.opentelemetry.backend.elastic
Methods in io.jenkins.plugins.opentelemetry.backend.elastic that return LogsQueryResultModifier and TypeMethodDescriptionElasticsearchLogStorageRetriever.overallLog(String jobFullName, int runNumber, String traceId, String spanId, boolean complete, Instant startTime, Instant endTime) ElasticsearchLogStorageRetriever.stepLog(String jobFullName, int runNumber, String flowNodeId, String traceId, String spanId, boolean complete, Instant startTime, Instant endTime) -
Uses of LogsQueryResult in io.jenkins.plugins.opentelemetry.backend.grafana
Methods in io.jenkins.plugins.opentelemetry.backend.grafana that return LogsQueryResultModifier and TypeMethodDescriptionLokiLogStorageRetriever.overallLog(String jobFullName, int runNumber, String traceId, String spanId, boolean complete, Instant startTime, Instant endTime) LokiLogStorageRetriever.stepLog(String jobFullName, int runNumber, String flowNodeId, String traceId, String spanId, boolean complete, Instant startTime, Instant endTime) -
Uses of LogsQueryResult in io.jenkins.plugins.opentelemetry.job.log
Methods in io.jenkins.plugins.opentelemetry.job.log that return LogsQueryResultModifier and TypeMethodDescriptionLogStorageRetriever.overallLog(String jobFullName, int runNumber, String traceId, String spanId, boolean complete, Instant startTime, Instant endTime) LogStorageRetriever.stepLog(String jobFullName, int runNumber, String flowNodeId, String traceId, String spanId, boolean complete, Instant startTime, Instant endTime)