Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Update prometheus-targets.json
Browse files Browse the repository at this point in the history
fix package name and match format to working goerli besu file.
  • Loading branch information
alexpeterson91 authored Mar 23, 2023
1 parent 59441de commit 7b67fb7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions prometheus-targets.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[
{
"labels": {
"package": "besu.public.dappnode.eth",
"package": "besu.besu.public.dappnode.eth",
"service": "besu",
"__metrics_path__": "/metrics"
},
"targets": ["besu.besu.public.dappnode:9545"]
"targets": [
"besu.besu.public.dappnode:9545"
]
}
]

0 comments on commit 7b67fb7

Please sign in to comment.