Skip to content

Tags: rexeee/graph-node

Tags

hosted-current

Toggle hosted-current's commit message
node: Expect only Postgres host names for GRAPH_POSTGRES_SECONDARY_HOSTS

fraction

Toggle fraction's commit message
server: Rename the metrics for query execution for consistency

We rename the two metrics from subgraph_query_execution_time and
subgraph_failed_query_execution_time to query_execution_time and
query_failed_execution_time so that their Prometheus namespace is 'query'
which sets it apart from the 'deployment' metrics which are all about
indexing.

We also rename the label that connects measurements to a deployment from
'subgraph_deployment' to 'deployment' since that's what the other metrics
use

integer

Toggle integer's commit message
node, runtime/wasm: Fix tests

next

Toggle next's commit message
all: Address review comments for load management

Comments are in Zac's review of
graphprotocol#1762