Skip to content

Commit a62439a

Browse files
Edited notes to new version (#16792)
1 parent ff1d85f commit a62439a

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

src/content/docs/ai-gateway/get-started.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ Now that your provider is connected to the AI Gateway, you can view analytics fo
5353

5454
<Render file="analytics-dashboard" />
5555

56-
<Render file="analytics-warning" />
56+
:::note[Note]
57+
58+
The cost metric is an estimation based on the number of tokens sent and received in requests. While this metric can help you monitor and predict cost trends, refer to your provider’s dashboard for the most accurate cost details.
59+
60+
:::
5761

5862
## Next steps
5963

src/content/docs/ai-gateway/observability/analytics.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
title: Analytics and logging
33
pcx_content_type: reference
4-
54
---
65

7-
import { Render, TabItem, Tabs } from "~/components"
6+
import { Render, TabItem, Tabs } from "~/components";
87

9-
<Render file="analytics-overview" /> <br/>
8+
<Render file="analytics-overview" /> <br />
109

1110
## View analytics
1211

@@ -35,7 +34,11 @@ curl https://api.cloudflare.com/client/v4/graphql \
3534
3635
</TabItem> </Tabs>
3736
38-
<Render file="analytics-warning" />
37+
:::note[Note]
38+
39+
The cost metric is an estimation based on the number of tokens sent and received in requests. While this metric can help you monitor and predict cost trends, refer to your provider’s dashboard for the most accurate cost details.
40+
41+
:::
3942
4043
## Logging
4144

0 commit comments

Comments
 (0)