Skip to content

Commit

Permalink
chore: set defalt prom port
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVerstraete committed Jan 25, 2023
1 parent 137b8fd commit 2da1e49
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion indexer/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: tfchainindexer
description: Helm Chart for the tfchain hydra indexer
version: 2.7.6
apiVersion: v2
appVersion: '2.8.0-rc9'
appVersion: '2.8.0-rc10'
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphql_tfgrid",
"private": "true",
"version": "2.8.0-rc9",
"version": "2.8.0-rc10",
"description": "GraphQL server and Substrate indexer. Generated with ♥ by Hydra-CLI",
"author": "",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion processor-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: tfchain-processor
description: A chart for the tfchain graphql processor and query node
version: 1.0.5
appVersion: '2.8.0-rc9'
appVersion: '2.8.0-rc10'
1 change: 1 addition & 0 deletions src/processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const processor = new SubstrateBatchProcessor()
archive: process.env.INDEXER_ENDPOINT_URL || 'http://localhost:8888/graphql',
chain: process.env.WS_URL || 'ws://localhost:9944'
})
.setPrometheusPort(44233)
// Balances
.addEvent('Balances.Transfer', eventOptions)
// Twins
Expand Down

0 comments on commit 2da1e49

Please sign in to comment.