Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 5.32 KB

data.md

File metadata and controls

48 lines (36 loc) · 5.32 KB

Monitoring Data

The Celo Monitoring tool generates data in Elastic Search. You can get a complete list of the existing indices sending the following request in Elastic:

curl --location -u $ELASTIC_USER:$ELASTIC_PASSWORD -X GET 'http://localhost:9200/_cat/indices?v=' \
--header 'Content-Type: application/json' \
--data-raw ''

Dashboards

Here you have a list of the existing Kibana Dashboards:

Name Description Url Dashboard
Proof of Stake Main proof of stake indicators, mainly related with the rewards distributed to Validators, Groups and Voters http://localhost:5601/app/kibana#/dashboard/9a25b200-5f9c-11ea-8b2c-2942e4fad9b8?_g=(refreshInterval%3A(pause%3A!t%2Cvalue%3A0)%2Ctime%3A(from%3Anow-15d%2Cto%3Anow))
Stability Key stability indicators (CGold Balance, amounts exchanged, medianRate, etc.) http://localhost:5601/app/kibana#/dashboard/af5d21d0-586c-11ea-aa1c-5dd117a31dfd?_g=(refreshInterval%3A(pause%3A!t%2Cvalue%3A0)%2Ctime%3A(from%3Anow-15d%2Cto%3Anow))
Monitoring Key monitoring indicators like blocks, events, views, etc. http://localhost:5601/app/kibana#/dashboard/9fc3df10-57e6-11ea-9421-39e78e9111f6?_g=(refreshInterval%3A(pause%3A!t%2Cvalue%3A0)%2Ctime%3A(from%3Anow-15d%2Cto%3Anow))

Metrics

Here you have a list of the existing metrics created:

Metric Type Url Elastic Url Schema Url Dashboard
Gold Balance View Elastic Index Schema Explore in Kibana
Exchanged Event Elastic Index Schema Explore in Kibana
Epoch Rewards Distributed to Voters Event Elastic Index Schema Explore in Kibana
Epoch Rewards Multiplier View Elastic Index Schema Explore in Kibana
Gold Token Total Supply View Elastic Index Schema Explore in Kibana
Epoch Rewards Get Target Gold Total Supply View Elastic Index Schema Explore in Kibana
Validator Epoch Payment Distributed Event Elastic Index Schema Explore in Kibana
Target Voting Yield updated Event Elastic Index Schema Explore in Kibana
Buy And Sell Buckets View Elastic Index Schema Explore in Kibana
Median rate View Elastic Index Schema Explore in Kibana

Historic Data

In addition to this, the historic data of Blocks, Events and Views crawled by the agent can be found in the following pages:

Topic Url Elastic Url Kibana
Blocks Elastic Index Explore in Kibana
Events Elastic Index Explore in Kibana
Views (Public State) Elastic Index Explore in Kibana