Skip to content

Commit 63685e8

Browse files
daisyfaithaumaelithrar
authored andcommitted
renamed real time logging to logging (#16982)
1 parent 61a53c3 commit 63685e8

File tree

1 file changed

+28
-18
lines changed

1 file changed

+28
-18
lines changed

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

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,21 @@ sidebar:
66
head:
77
- tag: title
88
content: AI Gateway
9-
109
---
1110

12-
import { CardGrid, Description, Feature, LinkTitleCard, Plan, RelatedProduct } from "~/components"
11+
import {
12+
CardGrid,
13+
Description,
14+
Feature,
15+
LinkTitleCard,
16+
Plan,
17+
RelatedProduct,
18+
} from "~/components";
1319

1420
<Description>
1521

16-
Observe and control your AI applications.
22+
Observe and control your AI applications.
23+
1724
</Description>
1825

1926
<Plan type="all" />
@@ -28,76 +35,79 @@ Check out the [Get started guide](/ai-gateway/get-started/) to learn how to conf
2835

2936
View metrics such as the number of requests, tokens, and the cost it takes to run your application.
3037

31-
3238
</Feature>
3339

34-
<Feature header="Real-time logs" href="/ai-gateway/observability/analytics/#logging" cta="View Real-time logs">
40+
<Feature header="Logging" href="/ai-gateway/observability/analytics/#logging" cta="View Logging">
3541

3642
Gain insight on requests and errors.
3743

38-
3944
</Feature>
4045

4146
<Feature header="Caching" href="/ai-gateway/configuration/caching/">
4247

4348
Serve requests directly from Cloudflare's cache instead of the original model provider for faster requests and cost savings.
4449

45-
4650
</Feature>
4751

4852
<Feature header="Rate limiting" href="/ai-gateway/configuration/rate-limiting">
4953

5054
Control how your application scales by limiting the number of requests your application receives.
5155

52-
5356
</Feature>
5457

5558
<Feature header="Request retry and fallback" href="/ai-gateway/configuration/fallbacks/">
5659

5760
Improve resilience by defining request retry and model fallbacks in case of an error.
5861

59-
6062
</Feature>
6163

6264
<Feature header="Your favorite providers" href="/ai-gateway/providers/">
6365

6466
Workers AI, OpenAI, Azure OpenAI, HuggingFace, Replicate, and more work with AI Gateway.
6567

66-
6768
</Feature>
6869

69-
***
70+
---
7071

7172
## Related products
7273

7374
<RelatedProduct header="Workers AI" href="/workers-ai/" product="workers-ai">
7475

7576
Run machine learning models, powered by serverless GPUs, on Cloudflare’s global network.
7677

77-
7878
</RelatedProduct>
7979

8080
<RelatedProduct header="Vectorize" href="/vectorize/" product="vectorize">
8181

8282
Build full-stack AI applications with Vectorize, Cloudflare’s vector database. Adding Vectorize enables you to perform tasks such as semantic search, recommendations, anomaly detection or can be used to provide context and memory to an LLM.
8383

84-
8584
</RelatedProduct>
8685

8786
## More resources
8887

8988
<CardGrid>
9089

91-
<LinkTitleCard title="Developer Discord" href="https://discord.cloudflare.com" icon="discord">
92-
Connect with the Workers community on Discord to ask questions, show what you are building, and discuss the platform with other developers.
90+
<LinkTitleCard
91+
title="Developer Discord"
92+
href="https://discord.cloudflare.com"
93+
icon="discord"
94+
>
95+
Connect with the Workers community on Discord to ask questions, show what you
96+
are building, and discuss the platform with other developers.
9397
</LinkTitleCard>
9498

9599
<LinkTitleCard title="Use cases" href="/use-cases/ai/" icon="document">
96-
Learn how you can build and deploy ambitious AI applications to Cloudflare's global network.
100+
Learn how you can build and deploy ambitious AI applications to Cloudflare's
101+
global network.
97102
</LinkTitleCard>
98103

99-
<LinkTitleCard title="@CloudflareDev" href="https://x.com/cloudflaredev" icon="x.com">
100-
Follow @CloudflareDev on Twitter to learn about product announcements, and what is new in Cloudflare Workers.
104+
<LinkTitleCard
105+
title="@CloudflareDev"
106+
href="https://x.com/cloudflaredev"
107+
icon="x.com"
108+
>
109+
Follow @CloudflareDev on Twitter to learn about product announcements, and
110+
what is new in Cloudflare Workers.
101111
</LinkTitleCard>
102112

103113
</CardGrid>

0 commit comments

Comments
 (0)