LogsPanelResponse

data class LogsPanelResponse(val filter: String, val resourceNames: List<String>)

A widget that displays a stream of log.

Constructors

Link copied to clipboard
constructor(filter: String, resourceNames: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A filter that chooses which log entries to return. See Advanced Logs Queries (https://cloud.google.com/logging/docs/view/advanced-queries). Only log entries that match the filter are returned. An empty filter matches all log entries.

Link copied to clipboard

The names of logging resources to collect logs for. Currently only projects are supported. If empty, the widget will default to the host project.