feat: Add opentelemetry collection to Plume
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user