HugoByte / DIVE

DIVE deeply into the world of Blockchain and Web 3.0 using Deployable Infrastructure for Virtually Effortless blockchain integration
Apache License 2.0
20 stars 8 forks source link

grafana shows some random height and only for one node is shown #228

Closed hemz10 closed 10 months ago

hemz10 commented 10 months ago

Overview

A clear and concise description of what the bug is.

Steps to Reproduce

Steps to reproduce the behavior:

  1. run dive chain kusama -p moonriver --metrics -n mainnet
  2. Configure grafana and see the output

Expected Behavior

Height that is in sync to be shown and height to be shown for all nodes running

Screenshots

logs: image

grafana : Screenshot from 2024-01-23 15-56-58

services json :

{
  "grafana": {
    "service_name": "grafana",
    "endpoint_public": "http://127.0.0.1:32751",
    "endpoint": "http://172.16.0.7:3000"
  },
  "mainnet-kusama-alice": {
    "service_name": "mainnet-kusama-alice",
    "endpoint_public": "ws://127.0.0.1:34606",
    "endpoint": "ws://172.16.0.4:9944",
    "endpoint_prometheus": "tcp://127.0.0.1:33923",
    "prometheus": true,
    "ip_address": "172.16.0.4",
    "prometheus_port": 9615,
    "prometheus_public_port": 33923
  },
  "moonriver-alice-mainnet": {
    "service_name": "moonriver-alice-mainnet",
    "endpoint_public": "ws://127.0.0.1:65410",
    "endpoint": "ws://172.16.0.5:9947",
    "endpoint_prometheus": "tcp://127.0.0.1:38784",
    "prometheus": true,
    "ip_address": "172.16.0.5",
    "prometheus_port": 9615,
    "prometheus_public_port": 38784
  },
  "prometheus": {
    "service_name": "prometheus",
    "endpoint_public": "http://127.0.0.1:7448",
    "endpoint": "http://172.16.0.6:9090"
  }
}
hemz10 commented 10 months ago

height for parachain is not displayed in grafana for both mainnet and testnet

riyaoayaw commented 10 months ago

@hemz10 Please use this json config to check any details related to moonriver/moonbeam parachains on grafana

moonbeam.json

hemz10 commented 10 months ago

Closing this issue as limitation