Skip to content

Commit

Permalink
regions
Browse files Browse the repository at this point in the history
  • Loading branch information
Simplychee committed Dec 2, 2024
1 parent 053ead4 commit 30437a8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/user-guide/admin/hosting-regions/account-region.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,25 @@ Your listener host and API host will always be in the same region as your accoun
|Europe (Frankfurt)|AWS|app-eu.logz.io|listener-eu.logz.io|api-eu.logz.io|eu|eu-central-1|
|Europe (London)|AWS|app-uk.logz.io|listener-uk.logz.io|api-uk.logz.io|uk|eu-west-2|

## OpenTelemetry Protocol (OTLP) regions


When using the OpenTelemetry Protocol (OTLP) to send data to Logz.io, it’s essential to use the appropriate regional endpoint. This ensures compliance with data residency requirements and enhances performance.

Configure your setup with the correct endpoint URL for your region and include your Logz.io token in the configuration file.


| Region | Logz.io account host | Listener host | Region code | Region slug |
|---|---|---|---|---|
|US East (Northern Virginia)|app.logz.io|otlp-listener.logz.io/v1/logs|us | us-east-1|
|Asia Pacific (Sydney)|app-au.logz.io|otlp-listener-au.logz.io/v1/logs|au|ap-southeast-2|
|Canada (Central) |app-ca.logz.io|otlp-listener-ca.logz.io/v1/logs |ca|ca-central-1|
|Europe (Frankfurt) |app-eu.logz.io|otlp-listener-eu.logz.io/v1/logs|eu|eu-central-1|
|Europe (London) |app-uk.logz.io|otlp-listener-uk.logz.io/v1/logs|uk|eu-west-2|




## Supported regions for Prometheus metrics


Expand Down

0 comments on commit 30437a8

Please sign in to comment.