Skip to content

Commit 73df877

Browse files
Christian Fröhlingsdorfgitbook-bot
Christian Fröhlingsdorf
authored andcommittedOct 28, 2024
GITBOOK-1246: change request with no subject merged in GitBook
1 parent e78dd80 commit 73df877

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed
 

‎SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* [Prometheus Heartbeat Example](alerting/heartbeat-monitoring/prometheus-heartbeat-example.md)
2424
* [CLI Heartbeat Examples](alerting/heartbeat-monitoring/cli-heartbeat-examples.md)
2525
* [🏛️ Understanding event flows](alerting/understanding-event-flows.md)
26-
* [ilert sender IDs and domains](alerting/phone-numbers/README.md)
26+
* [ilert sender IDs, domains and IPs](alerting/phone-numbers/README.md)
2727
* [SMS and voice alerts in China](alerting/phone-numbers/sms-and-voice-alerts-in-china.md)
2828

2929
## On-call management & Escalations

‎alerting/phone-numbers/README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88
caller IDs, etc.)
99
---
1010

11-
# ilert sender IDs and domains
11+
# ilert sender IDs, domains and IPs
1212

1313
You can find information on our domains, notification email addresses, phone numbers below. We suggest whitelisting these in your tools and email clients.
1414

@@ -63,7 +63,13 @@ The number that ilert uses to send voice notifications depends on the target cou
6363
| API documentation | [https://api.ilert.com/api-docs](https://api.ilert.com/api) |
6464
| Service Status | [http://status.ilert.com](https://status.ilert.com/) |
6565

66-
## IP addresses for outgoing webhooks <a href="#email-services" id="email-services"></a>
66+
## IP addresses <a href="#email-services" id="email-services"></a>
67+
68+
### Inbound <a href="#email-services" id="email-services"></a>
69+
70+
ilert's inbound architecture is highly distributed and spread across different datacenters and regions. While it is possible to temporarily whitelist the IP blocks used, it is not recommended to do so. Inbound IPs are dynamic and though mostly reserved might change at any time.
71+
72+
### Outgoing webhooks (alert actions) <a href="#email-services" id="email-services"></a>
6773

6874
ilert uses flexible serverless infrastructures to provide webhooks in regions around the world. We offer static IP addresses to our Premium plan customers, please reach out to our [support](../../contact.md#support) if you are interested in using static IPs in case firewall whitelisting is required for your use case.
6975

‎rest-api/alertsource-throttle.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ If a request exceeds the defined rate limit, the request is rejected with the HT
1111

1212
The following rate limits apply:
1313

14-
| Target | Max Number of Requests (Limit) | Time Window |
15-
| ------------------------------ | ------------------------------ | ----------- |
16-
| API | 700 | 1 Minute |
17-
| UI | 250 | 1 Minute |
18-
| Integration Key (Alert source) | 50 | 1 Minute |
19-
| API Key (User generated) | 120 | 1 Minute |
20-
| Heartbeat Key | 5 | 1 Minute |
14+
| Target | Max Number of Requests (Limit) | Time Window |
15+
| ----------------------------------------- | ----------------------------------------- | ----------- |
16+
| API (IP) | 700 (can be increased) | 1 Minute |
17+
| UI (IP) | 250 | 1 Minute |
18+
| Integration Key (**Alert source**) | 50 (can be increased) | 1 Minute |
19+
| Integration Key (**Deployment** pipeline) | 10 (can be increased) | 1 Minute |
20+
| API Key (**User** generated) | 120 (can be increased) | 1 Minute |
21+
| Integration Key (**Metric** series) | 12 calls or 240 points (can be increased) | 1 Minute |
22+
| Integration Key (**Heartbeat**) | 5 | 1 Minute |
2123

2224
Exceeding a limit will cause a client to be rejected with 429 responses until a new window starts. There are no other consequences.
2325

0 commit comments

Comments
 (0)