Skip to content

Commit

Permalink
enable prom metrics collection
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaidashenko committed May 23, 2024
1 parent 678b5f4 commit 261931a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/testsetups/ocr.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ func (o *OCRSoakTest) DeployEnvironment(customChainlinkNetworkTOML string, ocrTe
"db": map[string]any{
"stateful": true, // stateful DB by default for soak tests
},
"prometheus": true,
}, ocrTestConfig.GetChainlinkImageConfig(), overrideFn)

testEnvironment := environment.New(baseEnvironmentConfig).
Expand Down

0 comments on commit 261931a

Please sign in to comment.