fix: phase out jaeger in favor of tempo and otel collecotor

This commit is contained in:
Jonas Juselius
2024-09-27 19:59:13 +02:00
parent aac2b7bd2c
commit 58abecc074
7 changed files with 7 additions and 51 deletions
@@ -16,6 +16,6 @@ spec:
k8s:io.kubernetes.pod.namespace: rabbitmq
- toEndpoints:
- matchLabels:
k8s:io.kubernetes.pod.namespace: jaeger
k8s:io.kubernetes.pod.namespace: otel
endpointSelector:
matchLabels: {}
@@ -7,5 +7,5 @@ spec:
tracing:
samplingRate: "1"
zipkin:
endpointAddress: "http://jaeger-collector:9411/api/v2/spans"
endpointAddress: " http://opentelemetry-collector.otel.svc:9411/api/v2/spans"
@@ -9,15 +9,3 @@ rules:
- ciliumnetworkpolicies
verbs:
- '*'
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: vcluster-jaegers
rules:
- apiGroups:
- jaegertracing.io
resources:
- jaegers
verbs:
- '*'