Aron Gates

Results 6 issues of Aron Gates

### **Supporting resources** - https://buildkite.com/blog/observability-in-the-agent-via-datadog - https://docs.datadoghq.com/continuous_integration/setup_pipelines/buildkite/ - https://docs.datadoghq.com/developers/dogstatsd/unix_socket/?tab=host - #1273 ### **Is your feature request related to a problem? Please describe.** Traces aren’t sent to Datadog when a unix...

- updated vault to latest version - added full vault injector config for enabling sidecar injection - moved everything into a namespace of your choice (via variables. vault for default)

## Feature Request ### Background / Motivation We have multiple deployments with our Helm chart. We need to hot reload each deployment, and sometimes sync the file directories in different...

feature request
0.13

Rather than manually specifying "WithUds" in our client startup options like this: ```goLang func (b *Bootstrap) startTracingDatadog(ctx context.Context) (tracetools.Span, context.Context, stopper) { opts := []tracer.StartOption{ tracer.WithServiceName("buildkite_agent"), tracer.WithSampler(tracer.NewAllSampler()), tracer.WithAnalytics(true), } if...

If global environment variables are set in the top level pipeline file as an int, it'll cause a golang error and won't be processed ```yaml env: myenv: 1 steps: -...

Hello Do you have an example of how to authenticate the controller to access gcr.io from GCP (google cloud, gcloud, GAR google artifact registry) registries? Here are my logs when...

enhancement