|
32 | 32 | "@fastify/cors": "^11.2.0", |
33 | 33 | "@fastify/jwt": "^10.0.0", |
34 | 34 | "@fastify/multipart": "^9.3.0", |
| 35 | + "@fastify/otel": "^0.16.0", |
35 | 36 | "@fastify/rate-limit": "^10.3.0", |
36 | 37 | "@fastify/redis": "^7.1.0", |
37 | 38 | "@fastify/swagger": "^9.6.1", |
38 | 39 | "@fastify/swagger-ui": "^5.2.4", |
| 40 | + "@kubiks/otel-drizzle": "^2.1.0", |
| 41 | + "@opentelemetry/api": "^1.9.0", |
| 42 | + "@opentelemetry/exporter-metrics-otlp-proto": "^0.211.0", |
| 43 | + "@opentelemetry/exporter-trace-otlp-proto": "^0.211.0", |
| 44 | + "@opentelemetry/host-metrics": "^0.38.2", |
| 45 | + "@opentelemetry/instrumentation-http": "^0.212.0", |
| 46 | + "@opentelemetry/resources": "^2.5.0", |
| 47 | + "@opentelemetry/sdk-metrics": "^2.5.0", |
| 48 | + "@opentelemetry/sdk-node": "^0.211.0", |
| 49 | + "@opentelemetry/semantic-conventions": "^1.39.0", |
39 | 50 | "@plotwist_app/tmdb": "^0.2.5", |
40 | 51 | "@react-email/components": "^1.0.3", |
41 | 52 | "@swc/core": "^1.15.8", |
|
57 | 68 | "fastify-type-provider-zod": "^6.1.0", |
58 | 69 | "google-auth-library": "^9.14.0", |
59 | 70 | "https": "^1.0.0", |
| 71 | + "ioredis": "^5.8.2", |
60 | 72 | "jsonwebtoken": "^9.0.2", |
61 | 73 | "jwks-rsa": "^3.1.0", |
62 | | - "ioredis": "^5.8.2", |
63 | 74 | "node-cron": "^4.2.1", |
64 | 75 | "openai": "^6.15.0", |
65 | 76 | "pino": "^10.1.0", |
|
0 commit comments