Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove certs and simplify telemetry summarize (#1750)
The goal here is to remove the need for certificates. Any worker that is not in our VPC can talk directly to fluentbit, and fluentbit will be configured with certificates to talk to Tempo. The implementation implication is that we need to run telemetry stuff ONLY on nodes in our VPC. To avoid needing to move all jobs to these nodes, we instead temporarily store telemetry data as artifacts, and in one final job, we process and send telemetry info for all jobs from one job. Part of rapidsai/shared-workflows#269 and rapidsai/shared-actions#28 Authors: - Mike Sarahan (https://github.com/msarahan) Approvers: - Bradley Dice (https://github.com/bdice) URL: #1750
- Loading branch information