Skip to content

Commit

Permalink
Send traces from previews to Honeycomb
Browse files Browse the repository at this point in the history
Signed-off-by: ArthurSens <arthursens2005@gmail.com>
  • Loading branch information
ArthurSens authored and roboquat committed Sep 9, 2022
1 parent b884c94 commit 7a0efe9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .werft/jobs/build/helm/values.tracing.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tracing:
endpoint: http://otel-collector:14268/api/traces
endpoint: http://otel-collector.monitoring-satellite.svc.cluster.local:14268/api/traces
samplerType: const
samplerParam: "1"
5 changes: 5 additions & 0 deletions .werft/observability/monitoring-satellite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ export class MonitoringSatelliteInstaller {
"pyrra": {
"install": true
},
"tracing": {
"install": true,
"honeycombAPIKey": "${process.env.HONEYCOMB_API_KEY}",
"honeycombDataset": "preview-environments",
},
"prometheus": {
"externalLabels": {
"cluster": "${previewName}",
Expand Down

0 comments on commit 7a0efe9

Please sign in to comment.