Skip to content

Commit

Permalink
fix: otel example can not be applied
Browse files Browse the repository at this point in the history
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
  • Loading branch information
frzifus committed Jul 3, 2023
1 parent e7aa5c2 commit 6fd2eb6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions opentelemetry/deployment/otelcol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: otel-collector
namespace: otel-collector-example
rules:
- apiGroups: ["", "config.openshift.io"]
resources: ["pods", "namespaces", "infrastructures"]
- apiGroups: ["config.openshift.io"]
resources: ["infrastructures"]
verbs: ["get", "watch", "list"]
---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down Expand Up @@ -71,6 +70,6 @@ spec:
service:
pipelines:
traces:
receivers: [jaeger, opencensus, opencensus, otlp, zipkin]
receivers: [jaeger, opencensus, otlp, zipkin]
processors: [memory_limiter, k8sattributes, resourcedetection, batch]
exporters: [otlp]

0 comments on commit 6fd2eb6

Please sign in to comment.