We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b884c94 commit 7a0efe9Copy full SHA for 7a0efe9
.werft/jobs/build/helm/values.tracing.yaml
@@ -1,4 +1,4 @@
1
tracing:
2
- endpoint: http://otel-collector:14268/api/traces
+ endpoint: http://otel-collector.monitoring-satellite.svc.cluster.local:14268/api/traces
3
samplerType: const
4
samplerParam: "1"
.werft/observability/monitoring-satellite.ts
@@ -67,6 +67,11 @@ export class MonitoringSatelliteInstaller {
67
"pyrra": {
68
"install": true
69
},
70
+ "tracing": {
71
+ "install": true,
72
+ "honeycombAPIKey": "${process.env.HONEYCOMB_API_KEY}",
73
+ "honeycombDataset": "preview-environments",
74
+ },
75
"prometheus": {
76
"externalLabels": {
77
"cluster": "${previewName}",
0 commit comments