Skip to content

Commit 9ad743f

Browse files
authored
move prometheus port to global section in test (#402)
1 parent 04f8a14 commit 9ad743f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/test/e2e/pipline/flp-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ metadata:
55
data:
66
flowlogs-pipeline.conf.yaml: |
77
log-level: error
8+
metricsSettings:
9+
port: 9102
810
parameters:
911
- ingest:
1012
collector:
@@ -267,7 +269,6 @@ data:
267269
- groupByKeys
268270
- aggregate
269271
buckets: []
270-
port: 9102
271272
prefix: flp_
272273
type: prom
273274
name: encode_prom

0 commit comments

Comments
 (0)