xpeditis2.0/infra/logging/grafana/provisioning/datasources/loki.yml
David 40d917e160
All checks were successful
CD Preprod / Backend — Lint (push) Successful in 10m22s
CD Preprod / Frontend — Lint & Type-check (push) Successful in 10m55s
CD Preprod / Backend — Unit Tests (push) Successful in 10m10s
CD Preprod / Frontend — Unit Tests (push) Successful in 10m34s
CD Preprod / Backend — Integration Tests (push) Successful in 9m57s
CD Preprod / Build Frontend (push) Successful in 47s
CD Preprod / Build Log Exporter (push) Successful in 33s
CD Preprod / Build Backend (push) Successful in 7m24s
CD Preprod / Deploy to Preprod (push) Successful in 24s
CD Preprod / Notify Failure (push) Has been skipped
CD Preprod / Notify Success (push) Successful in 2s
chore(ci): remove smoke tests from preprod and prod pipelines
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-06 20:13:17 +02:00

20 lines
379 B
YAML

apiVersion: 1
datasources:
- name: Loki
uid: loki-xpeditis
type: loki
access: proxy
url: http://xpeditis-loki:3100
isDefault: true
version: 1
editable: false
jsonData:
maxLines: 1000
timeout: 60
derivedFields:
- datasourceUid: ''
matcherRegex: '"reqId":"([^"]+)"'
name: RequestID
url: ''