We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee399e commit b433a13Copy full SHA for b433a13
2 files changed
core/src/testing/metrics.yaml
@@ -19,7 +19,7 @@ spec:
19
hostNetwork: true
20
containers:
21
- name: metrics
22
- image: lorenzotettamanti/cortexflow-metrics:0.1.2-test12
+ image: lorenzotettamanti/cortexflow-metrics:otel-test-1
23
command: ["/bin/bash", "-c"]
24
args:
25
- |
core/src/testing/otel_agent.yaml
@@ -33,6 +33,9 @@ data:
33
logs:
34
receivers: [otlp]
35
exporters: [otlp, logging]
36
+ metrics:
37
+ receivers: [otlp]
38
+ exporters: [otlp, logging]
39
40
---
41
apiVersion: apps/v1
@@ -132,6 +135,10 @@ data:
132
135
133
136
processors: [memory_limiter]
134
137
exporters: [logging]
138
139
140
+ processors: [memory_limiter]
141
+ exporters: [logging]
142
143
144
apiVersion: v1
0 commit comments