gitdataai/admin
ZhenYi 27cd4ea83c
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
feat(admin/metrics): add Prometheus-compatible metrics endpoint and ops documentation
- Add /api/metrics/prometheus endpoint using prom-client (unauthenticated for scraping)
- Update middleware to allow unauthenticated access to prometheus endpoint
- Add /api/metrics permission routing (platform:read for GET)
- Install prom-client dependency
- Add metrics.md with Grafana dashboard JSON, Prometheus config, alerting rules
2026-04-26 14:49:25 +08:00
..
deploy config(admin): adminrpc port 2026-04-23 01:01:01 +08:00
public
scripts fix(admin): quote image tag to prevent Helm format string parsing 2026-04-20 01:33:34 +08:00
src feat(admin/metrics): add Prometheus-compatible metrics endpoint and ops documentation 2026-04-26 14:49:25 +08:00
tests feat(tests): add comprehensive Playwright integration tests for all API endpoints 2026-04-20 22:37:05 +08:00
.gitignore
AGENTS.md
bun.lock
CLAUDE.md
Dockerfile config(admin): admin env 2026-04-20 00:22:42 +08:00
eslint.config.mjs
metrics.md feat(admin/metrics): add Prometheus-compatible metrics endpoint and ops documentation 2026-04-26 14:49:25 +08:00
next.config.ts fix(admin): ioredis 5.x username/password in redisOptions, add logging 2026-04-20 15:50:51 +08:00
package-lock.json feat(admin/metrics): add Prometheus-compatible metrics endpoint and ops documentation 2026-04-26 14:49:25 +08:00
package.json feat(admin/metrics): add Prometheus-compatible metrics endpoint and ops documentation 2026-04-26 14:49:25 +08:00
PLAN.md
playwright.config.ts
postcss.config.mjs
README.md
ROADMAP.md
server.js feat(admin): add node-cron daily scheduler for reports 2026-04-22 10:23:21 +08:00
tsconfig.json

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.