feat: Add opentelemetry collection to Plume

This commit is contained in:
2025-07-25 09:41:00 +02:00
parent eaed97db3c
commit 17c3996114
6 changed files with 35 additions and 4 deletions
+2 -1
View File
@@ -4,5 +4,6 @@
"appEnv": "prod",
"appNamespace": "prod-plume",
"appVersion": "1.0.0",
"cacheDir": "/data/archives/cache"
"cacheDir": "/data/archives/cache",
"otelCollector": "http://10.255.241.12:4317"
}
+11
View File
@@ -0,0 +1,11 @@
apiVersion: dapr.io/v1alpha1
kind: Configuration
metadata:
name: tracing
spec:
tracing:
samplingRate: "1"
otel:
endpointAddress: "10.255.241.12:4317"
protocol: grpc
isSecure: false
@@ -4,5 +4,6 @@
"appEnv": "staging",
"appNamespace": "staging-plume",
"appVersion": "0.0.0",
"cacheDir": "/data/archives/cache"
"cacheDir": "/data/archives/cache",
"otelCollector": "http://10.255.241.12:4317"
}
@@ -0,0 +1,11 @@
apiVersion: dapr.io/v1alpha1
kind: Configuration
metadata:
name: tracing
spec:
tracing:
samplingRate: "1"
otel:
endpointAddress: "10.255.241.12:4317"
protocol: grpc
isSecure: false