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:

  1. Contact the Cloud Team at cloud@uni-muenster.de.
  2. Request access and specify the services (Mimir, Loki, Tempo).
  3. Receive your unique credentials (x-scope-orgid, x-secret or Basic Auth password).

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)