Skip to content

Commit

Permalink
[issue-464] Create a Prometheus ServiceMonitor object that can captur…
Browse files Browse the repository at this point in the history
…e/collect metrics from deployed SonataFlow instances
  • Loading branch information
jianrongzhang89 committed Oct 4, 2024
1 parent 038527b commit 5d12fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/workflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ var _ = Describe("Workflow Non-Persistence Use Cases :: ", Label("flows-non-pers
workflowName := "callbackstatetimeouts"
EventuallyWithOffset(1, func() error {
cmd := exec.Command("kubectl", "apply", "-f", filepath.Join(projectDir,
"test/testdata/workflow/prometheus/monitoring_enabled", "02-sonataflow_callbackstatetimeouts.sw.yaml"), "-n", targetNamespace)
"test/testdata/workflow/prometheus/monitoring_enabled/sonataflow", "02-sonataflow_callbackstatetimeouts.sw.yaml"), "-n", targetNamespace)
_, err := utils.Run(cmd)
return err
}, 3*time.Minute, time.Second).Should(Succeed())
Expand Down

0 comments on commit 5d12fc2

Please sign in to comment.