Skip to content

Commit 6809915

Browse files
Cross-link with ips-allocation and info on concurrent connections
1 parent ec4f60d commit 6809915

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/content/docs/aegis/about/ips-allocation.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Refer to [connection forwarding](/aegis/about/connection-forwarding/) to underst
2525

2626
Each Aegis IP can support 40,000 concurrent connections per origin IP. For example, if you have one Aegis IP and two origins (A and B), this single Aegis IP can support 40,000 concurrent connections to origin A, while simultaneously supporting 40,000 concurrent connections to origin B.
2727

28+
[GraphQL Analytics API](/aegis/analytics/) allows you to get visibility over Aegis IP utilization.
29+
2830
## Regional services
2931

3032
If you are using [Regional Services](/data-localization/regional-services/), you should take this into consideration when allocating Aegis IPv4. Traffic will egress from the specified locations as long as you have Aegis IPs provisioned in those locations.

src/content/docs/aegis/analytics.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ sidebar:
77

88
import { Type } from "~/components";
99

10-
Use the [GraphQL API](/analytics/graphql-api/) to get aggregate data on your Aegis IPs utilization, and monitor their capacity. As explained in [IPs allocation](/aegis/about/ips-allocation/), each Aegis IP can support 40,000 concurrent connections per origin IP.
11-
12-
Refer to the GraphQL Analytics API documentation for guidance on how to [get started](/analytics/graphql-api/getting-started/). The specific Aegis schema is called `aegisIpUtilizationAdaptiveGroups`.
10+
Use the [GraphQL API](/analytics/graphql-api/) to get aggregate data and monitor your Aegis IPs capacity. As explained in [IPs allocation](/aegis/about/ips-allocation/), each Aegis IP can support 40,000 concurrent connections per origin IP.
1311

12+
Refer to the GraphQL Analytics API documentation to [get started](/analytics/graphql-api/getting-started/). The specific Aegis schema is called `aegisIpUtilizationAdaptiveGroups`.
1413

1514
You can get average (`avg`) or maximum (`max`) utilization values (in percentage), and use the following dimensions:
1615

0 commit comments

Comments
 (0)