Skip to content

Commit

Permalink
turn prometheus on by default (#13295)
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov authored Jun 6, 2024
1 parent 66d8d16 commit 80dd972
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 @@ -184,6 +184,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)
testEnv.AddHelm(cd)

Expand Down

0 comments on commit 80dd972

Please sign in to comment.