Documentation
¶
Overview ¶
Package logging provides MCP tools for querying GCP logging.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GetLogSchemaRequest ¶
type GetLogSchemaRequest struct {
LogType string `` /* 147-byte string literal not displayed */
}
GetLogSchemaRequest defines the requested log type schema.
type LogQueryRequest ¶
type LogQueryRequest struct {
Query string `` /* 146-byte string literal not displayed */
ProjectID string `json:"project_id" jsonschema:"GCP project ID to query logs from. Required."`
TimeRange TimeRange `json:"time_range,omitempty" jsonschema:"Time range for log query. If empty, no restrictions are applied."`
Since string `` /* 179-byte string literal not displayed */
Limit int `` /* 155-byte string literal not displayed */
Format string `` /* 474-byte string literal not displayed */
}
LogQueryRequest defines parameters for querying GCP logs.
Click to show internal directories.
Click to hide internal directories.