hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
311 stars 136 forks source link

Grafana and Prometheus implementation locally #4812

Open povolev15 opened 1 year ago

povolev15 commented 1 year ago

implement Grafana and Prometheus locally. Present some of the metrics

povolev15 commented 1 year ago

waiting for the merge between Platform and Services repo in order to see where to place it if at all.

povolev15 commented 1 year ago

@jsync-swirlds @nathanklick @kimbor Me and @hendrikebbers just tried to run local-node and than to start services locally and we got an error from services locally in parallel. The error we got from services as following: 2023-02-28 10:07:03.086 WARN 96 NettyGrpcServerManager - (Attempts=33) Still trying to start Netty on port 50211...Failed to bind to address 0.0.0.0/0.0.0.0:50211

It is clear for us why the error happened but we are trying to find a solution just run the Prometheus and Grafana without starting the local node (from local-node repository).

cc: @nickpoorman

nickpoorman commented 1 year ago

Update: @hendrikebbers and @povolev15 are to sync up. Need to review PR

nickpoorman commented 1 year ago

Update: New PR to be opened, responding from comments from Nathan.

povolev15 commented 1 year ago

Me and @hendrikebbers had a discussion yesterday with @nathanklick, @dalvizu and @beeradb. We will wait to @nathanklick and@beeradb to refactor the file structure to support the local environment in addition to the production environment as well. The proposal Nathan suggested is here: https://www.notion.so/swirldslabs/Node-Software-Grafana-Resource-Repository-Structure-706712c8cb064dfcb28768bbd8fc6d84

Neeharika-Sompalli commented 1 year ago

Still waiting for devops

netopyr commented 5 months ago

@hendrikebbers @povolev15 Is this issue still relevant?

povolev15 commented 5 months ago

I'm not sure.