Difference between revisions of "8040"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
  graph-graph-node-1  | Jul 20 13:03:43.860 INFO Starting metrics server at: http://localhost:8040, component: MetricsServer
 
  graph-graph-node-1  | Jul 20 13:03:43.860 INFO Starting metrics server at: http://localhost:8040, component: MetricsServer
  
== http://localhost:8040 ==
+
== curl http://localhost:8040 ==
 
<pre>
 
<pre>
 
# HELP deployment_count Counts the number of deployments currently deployed to the graph-node.
 
# HELP deployment_count Counts the number of deployments currently deployed to the graph-node.
Line 90: Line 90:
 
store_connection_wait_time_ms{pool="main",shard="primary"} 1
 
store_connection_wait_time_ms{pool="main",shard="primary"} 1
 
</pre>
 
</pre>
 
  
 
== See also ==
 
== See also ==
 
* {{graph-node}}
 
* {{graph-node}}

Revision as of 13:28, 20 July 2023

graph-graph-node-1  | Jul 20 13:03:43.860 INFO Starting metrics server at: http://localhost:8040, component: MetricsServer

curl http://localhost:8040

# HELP deployment_count Counts the number of deployments currently deployed to the graph-node.
# TYPE deployment_count gauge
deployment_count 0
# HELP deployment_running_count Counts the number of deployments currently being indexed by the graph-node.
# TYPE deployment_running_count gauge
deployment_running_count 0
# HELP endpoint_request successfull request
# TYPE endpoint_request counter
endpoint_request{conn_type="rpc",provider="mainnet-rpc-0",req_type="eth_getBlockByNumber",result="failure"} 15
endpoint_request{conn_type="rpc",provider="mainnet-rpc-0",req_type="net_version",result="failure"} 16
endpoint_request{conn_type="rpc",provider="mainnet-rpc-0",req_type="web3_clientVersion",result="failure"} 1
# HELP eth_rpc_status Whether the provider has failed (0 = ok, 1 = net_version failed, 2 = get genesis failed, 3 = net_version timeout, 4 = get genesis timeout)
# TYPE eth_rpc_status gauge
eth_rpc_status{provider="mainnet-rpc-0"} 2
# HELP metrics_register_errors Counts Prometheus metrics register errors
# TYPE metrics_register_errors counter
metrics_register_errors 0
# HELP metrics_unregister_errors Counts Prometheus metrics unregister errors
# TYPE metrics_unregister_errors counter
metrics_unregister_errors 0
# HELP notification_queue_recvd Number of messages received through Postgres LISTEN
# TYPE notification_queue_recvd counter
notification_queue_recvd{channel="store_events",network="none"} 0
# HELP notification_queue_usage Time series of pg_notification_queue_usage()
# TYPE notification_queue_usage gauge
notification_queue_usage 0
# HELP query_cache_status_count Count toplevel GraphQL fields executed and their cache status
# TYPE query_cache_status_count counter
query_cache_status_count{cache_status="hit"} 0
query_cache_status_count{cache_status="insert"} 0
query_cache_status_count{cache_status="miss"} 0
query_cache_status_count{cache_status="shared"} 0
# HELP query_effort_ms Moving average of time spent running queries
# TYPE query_effort_ms gauge
query_effort_ms 0
# HELP query_kill_rate The rate at which the load manager kills queries
# TYPE query_kill_rate gauge
query_kill_rate 0
# HELP query_result_max the maximum size of a query result (in CacheWeight)
# TYPE query_result_max gauge
query_result_max 0
# HELP query_result_size the size of the result of successful GraphQL queries (in CacheWeight)
# TYPE query_result_size histogram
query_result_size_bucket{le="1024"} 0
query_result_size_bucket{le="2048"} 0
query_result_size_bucket{le="4096"} 0
query_result_size_bucket{le="8192"} 0
query_result_size_bucket{le="16384"} 0
query_result_size_bucket{le="32768"} 0
query_result_size_bucket{le="65536"} 0
query_result_size_bucket{le="131072"} 0
query_result_size_bucket{le="262144"} 0
query_result_size_bucket{le="524288"} 0
query_result_size_bucket{le="1048576"} 0
query_result_size_bucket{le="2097152"} 0
query_result_size_bucket{le="4194304"} 0
query_result_size_bucket{le="8388608"} 0
query_result_size_bucket{le="16777216"} 0
query_result_size_bucket{le="33554432"} 0
query_result_size_bucket{le="67108864"} 0
query_result_size_bucket{le="134217728"} 0
query_result_size_bucket{le="268435456"} 0
query_result_size_bucket{le="536870912"} 0
query_result_size_bucket{le="1073741824"} 0
query_result_size_bucket{le="2147483648"} 0
query_result_size_bucket{le="+Inf"} 0
query_result_size_sum 0
query_result_size_count 0
# HELP query_semaphore_wait_ms Moving average of time spent on waiting for postgres query semaphore
# TYPE query_semaphore_wait_ms gauge
query_semaphore_wait_ms{pool="main",shard="primary"} 0
# HELP registered_metrics Tracks the number of registered metrics on the node
# TYPE registered_metrics gauge
registered_metrics 32
# HELP store_connection_checkout_count The number of Postgres connections currently checked out
# TYPE store_connection_checkout_count gauge
store_connection_checkout_count{pool="main",shard="primary"} 0
# HELP store_connection_error_count The number of Postgres connections errors
# TYPE store_connection_error_count counter
store_connection_error_count{pool="main",shard="primary"} 0
# HELP store_connection_pool_size_count Overall size of the connection pool
# TYPE store_connection_pool_size_count gauge
store_connection_pool_size_count{pool="main",shard="primary"} 11
# HELP store_connection_wait_time_ms Average connection wait time
# TYPE store_connection_wait_time_ms gauge
store_connection_wait_time_ms{pool="main",shard="primary"} 1

See also

Advertising: