ci: extend grafana logs dashboard

This commit is contained in:
Lars Hampe 2024-11-12 21:56:28 +01:00
parent 0787122c25
commit 6c5f7c08b5
6 changed files with 232 additions and 21 deletions

View File

@ -30,24 +30,28 @@ services:
- GF_PATHS_PROVISIONING=/etc/grafana/provisioning - GF_PATHS_PROVISIONING=/etc/grafana/provisioning
- GF_AUTH_ANONYMOUS_ENABLED=true - GF_AUTH_ANONYMOUS_ENABLED=true
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin - GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
entrypoint: volumes:
- sh - ./grafana/dashboard.yaml:/etc/grafana/provisioning/dashboards/main.yaml
- -euc - ./grafana/dashboards:/var/lib/grafana/dashboards
- | - ./grafana/datasources:/etc/grafana/provisioning/datasources
mkdir -p /etc/grafana/provisioning/datasources # entrypoint:
cat <<EOF > /etc/grafana/provisioning/datasources/ds.yaml # - sh
apiVersion: 1 # - -euc
datasources: # - |
- name: Loki # mkdir -p /etc/grafana/provisioning/datasources
type: loki # cat <<EOF > /etc/grafana/provisioning/datasources/ds.yaml
access: proxy # apiVersion: 1
orgId: 1 # datasources:
url: http://loki:3100 # - name: Loki
basicAuth: false # type: loki
isDefault: true # access: proxy
version: 1 # orgId: 1
editable: false # url: http://loki:3100
EOF # basicAuth: false
/run.sh # isDefault: true
# version: 1
# editable: false
# EOF
# /run.sh
ports: ports:
- "9000:3000" - "9000:3000"

View File

@ -0,0 +1,12 @@
apiVersion: 1
providers:
- name: "Dashboard provider"
orgId: 1
type: file
disableDeletion: false
updateIntervalSeconds: 10
allowUiUpdates: false
options:
path: /var/lib/grafana/dashboards
foldersFromFilesStructure: true

View File

@ -205,6 +205,177 @@
"title": "400 - 499", "title": "400 - 499",
"type": "stat" "type": "stat"
}, },
{
"datasource": {
"type": "loki",
"uid": "P8E80F9AEF21F6940"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "blue",
"value": null
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 4,
"x": 0,
"y": 9
},
"id": 7,
"options": {
"colorMode": "value",
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": ["sum"],
"fields": "",
"values": false
},
"showPercentChange": false,
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "11.3.0",
"targets": [
{
"editorMode": "builder",
"expr": "count(rate({service=\"api\"} | json | level = `info` [$__auto]))",
"queryType": "range",
"refId": "A"
}
],
"title": "Info",
"type": "stat"
},
{
"datasource": {
"type": "loki",
"uid": "P8E80F9AEF21F6940"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "yellow",
"value": null
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 4,
"x": 4,
"y": 9
},
"id": 8,
"options": {
"colorMode": "value",
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": ["sum"],
"fields": "",
"values": false
},
"showPercentChange": false,
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "11.3.0",
"targets": [
{
"editorMode": "builder",
"expr": "count(rate({service=\"api\"} | json | level = `warn` [$__auto]))",
"queryType": "range",
"refId": "A"
}
],
"title": "Warning",
"type": "stat"
},
{
"datasource": {
"type": "loki",
"uid": "P8E80F9AEF21F6940"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "red",
"value": null
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 4,
"x": 8,
"y": 9
},
"id": 9,
"options": {
"colorMode": "value",
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": ["sum"],
"fields": "",
"values": false
},
"showPercentChange": false,
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "11.3.0",
"targets": [
{
"editorMode": "builder",
"expr": "count(rate({service=\"api\"} | json | level = `error` [$__auto]))",
"queryType": "range",
"refId": "A"
}
],
"title": "Error",
"type": "stat"
},
{ {
"datasource": { "datasource": {
"type": "loki", "type": "loki",
@ -218,7 +389,7 @@
"h": 17, "h": 17,
"w": 24, "w": 24,
"x": 0, "x": 0,
"y": 9 "y": 17
}, },
"id": 5, "id": 5,
"options": { "options": {
@ -258,6 +429,6 @@
"timezone": "browser", "timezone": "browser",
"title": "Logging", "title": "Logging",
"uid": "be3r0x46iwlq8f", "uid": "be3r0x46iwlq8f",
"version": 12, "version": 1,
"weekStart": "monday" "weekStart": "monday"
} }

View File

@ -0,0 +1,12 @@
apiVersion: 1
providers:
- name: "Dashboard provider"
orgId: 1
type: file
disableDeletion: false
updateIntervalSeconds: 10
allowUiUpdates: false
options:
path: /var/lib/grafana/dashboards
foldersFromFilesStructure: true

View File

@ -0,0 +1,11 @@
apiVersion: 1
datasources:
- name: Loki
type: loki
access: proxy
orgId: 1
url: http://loki:3100
basicAuth: false
isDefault: true
version: 1
editable: false

View File

@ -8,6 +8,7 @@
"dev": "bun --filter '*' dev", "dev": "bun --filter '*' dev",
"dev:docker:up": "docker compose -f ci/development/docker-compose.yaml up -d", "dev:docker:up": "docker compose -f ci/development/docker-compose.yaml up -d",
"dev:docker:down": "docker compose -f ci/development/docker-compose.yaml down", "dev:docker:down": "docker compose -f ci/development/docker-compose.yaml down",
"dev:docker:stop": "docker compose -f ci/development/docker-compose.yaml stop",
"build": "bun --filter '*' build", "build": "bun --filter '*' build",
"db:generate": "bun --filter '@boring.tools/database' db:generate", "db:generate": "bun --filter '@boring.tools/database' db:generate",
"db:migrate": "bun --filter '@boring.tools/database' db:migrate", "db:migrate": "bun --filter '@boring.tools/database' db:migrate",