8000 chore: add telemetry, reduce image size by Fredkiss3 · Pull Request #454 · zane-ops/zane-ops · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: add telemetry, reduce image size #454

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
May 1, 2025

Conversation

Fredkiss3
Copy link
Collaborator
@Fredkiss3 Fredkiss3 commented Apr 29, 2025

Description

This PR contains multiple changes:

  • Added simple telemetry with a middleware that sends a PING at most every 30 minutes to the CDN
  • Reduced the image size of the app from 1GB to 868MB

closes #451

Warning

Please do not delete the sections below

⚠️ If you modify backend code, be sure to run these commands :

cd backend
pnpm run openapi # will generate OpenAPI schema at `/openapi/schema.yaml`
pnpm run freeze # will update the `requirements.txt` file if you added new packages

⚠️ If you modify frontend code, be sure to run these commands :

pnpm install --frozen-lockfile # Install the packages at the exact version listed in the lockfile
pnpm run format # format the files using biome

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@Fredkiss3 Fredkiss3 marked this pull request as draft April 29, 2025 23:33
@Fredkiss3 Fredkiss3 changed the title chore: add telemetry, reduce image size, add indexes for API perf chore: add telemetry, reduce image size Apr 30, 2025
@Fredkiss3 Fredkiss3 marked this pull request as ready for review May 1, 2025 00:37
@Fredkiss3 Fredkiss3 merged commit 04aefaa into main May 1, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[✨ feature] Simple tracking using a PING request middleware
1 participant
0