enable libp2p agent metrics (#2933)
This commit is contained in:
parent
f8e9b1ff9d
commit
9b2b3bf1ab
3
Makefile
3
Makefile
|
@ -124,7 +124,8 @@ DEPOSITS_DELAY := 0
|
|||
|
||||
#- "--define:release" cannot be added to "config.nims"
|
||||
#- disable Nim's default parallelisation because it starts too many processes for too little gain
|
||||
NIM_PARAMS += -d:release --parallelBuild:1
|
||||
#- https://github.com/status-im/nim-libp2p#use-identify-metrics
|
||||
NIM_PARAMS += -d:release --parallelBuild:1 -d:libp2p_agents_metrics -d:KnownLibP2PAgents=nimbus,lighthouse,prysm,teku
|
||||
|
||||
ifeq ($(USE_LIBBACKTRACE), 0)
|
||||
# Blame Jacek for the lack of line numbers in your stack traces ;-)
|
||||
|
|
Loading…
Reference in New Issue