File tree 3 files changed +36
-38
lines changed
targetallocator-prometheuscr
3 files changed +36
-38
lines changed Original file line number Diff line number Diff line change @@ -58,16 +58,16 @@ data:
58
58
receivers:
59
59
otlp:
60
60
protocols:
61
- grpc:
62
- http:
63
- processors:
64
-
61
+ grpc: null
62
+ http: null
65
63
exporters:
66
- debug:
64
+ debug: null
67
65
68
66
service:
69
67
pipelines:
70
68
traces:
71
- receivers: [otlp]
72
69
processors: []
73
- exporters: [debug]
70
+ exporters:
71
+ - debug
72
+ receivers:
73
+ - otlp
Original file line number Diff line number Diff line change @@ -27,26 +27,25 @@ metadata:
27
27
data :
28
28
collector.yaml : |
29
29
exporters:
30
- debug: null
31
- processors: null
30
+ debug: null
32
31
receivers:
33
- jaeger:
34
- protocols:
35
- grpc: null
32
+ jaeger:
33
+ protocols:
34
+ grpc: null
36
35
prometheus:
37
- config: {}
38
- target_allocator:
39
- collector_id: ${POD_NAME}
40
- endpoint: http://stateful-targetallocator:80
41
- interval: 30s
36
+ config: {}
37
+ target_allocator:
38
+ collector_id: ${POD_NAME}
39
+ endpoint: http://stateful-targetallocator:80
40
+ interval: 30s
42
41
service:
43
- pipelines:
44
- traces:
45
- exporters:
46
- - debug
47
- processors: []
48
- receivers:
49
- - jaeger
42
+ pipelines:
43
+ traces:
44
+ exporters:
45
+ - debug
46
+ processors: []
47
+ receivers:
48
+ - jaeger
50
49
---
51
50
# Print TA pod logs if test fails
52
51
apiVersion : kuttl.dev/v1beta1
Original file line number Diff line number Diff line change @@ -29,22 +29,21 @@ data:
29
29
exporters:
30
30
prometheus:
31
31
endpoint: 0.0.0.0:9090
32
- processors: null
33
32
receivers:
34
- prometheus:
35
- config: {}
36
- target_allocator:
37
- collector_id: ${POD_NAME}
38
- endpoint: http://prometheus-cr-targetallocator:80
39
- interval: 30s
33
+ prometheus:
34
+ config: {}
35
+ target_allocator:
36
+ collector_id: ${POD_NAME}
37
+ endpoint: http://prometheus-cr-targetallocator:80
38
+ interval: 30s
40
39
service:
41
- pipelines:
42
- metrics:
43
- exporters:
44
- - prometheus
45
- processors: []
46
- receivers:
47
- - prometheus
40
+ pipelines:
41
+ metrics:
42
+ exporters:
43
+ - prometheus
44
+ processors: []
45
+ receivers:
46
+ - prometheus
48
47
---
49
48
# Print TA pod logs if test fails
50
49
apiVersion : kuttl.dev/v1beta1
You can’t perform that action at this time.
0 commit comments