Update Grafana datasource and Prometheus configs for monitoring integration. Improve E2E CI workflow with Prisma generate, browser caching, and trace artifact collection. Co-Authored-By: Paperclip <noreply@paperclip.ing>
24 lines
471 B
YAML
24 lines
471 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
uid: prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
url: http://prometheus:9090
|
|
isDefault: true
|
|
editable: true
|
|
|
|
- name: Loki
|
|
uid: loki
|
|
type: loki
|
|
access: proxy
|
|
url: http://loki:3100
|
|
editable: true
|
|
jsonData:
|
|
derivedFields:
|
|
- datasourceUid: prometheus
|
|
matcherRegex: 'correlationId":"([^"]+)'
|
|
name: correlationId
|
|
url: '$${__value.raw}'
|