Skip to content

Commit 7a0efe9

Browse files
ArthurSensroboquat
authored andcommitted
Send traces from previews to Honeycomb
Signed-off-by: ArthurSens <[email protected]>
1 parent b884c94 commit 7a0efe9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tracing:
2-
endpoint: http://otel-collector:14268/api/traces
2+
endpoint: http://otel-collector.monitoring-satellite.svc.cluster.local:14268/api/traces
33
samplerType: const
44
samplerParam: "1"

.werft/observability/monitoring-satellite.ts

+5
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ export class MonitoringSatelliteInstaller {
6767
"pyrra": {
6868
"install": true
6969
},
70+
"tracing": {
71+
"install": true,
72+
"honeycombAPIKey": "${process.env.HONEYCOMB_API_KEY}",
73+
"honeycombDataset": "preview-environments",
74+
},
7075
"prometheus": {
7176
"externalLabels": {
7277
"cluster": "${previewName}",

0 commit comments

Comments
 (0)