Skip to content

Commit 13cea91

Browse files
[AIG]add filter table (#19253)
* add filter table * linked filter table to other sections
1 parent 4ff2327 commit 13cea91

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

src/content/docs/ai-gateway/evaluations/set-up-evaluations.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,24 @@ Please keep in mind that datasets currently use `AND` joins, so there can only b
2424

2525
:::
2626

27+
### List of available filters
28+
29+
| Filter category | Filter options | Filter by description |
30+
| --------------- | ------------------------------------------------------------ | ----------------------------------------- |
31+
| Status | error, status | error type or status. |
32+
| Cache | cached, not cached | based on whether they were cached or not. |
33+
| Provider | specific providers | the selected AI provider. |
34+
| AI Models | specific models | the selected AI model. |
35+
| Cost | less than, greater than | cost, specifying a threshold. |
36+
| Request type | Universal, Workers AI Binding, WebSockets | the type of request. |
37+
| Tokens | Total tokens, Tokens In, Tokens Out | token count (less than or greater than). |
38+
| Duration | less than, greater than | request duration. |
39+
| Feedback | equals, does not equal (thumbs up, thumbs down, no feedback) | feedback type. |
40+
| Metadata Key | equals, does not equal | specific metadata keys. |
41+
| Metadata Value | equals, does not equal | specific metadata values. |
42+
| Log ID | equals, does not equal | a specific Log ID. |
43+
| Event ID | equals, does not equal | a specific Event ID. |
44+
2745
## 2. Select evaluators
2846

2947
After creating a dataset, choose the evaluation parameters:

src/content/docs/ai-gateway/observability/logging/index.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,21 @@ This setting is useful for maintaining continuous logging while staying within t
6262
### Manual deletion
6363
6464
To manually delete logs, navigate to the Logs tab in the dashboard. Use the available filters such as status, cache, provider, cost, or any other options in the dropdown to refine the logs you wish to delete. Once filtered, select Delete logs to complete the action.
65+
66+
See full list of available filters and their descriptions below:
67+
68+
| Filter category | Filter options | Filter by description |
69+
| --------------- | ------------------------------------------------------------ | ----------------------------------------- |
70+
| Status | error, status | error type or status. |
71+
| Cache | cached, not cached | based on whether they were cached or not. |
72+
| Provider | specific providers | the selected AI provider. |
73+
| AI Models | specific models | the selected AI model. |
74+
| Cost | less than, greater than | cost, specifying a threshold. |
75+
| Request type | Universal, Workers AI Binding, WebSockets | the type of request. |
76+
| Tokens | Total tokens, Tokens In, Tokens Out | token count (less than or greater than). |
77+
| Duration | less than, greater than | request duration. |
78+
| Feedback | equals, does not equal (thumbs up, thumbs down, no feedback) | feedback type. |
79+
| Metadata Key | equals, does not equal | specific metadata keys. |
80+
| Metadata Value | equals, does not equal | specific metadata values. |
81+
| Log ID | equals, does not equal | a specific Log ID. |
82+
| Event ID | equals, does not equal | a specific Event ID. |

0 commit comments

Comments
 (0)