Skip to content

Commit

Permalink
docs: update broken links (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
abarmat authored Dec 16, 2024
1 parent 2438895 commit c8a202e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ The TAP Agent is an actor-based system powered by [ractor](https://crates.io/cra
- The TAP Agent exposes detailed metrics to monitor system behavior. Key metrics include:
- **Unaggregated Receipts:** Ensure unaggregated receipts remain below the `max_willing_to_lose` value to prevent the sender from being denied.
- **RAV Request Failures:** Monitor the rate of failed RAV requests, as repeated failures can disrupt aggregation.
- Full details of all metrics can be found in the [Metrics Documentation](https://github.com/graphprotocol/indexer-rs/blob/gustavo/rebuild-documentation/docs/Metrics.md#tap-agent-metrics).
- Full details of all metrics can be found in the [Metrics Documentation](https://github.com/graphprotocol/indexer-rs/blob/main/docs/Metrics.md#tap-agent-metrics).
- A Grafana dashboard is available to visualize system metrics and provide a clear overview of the TAP Agent's performance:
- [Download Dashboard JSON](https://github.com/graphprotocol/indexer-rs/blob/gustavo/rebuild-documentation/docs/dashboard.json).
- [Download Dashboard JSON](https://github.com/graphprotocol/indexer-rs/blob/main/docs/dashboard.json).

5. **Troubleshooting:**
- If RAV requests fail or unaggregated receipts exceed the `max_willing_to_lose` limit:
Expand Down

0 comments on commit c8a202e

Please sign in to comment.