Skip to content

Commit

Permalink
refactor(serverless,dashboard): migrate stats and logs to ClickHouse (#…
Browse files Browse the repository at this point in the history
…728)

* refactor(serverless,dashboard): migrate stats and logs to clickhouse

* feat: add cpu time

* fix: send statistics

* fix: cli

* fix(dashboard): avg cpu time

* fix: runtime tests

* fix: serverless tests

* fix: wpt logs

* chore: add changeset

* fix: serverless tests

* refactor: cpu time is optional for assets

* feat: improve order of primary keys

* fix(dashboard): limit logs size

* fix(cli): remove cpu time for assets responses

* fix(dashboard): overview timezone

* refactor(dashboard): remove prometheus & axiom-node
  • Loading branch information
QuiiBz authored Apr 4, 2023
1 parent dc23559 commit 476c2e2
Show file tree
Hide file tree
Showing 45 changed files with 1,342 additions and 805 deletions.
6 changes: 6 additions & 0 deletions .changeset/fresh-grapes-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@lagon/serverless': patch
'@lagon/dashboard': patch
---

Migrate underlaying storage for stats & logs to Clickhouse
123 changes: 117 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ chrono = "0.4.24"
notify = "5.1.0"
envfile = "0.2.1"
anyhow = "1.0.70"
log = { version = "0.4.17", features = ["std", "kv_unstable"] }
urlencoding = "2.1.2"
Loading

2 comments on commit 476c2e2

@vercel
Copy link

@vercel vercel bot commented on 476c2e2 Apr 4, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

storybook – ./packages/ui

storybook-swart-eight.vercel.app
storybook-lagon.vercel.app
ui.lagon.app
storybook-git-main-lagon.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 476c2e2 Apr 4, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

dashboard – ./packages/dashboard

dashboard-lagon.vercel.app
dashboard-git-main-lagon.vercel.app
dash.lagon.app

Please sign in to comment.