Skip to content
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

Task/add edge observability table #9307

Merged
merged 4 commits into from
Feb 14, 2025
Merged

Conversation

chriswk
Copy link
Member

@chriswk chriswk commented Feb 13, 2025

Adds two stat tables to store edge observability data.

Verified

This commit was signed with the committer’s verified signature.
saig0 Philipp Ossler

Verified

This commit was signed with the committer’s verified signature.
saig0 Philipp Ossler

Verified

This commit was signed with the committer’s verified signature.
saig0 Philipp Ossler
…y table

Verified

This commit was signed with the committer’s verified signature.
saig0 Philipp Ossler
@chriswk chriswk requested a review from nunogois February 13, 2025 14:55
@chriswk chriswk self-assigned this Feb 13, 2025
Copy link

vercel bot commented Feb 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 13, 2025 2:55pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Feb 13, 2025 2:55pm

Copy link
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

@chriswk chriswk enabled auto-merge (squash) February 14, 2025 08:32
};

exports.down = (db, cb) => {
db.runSql(`DROP TABLE stat_edge_traffic_usage;`, cb);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to be consistent with the other one?

Suggested change
db.runSql(`DROP TABLE stat_edge_traffic_usage;`, cb);
db.runSql(`DROP TABLE IF EXISTS stat_edge_traffic_usage;`, cb);

@chriswk chriswk merged commit 1dad28f into main Feb 14, 2025
14 checks passed
@chriswk chriswk deleted the task/addEdgeObservabilityTable branch February 14, 2025 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants