Skip to content

Commit

Permalink
Fixed OTLP receivers, bumped to observatorium-otelcol v0.3.0 (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling authored Dec 3, 2020
1 parent 3a4a1b2 commit 8d7135d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ receivers:
oidc:
issuer_url: https://dex.dex.svc.cluster.local:5556/dex
audience: test
issuer_ca_path: /etc/pki/ca-trust/source/anchors/cacert.crt
issuer_ca_path: /etc/pki/ca-trust/source/anchors/service-ca.crt
username_claim: email

processors:
Expand Down
18 changes: 10 additions & 8 deletions deploy/observatorium-otelcol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ data:
receivers:
otlp:
endpoint: localhost:4317
auth:
oidc:
issuer_url: https://dex.dex.svc.cluster.local:5556/dex
audience: test
issuer_ca_path: /etc/pki/ca-trust/source/anchors/service-ca.crt
username_claim: email
protocols:
grpc:
endpoint: localhost:4317
auth:
oidc:
issuer_url: https://dex.dex.svc.cluster.local:5556/dex
audience: test
issuer_ca_path: /etc/pki/ca-trust/source/anchors/service-ca.crt
username_claim: email
processors:
# this processor will read an env var named OTEL_RESOURCE (key=value,key2=value2) and add each key-value pair as a resource attribute
Expand Down Expand Up @@ -87,7 +89,7 @@ spec:
spec:
containers:
- name: otelcol
image: quay.io/observatorium/opentelemetry-collector:v0.2.3
image: quay.io/observatorium/opentelemetry-collector:v0.3.0
args: ["--config=/etc/otelcol/config.yaml"]
resources:
requests:
Expand Down

0 comments on commit 8d7135d

Please sign in to comment.