External Monitoring Data Ingestion

Sending data from external sources to the Mimir, Loki, and Tempo monitoring stack.

Network Restriction

The monitoring endpoints are only accessible from within the University network (LAN, Wi-Fi, or VPN). Access from the public internet is blocked.

Access Request

External data ingestion is not enabled by default. To send data from outside the Kubernetes cluster, request access via the request form, selecting the external access option for the services you need (Mimir, Loki, Tempo). See Request Monitoring Access for details on submitting the form.

You will receive your unique credentials (x-scope-orgid, x-secret or Basic Auth password) once the request is processed.

Endpoints & Authentication

ServiceBase URLAPI PathAuthenticationHeaders
Mimir (Metrics)https://mimir.uni-muenster.de/api/v1/pushHeader Authx-scope-orgid and x-secret
Loki (Logs)https://loki.uni-muenster.de/loki/api/v1/pushBasic Authx-scope-orgid
Tempo (Traces)https://tempo.uni-muenster.de/api/v2/tracesBasic Authx-scope-orgid

You can use the following tools to send data to the endpoints above:

  • Prometheus (for metrics)
  • Vector (for logs)
  • OpenTelemetry Collector (for metrics, logs, and traces)