Skip to content

Commit 7764ca7

Browse files
committed
Merge branch 'DOC-1867-Document-feature-AI-Gateway-help-cloud-team-polish-clean-up' into adp-pkg1
2 parents 5a4ba3b + ca6f6dc commit 7764ca7

20 files changed

+19
-44
lines changed

modules/ROOT/nav.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
**** xref:ai-agents:ai-gateway/builders/connect-your-agent.adoc[Connect Your Agent]
5353
**** xref:ai-agents:ai-gateway/cel-routing-cookbook.adoc[CEL Routing Patterns]
5454
**** xref:ai-agents:ai-gateway/mcp-aggregation-guide.adoc[MCP Aggregation]
55-
*** Observability
56-
**** xref:ai-agents:ai-gateway/observability-logs.adoc[Request Logs]
57-
**** xref:ai-agents:ai-gateway/observability-metrics.adoc[Metrics and Analytics]
58-
*** xref:ai-agents:ai-gateway/migration-guide.adoc[Migrate]
55+
//*** Observability
56+
//**** xref:ai-agents:ai-gateway/observability-logs.adoc[Request Logs]
57+
//**** xref:ai-agents:ai-gateway/observability-metrics.adoc[Metrics and Analytics]
58+
//*** xref:ai-agents:ai-gateway/migration-guide.adoc[Migrate]
5959
*** xref:ai-agents:ai-gateway/integrations/index.adoc[Integrations]
6060
**** Claude Code
6161
***** xref:ai-agents:ai-gateway/integrations/claude-code-admin.adoc[Admin Guide]

modules/ai-agents/pages/ai-gateway/admin/setup-guide.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,8 @@ Users can then discover and connect to the gateway using the information provide
316316
* xref:ai-gateway/cel-routing-cookbook.adoc[CEL Routing Cookbook] - Advanced routing patterns
317317
// * xref:ai-gateway/admin/networking-configuration.adoc[Networking Configuration] - Configure private endpoints and connectivity
318318

319-
*Monitor and observe:*
320-
321-
* xref:ai-gateway/observability-metrics.adoc[Monitor Usage] - Track costs and usage across all gateways
322-
* xref:ai-gateway/observability-logs.adoc[Request Logs] - View and filter request logs
319+
//*Monitor and observe:*
320+
//
323321

324322
*Integrate tools:*
325323

modules/ai-agents/pages/ai-gateway/cel-routing-cookbook.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,4 +951,3 @@ Each request evaluates CEL expression once. Total latency impact:
951951
== Next steps
952952

953953
* *Apply CEL routing*: See the gateway configuration options available in the Redpanda Cloud console.
954-
* *Monitor routing decisions*: xref:ai-agents:ai-gateway/observability-logs.adoc[]

modules/ai-agents/pages/ai-gateway/gateway-architecture.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,3 @@ The gateway only loads and exposes specific tools when requested, which dramatic
147147

148148
* xref:ai-agents:ai-gateway/gateway-quickstart.adoc[]: Route your first request through AI Gateway
149149
* xref:ai-agents:ai-gateway/mcp-aggregation-guide.adoc[]: Configure MCP server aggregation for AI agents
150-
* xref:ai-agents:ai-gateway/observability-logs.adoc[]: Monitor request logs, token usage, and costs

modules/ai-agents/pages/ai-gateway/gateway-quickstart.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,6 @@ Explore advanced AI Gateway features:
561561

562562
* xref:ai-agents:ai-gateway/cel-routing-cookbook.adoc[]: Advanced CEL routing patterns for traffic distribution and cost optimization
563563
* xref:ai-agents:ai-gateway/mcp-aggregation-guide.adoc[]: Configure MCP server aggregation and deferred tool loading
564-
* xref:ai-agents:ai-gateway/observability-logs.adoc[]: Monitor request logs, token usage, and costs
565-
* xref:ai-agents:ai-gateway/migration-guide.adoc[]: Migrate existing LLM integrations to AI Gateway
566564
* xref:ai-agents:ai-gateway/integrations/index.adoc[]: Connect more AI development tools
567565

568566
Learn about the architecture:

modules/ai-agents/pages/ai-gateway/integrations/claude-code-admin.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Implement token rotation for security:
299299

300300
. Create a new token before the existing token expires
301301
. Distribute the new token to users
302-
. Monitor usage of the old token in xref:ai-agents:ai-gateway/observability-logs.adoc[request logs]
302+
. Monitor usage of the old token in (observability dashboard)
303303
. Revoke the old token after all users have migrated
304304

305305
== Configure Claude Code clients
@@ -393,7 +393,6 @@ Track Claude Code activity through gateway observability features.
393393
|Identify failing requests or misconfigured clients
394394
|===
395395

396-
For detailed metrics configuration, see xref:ai-agents:ai-gateway/observability-metrics.adoc[].
397396

398397
=== Query logs via API
399398

@@ -498,7 +497,5 @@ Causes and solutions:
498497

499498
== Next steps
500499

501-
* xref:ai-agents:ai-gateway/observability-logs.adoc[]: Analyze detailed request logs
502-
* xref:ai-agents:ai-gateway/observability-metrics.adoc[]: Set up metrics dashboards
503500
* xref:ai-agents:ai-gateway/cel-routing-cookbook.adoc[]: Implement advanced routing rules
504501
* xref:ai-agents:mcp/remote/overview.adoc[]: Deploy Remote MCP servers for custom tools

modules/ai-agents/pages/ai-gateway/integrations/claude-code-user.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ chmod 600 ~/.claude.json
413413
== Next steps
414414

415415
* xref:ai-agents:ai-gateway/mcp-aggregation-guide.adoc[]: Configure deferred tool loading to reduce token costs
416-
* xref:ai-agents:ai-gateway/observability-logs.adoc[]: Monitor Claude Code requests in the gateway dashboard
417416
* xref:ai-agents:ai-gateway/cel-routing-cookbook.adoc[]: Use CEL expressions to route Claude Code requests based on context
418417

419418
== Related pages

modules/ai-agents/pages/ai-gateway/integrations/cline-admin.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Implement token rotation for security:
320320

321321
. Create a new token before the existing token expires
322322
. Distribute the new token to users
323-
. Monitor usage of the old token in xref:ai-agents:ai-gateway/observability-logs.adoc[request logs]
323+
. Monitor usage of the old token in (observability dashboard)
324324
. Revoke the old token after all users have migrated
325325

326326
== Configure Cline clients
@@ -447,7 +447,6 @@ Cline autonomous operations may generate request sequences. Look for patterns to
447447
|Identify failing requests or misconfigured clients
448448
|===
449449

450-
For detailed metrics configuration, see xref:ai-agents:ai-gateway/observability-metrics.adoc[].
451450

452451
=== Query logs via API
453452

@@ -584,7 +583,5 @@ Causes and solutions:
584583

585584
== Next steps
586585

587-
* xref:ai-agents:ai-gateway/observability-logs.adoc[]: Analyze detailed request logs
588-
* xref:ai-agents:ai-gateway/observability-metrics.adoc[]: Set up metrics dashboards
589586
* xref:ai-agents:ai-gateway/cel-routing-cookbook.adoc[]: Implement advanced routing rules
590587
* xref:ai-agents:mcp/remote/overview.adoc[]: Deploy Remote MCP servers for custom tools

modules/ai-agents/pages/ai-gateway/integrations/cline-user.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,6 @@ The gateway automatically blocks requests that would exceed the limit.
752752
== Next steps
753753

754754
* xref:ai-agents:ai-gateway/mcp-aggregation-guide.adoc[]: Configure deferred tool loading to reduce token costs
755-
* xref:ai-agents:ai-gateway/observability-logs.adoc[]: Monitor Cline requests in the gateway dashboard
756755
* xref:ai-agents:ai-gateway/cel-routing-cookbook.adoc[]: Use CEL expressions to route Cline requests based on task complexity
757756

758757
== Related pages

modules/ai-agents/pages/ai-gateway/integrations/continue-admin.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ Implement token rotation for security:
412412

413413
. Create a new token before the existing token expires
414414
. Distribute the new token to users
415-
. Monitor usage of the old token in xref:ai-agents:ai-gateway/observability-logs.adoc[request logs]
415+
. Monitor usage of the old token in (observability dashboard)
416416
. Revoke the old token after all users have migrated
417417

418418
== Configure Continue.dev clients
@@ -600,7 +600,6 @@ Continue.dev generates different request patterns:
600600
|Identify failing providers or misconfigured backends
601601
|===
602602

603-
For detailed metrics configuration, see xref:ai-agents:ai-gateway/observability-metrics.adoc[].
604603

605604
=== Query logs via API
606605

@@ -757,7 +756,5 @@ This is expected behavior, not a configuration issue:
757756

758757
== Next steps
759758

760-
* xref:ai-agents:ai-gateway/observability-logs.adoc[]: Analyze detailed request logs
761-
* xref:ai-agents:ai-gateway/observability-metrics.adoc[]: Set up metrics dashboards
762759
* xref:ai-agents:ai-gateway/cel-routing-cookbook.adoc[]: Implement advanced routing rules
763760
* xref:ai-agents:mcp/remote/overview.adoc[]: Deploy Remote MCP servers for custom tools

0 commit comments

Comments
 (0)