Skip to content

Commit b433a13

Browse files
[#175]: added metrics exporter in the otel-collector-config ConfigMap. Added updated image in the metrics.yaml with the new implementations
1 parent 7ee399e commit b433a13

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

core/src/testing/metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
hostNetwork: true
2020
containers:
2121
- name: metrics
22-
image: lorenzotettamanti/cortexflow-metrics:0.1.2-test12
22+
image: lorenzotettamanti/cortexflow-metrics:otel-test-1
2323
command: ["/bin/bash", "-c"]
2424
args:
2525
- |

core/src/testing/otel_agent.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ data:
3333
logs:
3434
receivers: [otlp]
3535
exporters: [otlp, logging]
36+
metrics:
37+
receivers: [otlp]
38+
exporters: [otlp, logging]
3639
3740
---
3841
apiVersion: apps/v1
@@ -132,6 +135,10 @@ data:
132135
receivers: [otlp]
133136
processors: [memory_limiter]
134137
exporters: [logging]
138+
metrics:
139+
receivers: [otlp]
140+
processors: [memory_limiter]
141+
exporters: [logging]
135142
136143
---
137144
apiVersion: v1

0 commit comments

Comments
 (0)