Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 5d12fc2

Browse files
[issue-464] Create a Prometheus ServiceMonitor object that can capture/collect metrics from deployed SonataFlow instances
1 parent 038527b commit 5d12fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/workflow_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ var _ = Describe("Workflow Non-Persistence Use Cases :: ", Label("flows-non-pers
179179
workflowName := "callbackstatetimeouts"
180180
EventuallyWithOffset(1, func() error {
181181
cmd := exec.Command("kubectl", "apply", "-f", filepath.Join(projectDir,
182-
"test/testdata/workflow/prometheus/monitoring_enabled", "02-sonataflow_callbackstatetimeouts.sw.yaml"), "-n", targetNamespace)
182+
"test/testdata/workflow/prometheus/monitoring_enabled/sonataflow", "02-sonataflow_callbackstatetimeouts.sw.yaml"), "-n", targetNamespace)
183183
_, err := utils.Run(cmd)
184184
return err
185185
}, 3*time.Minute, time.Second).Should(Succeed())

0 commit comments

Comments
 (0)