Giter Club home page Giter Club logo

eth-archive's People

Contributors

dependabot[bot] avatar dzhelezov avatar mo4islona avatar ozgrakkurt avatar tmcgroul avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

eth-archive's Issues

Connection reset by peer (os error 54) when trying to get best block

It is working nicely with avalanche c chain. I am running a local avalanche chain so my rpc endpoing is http://127.0.0.1:9650/ext/bc/C/rpc but it throws an error reporting failed to run operation: no healthy rpc url found. To unblock myself I am using ngrok which is working fine now.

Deploy / monitoring spec

Ingester

1. Main container

Service metrics

sqd_ingester_block_height Gauge
Last processed block. Trigger an alert if not changed 15 min

Metrics from cluster

Disk usage Should alert if disk usage > 70%

sum(kubelet_volume_stats_used_bytes{ namespace="$archive"}) by (persistentvolumeclaim) / sum(kubelet_volume_stats_capacity_bytes{ namespace="$archive"}) by (persistentvolumeclaim)

Restarts count
Should alert if ingester is restarting more than 30 min

sum by (pod) (increase(kube_pod_container_status_restarts_total{namespace="$archive"}[$__rate_interval]))

2. Sidecar

mc service that will write files to S3

Restarts count
Should alert if ingester is restarting more than 30 min

Worker

1. Main container

Service metrics

sqd_worker_parquet_height Gauge
Last block in parquet file. Trigger an alert if not changed 15 min

sqd_worker_db_height Gauge
Last block in RocksDB. Trigger an alert if not changed 15 min

Metrics from cluster

Disk usage
Should alert if disk usage > 70%

Restarts count
Should alert if worker is restarting more than 30 min

Latency
Should alert if worker is has latency more than 10s

2. Sidecar

mc service that will download files from S3

Restarts count
Should alert if sidecar is restarting more than 30 min

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.