pulumi/pkg/backend/cloud
Pat Gavlin 782a869765
Add support for passing tracing headers. (#1360)
These changes add support for adding a tracing header to API requests
made to the Pulumi service. Setting the `PULUMI_TRACING_HEADER`
environment variable or enabling debug commands and passing the
`--tracing-header` will change the value sent in this header. Setting
this value to `1` will request that the service enable distributed
tracing for all requests made by a particular CLI invocation.
2018-05-14 13:44:44 -07:00
..
client Add support for passing tracing headers. (#1360) 2018-05-14 13:44:44 -07:00
backend.go Add pulumi config refresh to fetch most recent configuration 2018-05-14 10:28:42 -07:00
context.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
context_test.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
snapshot.go Begin tracing Pulumi API calls. (#1330) 2018-05-07 18:23:03 -07:00
stack.go Begin tracing Pulumi API calls. (#1330) 2018-05-07 18:23:03 -07:00
state.go Make tokenSource.Close() synchronous. (#1345) 2018-05-08 15:28:42 -07:00