gcp-trace-find-from-logs
Find a trace ID from Cloud logs by applying filters like severity and timestamp. Use log queries to locate and inspect traces for debugging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of logs to check | |
| filter | Yes | Filter for logs (e.g., "severity>=ERROR AND timestamp>"-1d"") | |
| projectId | No | Optional Google Cloud project ID |