Skip to content

Commit

Permalink
feat: Add Dogstatsd for metric tracking in Datadog (#642)
Browse files Browse the repository at this point in the history
* stashing

* stashing

* feat: dogstatsd for indexer progress

* prettier

* cleanup

* iterating

* cleanup

* have fallback IPFS

* feat: store ipfs data in db

* chore: move prices to it's own schema

* Refactor lock acquisition and release logic (#661)

* update lock logic

* forceRelease of schema

* index single chain (#657)

* update schema name

* updates

* fix

* Revert "Refactor lock acquisition and release logic (#661)"

This reverts commit 9a2ffe1.

* chore: avoid duplicate write + cleanup (#664)

* chore: avoid duplicate write

* cleanup

* improve locking (#665)

add forciblyAcquireLockForSchema

* test

* remove unused code

* add unique constraint

* chore: revert acquireWriteLock function

* f

---------

Co-authored-by: Aditya Anand M C <[email protected]>
Co-authored-by: Kurt <[email protected]>
Co-authored-by: Hussein Martinez <[email protected]>
  • Loading branch information
4 people authored Sep 12, 2024
1 parent cd40be9 commit 7f91bdd
Show file tree
Hide file tree
Showing 4 changed files with 866 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ ENABLE_RESOURCE_MONITOR=false

DATABASE_URL=postgres://postgres:postgres@localhost:5432/grants_stack_indexer

DD_API_KEY=123
DD_SITE=datadoghq.eu
DD_ENV=development

#ESTIMATES_LINEARQF_WORKER_POOL_SIZE=10

#COINGECKO_API_KEY=
Expand Down
Loading

0 comments on commit 7f91bdd

Please sign in to comment.