find-traces-from-logs
Extract traces from Google Cloud logs by applying filters to pinpoint specific entries, enabling efficient log analysis and troubleshooting. Useful for isolating issues based on severity, timestamps, or other criteria.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | Yes | Filter for logs (e.g., "severity>=ERROR AND timestamp>"-1d"") | |
limit | No | Maximum number of logs to check | |
projectId | No | Optional Google Cloud project ID |