You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/workers-observability/src/tools/observability.ts
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,9 @@ This tool provides three primary views of your Worker data:
54
54
- Before applying filters, use the observability_keys and observability_values tools to confirm available filter fields and the correct filter value to add unless you have the data in a response from a previous query.
55
55
- Common filter fields: $metadata.service, $metadata.trigger, $metadata.message, $metadata.level, $metadata.requestId,
56
56
57
+
## Calculation Best Practices
58
+
- Before applying calculations, use the observability_keys tools to confirm key that should be used for the calculation
59
+
57
60
## Troubleshooting
58
61
- If no results are returned, suggest broadening the time range or relaxing filters
59
62
- For errors about invalid fields, recommend using observability_keys to see available options
0 commit comments