Skip to content

Commit

Permalink
Fix prometheus and node endpoint URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ziogaschr committed May 16, 2023
1 parent c2db0f9 commit 2a0b7dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "GPL-3.0",
"mainService": "geth",
"links": {
"api": "http://etc-core-geth.dappnode:8545",
"api": "http://etc-core-geth.public.dappnode:8545",
"homepage": "https://github.com/dappnode/DAppNodePackage-etc-core-geth#readme"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions prometheus-targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
{
"labels": {
"package": "etc-core-geth.public.dappnode.eth",
"service": "etc-core-geth.dappnode",
"service": "etc-core-geth.public.dappnode",
"__metrics_path__": "/debug/metrics/prometheus"
},
"targets": [
"etc-core-geth.dappnode:6060"
"etc-core-geth.public.dappnode:6060"
]
}
]

0 comments on commit 2a0b7dd

Please sign in to comment.