pulumi/pkg/backend/httpstate
Pat Gavlin 82204230e1
Improve tracing support. (#3238)
* Fix some tracing issues.

- Add endpoints for `startUpdate` and `postEngineEventsBatch` so that
  spans for these invocations have proper names
- Inject a tracing span when walking a plan so that resource operations
  are properly parented
- When handling gRPC calls, inject a tracing span into the call's
  metadata if no span is already present so that resource monitor and
  engine spans are properly parented
- Do not trace client gRPC invocations of the empty method so that these
  calls (which are used to determine server availability) do not muddy
  the trace. Note that I tried parenting these spans appropriately, but
  doing so broke the trace entirely.

With these changes, the only unparented span in a typical Pulumi
invocation is a single call to `getUser`. This span is unparented
because that call does not have a context available. Plumbing a context
into that particular call is surprisingly tricky, as it is often called
by other context-less functions.

* Make tracing support more flexible.

- Add support for writing trace data to a local file using Appdash
- Add support for viewing Appdash traces via the CLI
2019-09-16 14:16:43 -07:00
..
client Improve tracing support. (#3238) 2019-09-16 14:16:43 -07:00
backend.go Add a link to docs for the 409 Conflict error message (#3207) 2019-09-10 13:25:08 -07:00
console.go Rename backend packages 2018-09-05 07:32:42 -07:00
console_test.go Rename backend packages 2018-09-05 07:32:42 -07:00
policypack.go Add a hint about the org name in stack in pulumi new 2019-08-19 09:21:02 +02:00
snapshot.go Fix an issue updating a newly created stack from the local backend 2019-05-10 17:07:52 -07:00
stack.go Stop ignoring HTTP errors at token validation (#3208) 2019-09-10 13:24:30 -07:00
state.go Expose update events to ExtraRuntimeValidation. (#3160) 2019-09-06 17:07:54 -07:00