Skip to content

Commit

Permalink
enable sync metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
dshulyak committed Oct 21, 2023
1 parent 9a052a2 commit 9fa0feb
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions systest/parameters/fastnet/smesher.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,23 @@
},
"api": {
"grpc-public-services": [
"debug", "global", "mesh", "node",
"transaction", "activation", "admin", "smesher"
"debug",
"global",
"mesh",
"node",
"transaction",
"activation",
"admin",
"smesher"
],
"grpc-private-services": [
"post"
]
},
"logging": {
"hare": "debug"
},
"fetch": {
"servers-metrics": true
}
}
}

0 comments on commit 9fa0feb

Please sign in to comment.