gcp-trace-find-from-logs
Extract Google Cloud trace IDs from log entries to correlate distributed system issues. Use log filters to identify specific traces for debugging and monitoring.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Optional Google Cloud project ID | |
| filter | Yes | Filter for logs (e.g., "severity>=ERROR AND timestamp>"-1d"") | |
| limit | No | Maximum number of logs to check |