Skip to content

Commit

Permalink
Git Submodule Update(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
Segmentational committed May 24, 2024
1 parent 9b6b441 commit a798f16
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
10 changes: 7 additions & 3 deletions applications/istio/istiod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,24 @@ spec:
address: zipkin.istio-system:9411
sampling: 100.0
extensionProviders:
- name: otel
- name: otel-tracing
opentelemetry:
port: 4318
service: opentelemetry-collector.istio-system.svc.cluster.local
service: opentelemetry-collector.observability.svc.cluster.local
http:
path: "/v1/traces"
timeout: 5s
resource_detectors:
environment: { }
envoyOtelAls:
service: opentelemetry-collector.istio-system.svc.cluster.local
service: opentelemetry-collector.observability.svc.cluster.local
port: 4317
rootNamespace: istio-system
trustDomain: cluster.local
- name: otel
envoyOtelAls:
service: opentelemetry-collector.observability.svc.cluster.local
port: 4317
global:
proxy:
logLevel: info
Expand Down
5 changes: 5 additions & 0 deletions applications/istio/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ metadata:
name: istio-system
labels:
istio-injection: enabled
---
apiVersion: v1
kind: Namespace
metadata:
name: observability
6 changes: 3 additions & 3 deletions applications/istio/otel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: opentelemetry-collector-conf
namespace: istio-system
namespace: observability
labels:
app: opentelemetry-collector
data:
Expand Down Expand Up @@ -54,7 +54,7 @@ apiVersion: v1
kind: Service
metadata:
name: opentelemetry-collector
namespace: istio-system
namespace: observability
labels:
app: opentelemetry-collector
spec:
Expand All @@ -78,7 +78,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: opentelemetry-collector
namespace: istio-system
namespace: observability
spec:
selector:
matchLabels:
Expand Down

0 comments on commit a798f16

Please sign in to comment.