Skip to content

Clients

This page documents configuration options for various clients.

Grafana Alloy

loki.write "sys11-oaas-logs" {
  endpoint {
    url = "https://logs.syseleven.services/<Organisation UUID>/<Project ID>/loki/api/v1/push"
    bearer_token = "<SysEleven API Key or Service Account Credential>"
  }
}

prometheus.remote_write "sys11-oaas-metrics" {
  endpoint {
    url = "https://metrics.syseleven.services/<Organisation UUID>/<Project ID>/api/v1/push"
    bearer_token = "<SysEleven API Key or Service Account Credential>"
}

Prometheus

remote_write:
  - url: https://metrics.syseleven.services/<Organisation UUID>/<Project ID>/api/v1/push
    authorization:
      credentials: <SysEleven API Key or Service Account Credential>
remote_read:
  - url: https://metrics.syseleven.services/<Organisation UUID>/<Project ID>/prometheus/api/v1/read
    authorization:
      credentials: <SysEleven API Key or Service Account Credential>

mimirtool

export MIMIR_ADDRESS=https://metrics.syseleven.services/<Organisation UUID>/<Project ID>
export MIMIR_TENANT_ID=<Project ID>
export MIMIR_AUTH_TOKEN=<SysEleven API Key or Service Account Credential>