Skip to main content

Regions & Endpoints

xScaler is deployed in geographically distributed regions. All traffic is TLS-only — there is no plaintext HTTP or gRPC option.

Available regions

Region IDLocationBase URL
euw1-01Europe West 1euw1-01.m.xscalerlabs.com

:::info More regions coming soon Additional regions are in the roadmap. Contact support if you need a specific region. :::


Endpoint reference

Replace <region> with your region ID (e.g. euw1-01) in every URL below.

Ingest

ProtocolEndpoint
Prometheus remote_write (HTTP)POST https://<region>.m.xscalerlabs.com/api/v1/push
OTLP/HTTPPOST https://<region>.m.xscalerlabs.com/otlp/v1/metrics
OTLP/gRPC<region>.m.xscalerlabs.com:443 (TLS, headers as gRPC metadata)

Query (Prometheus HTTP API)

OperationEndpoint
Instant queryGET https://<region>.m.xscalerlabs.com/prometheus/api/v1/query
Range queryGET https://<region>.m.xscalerlabs.com/prometheus/api/v1/query_range
Label namesGET https://<region>.m.xscalerlabs.com/prometheus/api/v1/labels
Label valuesGET https://<region>.m.xscalerlabs.com/prometheus/api/v1/label/<name>/values
SeriesPOST https://<region>.m.xscalerlabs.com/prometheus/api/v1/series
Active alertsGET https://<region>.m.xscalerlabs.com/prometheus/api/v1/alerts
Rules listGET https://<region>.m.xscalerlabs.com/prometheus/api/v1/rules

Rules API (CRUD)

OperationEndpoint
Get / create / delete rule groupGET|POST|DELETE https://<region>.m.xscalerlabs.com/api/v1/rules/<namespace>/<group>

Grafana data source URL

When configuring a Prometheus data source in Grafana, set the Prometheus server URL to:

https://<region>.m.xscalerlabs.com/prometheus

The /prometheus path prefix is required. Do not omit it.


TLS and ports

TransportPortNotes
HTTPS443All HTTP endpoints
gRPC over TLS443OTLP/gRPC ingest

Self-signed certificates are not accepted. insecure_skip_verify should remain false in all client configurations.


Substitution example

Using region euw1-01:

PlaceholderSubstituted value
<region>.m.xscalerlabs.comeuw1-01.m.xscalerlabs.com
Ingest URLhttps://euw1-01.m.xscalerlabs.com/api/v1/push
Query base URLhttps://euw1-01.m.xscalerlabs.com/prometheus
Grafana data sourcehttps://euw1-01.m.xscalerlabs.com/prometheus