Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
alexghr pushed 1 commit to master AztecProtocol/aztec-packages
- fix: duplicate env vars (#11166) This PR just removes some duplicate env vars caused by #11126 2507b6f
alexghr closed a pull request on AztecProtocol/aztec-packages
fix: duplicate env vars
This PR just removes some duplicate env vars caused by #11126alexghr pushed 1 commit to ag/json-rpc-metrics AztecProtocol/aztec-packages
- refactor: use middleware pattern instead of hooks c0ad339
alexghr pushed 1 commit to ag/json-rpc-metrics AztecProtocol/aztec-packages
- refactor: use middleware pattern instead of hooks 7b0a86b
alexghr pushed 1 commit to ag/json-rpc-metrics AztecProtocol/aztec-packages
- refactor: use middleware pattern instead of hooks 62bd177
alexghr opened a pull request on AztecProtocol/aztec-packages
feat: track block building helpers
This PR refactors the telemetry client so that it's a global instance that can be used to measure free functions as well and adds spans the block building helpers in the orchestrator Fix #11184alexghr pushed 1 commit to ag/track-block-building-helpers AztecProtocol/aztec-packages
- feat: track block building helpers 4456aed
alexghr pushed 1 commit to ag/track-block-building-helpers AztecProtocol/aztec-packages
- feat: track block building helpers 3b42b34
alexghr pushed 1 commit to ag/track-block-building-helpers AztecProtocol/aztec-packages
- feat: track block building helpers dc6ec82
alexghr pushed 2 commits to ag/track-block-building-helpers AztecProtocol/aztec-packages
alexghr opened an issue on AztecProtocol/aztec-packages
Instrument json-rpc server and json-rpc client and capture appropriate metrics
Add instrumentation to the JSON-RPC layer: Server: |metric|type|attributes| |------|----|------| |number of requests|counter|service name (e.g. node, pxe, prover node), rpc method (e.g. getTips) ...alexghr opened an issue on AztecProtocol/aztec-packages
Refactor telemetry client to be an easily accessible global instance
Refactor the `TelemetryClient` class such that it is a global instance that can be accessed from anywhere in the codebase. This will allows us to capture metrics from free functions and make writin...alexghr created a comment on an issue on AztecProtocol/aztec-packages
Closing as things are much better since switching to ci3
alexghr closed an issue on AztecProtocol/aztec-packages
Disable the build cache per-project instead of globally if files are changed
currently having any change in the repo causes the build cache to be disabled completely. We should instead disable it only for those projects that have had uncommitted changes.alexghr pushed 1 commit to ag/event-loop-utilisation AztecProtocol/aztec-packages
- chore: lint 961053e
alexghr pushed 1 commit to ag/event-loop-utilisation AztecProtocol/aztec-packages
- refactor: event loop time is a counter 13b17b4
alexghr pushed 2 commits to ag/event-loop-utilisation AztecProtocol/aztec-packages
alexghr opened a pull request on AztecProtocol/aztec-packages
fix: duplicate env vars
This PR just removes some duplicate env vars caused by #11126alexghr pushed 1 commit to ag/event-loop-utilisation AztecProtocol/aztec-packages
- chore: fix merge conflicts 9623ba6
alexghr opened a pull request on AztecProtocol/aztec-packages
Ag/event loop utilisation
This PR adds a new gauge to monitor the percentage of time the Nodejs event loop is busy.alexghr pushed 1 commit to ag/elu AztecProtocol/aztec-packages
- feat: create spans for blocking event loop d789099
alexghr pushed 2 commits to ag/elu AztecProtocol/aztec-packages
alexghr pushed 1 commit to ag/elu AztecProtocol/aztec-packages
- fix: capture service_name and service_instance_id 0d3c4bb
alexghr pushed 1 commit to ag/elu AztecProtocol/aztec-packages
- fix: capture service_name and service_instance_id 4db6d87