ワンクリックで
observability-setup-dashboard
Observability setup for lumi-dashboard (TanStack Start/Node.js) on Nais
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Observability setup for lumi-dashboard (TanStack Start/Node.js) on Nais
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Gi nye apper tilgang til Lumi feedback — ruter Azure via proxy og TokenX direkte til API
Exposed 1.0.0 JDBC DSL patterns (imports, transactions, queries, raw SQL, and types)
Database migration patterns using Flyway with versioned SQL scripts
Sealed class configuration pattern for Kotlin applications with environment-specific settings
Setting up Prometheus metrics, OpenTelemetry tracing, and health endpoints for Nais applications
Responsive layout patterns using Aksel spacing tokens with Box, VStack, HStack, and HGrid
| name | observability-setup-dashboard |
| description | Observability setup for lumi-dashboard (TanStack Start/Node.js) on Nais |
This repo exposes operational endpoints under /api/internal/*.
GET /api/internal/isAliveGET /api/internal/isReadyGET /api/internal/metrics (Prometheus via prom-client)curl -i http://localhost:3000/api/internal/isAlive
curl -i http://localhost:3000/api/internal/isReady
curl -s http://localhost:3000/api/internal/metrics | head -50
Manifests live in apps/lumi-dashboard/nais/*.yaml.
spec:
port: 3000
liveness:
path: /api/internal/isAlive
initialDelay: 5
readiness:
path: /api/internal/isReady
initialDelay: 5
prometheus:
enabled: true
path: /api/internal/metrics
observability:
autoInstrumentation:
enabled: true
runtime: nodejs