Skip to content

Commit 367de92

Browse files
author
Jason Yellick
committed
FAB-16093 Fix integration test metrics wiring
The fabric config for the peer defines a metrics struct, but doesn't actually include it in the top level config element. Therefore, when reading and writing the peer config, the metrics info is zero-ed. Change-Id: Ia0bf4779188302d07ca1b1716a691da79b496335 Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
1 parent a7ae1e4 commit 367de92

File tree

1 file changed

+1
-0
lines changed
  • integration/nwo/fabricconfig

1 file changed

+1
-0
lines changed

integration/nwo/fabricconfig/core.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ type Core struct {
1919
Chaincode *Chaincode `yaml:"chaincode,omitempty"`
2020
Ledger *Ledger `yaml:"ledger,omitempty"`
2121
Operations *Operations `yaml:"operations,omitempty"`
22+
Metrics *Metrics `yaml:"metrics,omitempty"`
2223
}
2324

2425
type Logging struct {

0 commit comments

Comments
 (0)