Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,32 @@ To receive notifications for external provider degradations:
External Provider Status monitors the following third-party providers:


| External provider | API monitored |
|----------|--------------------|
| External Provider | API monitored |
|----------|--------------------|
| Adyen | `*.adyenpayments.com` |
| Amplitude | `api.amplitude.com` |
| Atlassian | `*.atlassian.net` |
| Anthropic | `api.anthropic.com` |
| Atlassian | `*.atlassian.net`, `*.atlassian.com` |
| Auth0 | `*.auth0.com` |
| Azure DevOps | `dev.azure.com` |
| Binance | `api.binance.com` |
| Braintree | `api.braintreegateway.com` |
| Cloudflare | `api.cloudflare.com` |
| Confluent | `api.confluent.cloud`, `api.telemetry.confluent.cloud` |
| Databricks | `*.cloud.databricks.com` |
| Facebook | `graph.facebook.com` |
| GitHub | `api.github.com` |
| GitLab | `*.gitlab.com` |
| HubSpot | `api.hubspot.com`, `api.hubapi.com` |
| Intercom | `api.intercom.io` |
| LaunchDarkly | `app.launchdarkly.com` |
| Mapbox | `api.mapbox.com` |
| Mixpanel | `api.mixpanel.com` |
| Okta | `*.okta.com` |
| OpenAI | `*.openai.com` |
| PagerDuty | `api.pagerduty.com` |
| Palo Alto Networks | `api.urlcloud.paloaltonetworks.com` |
| PayPal | `*.paypal.com` |
| Salesforce | `*.salesforce.com` |
| SendGrid | `*.sendgrid.com` |
| ServiceNow | `*.service-now.com` |
| Slack | `*.slack.com` |
Expand All @@ -74,6 +83,7 @@ External Provider Status monitors the following third-party providers:
| X | `api.twitter.com` |
| Zendesk | `*.zendesk.com` |
| Zoom | `api.zoom.us` |

### AWS services

External Provider Status monitors the following AWS services through endpoints matching `*.amazonaws.com`:
Expand Down
62 changes: 36 additions & 26 deletions content/en/watchdog/faulty_cloud_saas_api_detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,32 +29,42 @@ Whenever Watchdog detects a provider degradation, it creates an event in the [Ev
Watchdog monitors the status of the following external providers' APIs:

| External Provider | API monitored |
|----------|--------------------|
| Amplitude | api.amplitude.com |
| Atlassian | *.atlassian.net |
| Auth0 | *.auth0.com |
| Binance | api.binance.com |
| Braintree | api.braintreegateway.com |
| Cloudflare | api.cloudflare.com |
| Databricks | *.cloud.databricks.com |
| Facebook | graph.facebook.com |
| GitHub | api.github.com |
| Intercom | api.intercom.io |
| Mapbox | api.mapbox.com |
| Mixpanel | api.mixpanel.com |
| OpenAI | *.openai.com|
| PagerDuty | api.pagerduty.com |
| SendGrid | *.sendgrid.com |
| ServiceNow | *.service-now.com |
| Slack | *.slack.com |
| Snowflake | *.snowflakecomputing.com |
| Splunk | *.splunkcloud.com |
| Square | connect.squareup.com |
| Stripe | api.stripe.com |
| Twilio | api.twilio.com |
| X | api.twitter.com |
| Zendesk | *.zendesk.com |
| Zoom | api.zoom.us |
|----------|--------------------|
| Adyen | `*.adyenpayments.com` |
| Amplitude | `api.amplitude.com` |
| Anthropic | `api.anthropic.com` |
| Atlassian | `*.atlassian.net`, `*.atlassian.com` |
| Auth0 | `*.auth0.com` |
| Azure DevOps | `dev.azure.com` |
| Binance | `api.binance.com` |
| Braintree | `api.braintreegateway.com` |
| Cloudflare | `api.cloudflare.com` |
| Databricks | `*.cloud.databricks.com` |
| Facebook | `graph.facebook.com` |
| GitHub | `api.github.com` |
| GitLab | `*.gitlab.com` |
| HubSpot | `api.hubspot.com`, `api.hubapi.com` |
| Intercom | `api.intercom.io` |
| LaunchDarkly | `app.launchdarkly.com` |
| Mapbox | `api.mapbox.com` |
| Mixpanel | `api.mixpanel.com` |
| Okta | `*.okta.com` |
| OpenAI | `*.openai.com` |
| PagerDuty | `api.pagerduty.com` |
| Palo Alto Networks | `api.urlcloud.paloaltonetworks.com` |
| PayPal | `*.paypal.com` |
| Salesforce | `*.salesforce.com` |
| SendGrid | `*.sendgrid.com` |
| ServiceNow | `*.service-now.com` |
| Slack | `*.slack.com` |
| Snowflake | `*.snowflakecomputing.com` |
| Splunk | `*.splunkcloud.com` |
| Square | `connect.squareup.com` |
| Stripe | `api.stripe.com` |
| Twilio | `api.twilio.com` |
| X | `api.twitter.com` |
| Zendesk | `*.zendesk.com` |
| Zoom | `api.zoom.us` |

The following AWS services are monitored (.*amazonaws.com):
- CloudWatch
Expand Down
Loading