pulumi/pkg
Pat Gavlin 4ce02a7163 Serve a Zipkin tracing endpoint from the CLI.
When tracing to a file, serve a Zipkin tracing endpoint from the CLI as
well. This allows us to hand plugins an endpoint they can use to report
traces during the execution of a Pulumi program.

There is a little bit of accidental complexity here:
- In order for trace data to flow across gRPC, we need to ensure that
  a trace that is injected into a gRPC request is injected as something
  the other side understands. In our case, this means we need to inject
  a Jaeger SpanContext as well as/instead of a native (AppDash)
  SpanContext.
- In order to play nicely with the local tracer, we need to convert
  Zipkin spans into native spans. I couldn't find any pre-existing code
  to do this, so this is all our own.
2019-10-15 13:23:49 -07:00
..
apitype Print PolicyPacks run as part of update summary 2019-09-30 14:49:21 -07:00
backend Standardize on Stack for backend methods. (#3336) 2019-10-14 14:30:42 -07:00
codegen/python Creation of generator package (#2970) 2019-07-22 17:09:35 -07:00
diag Stop using loreley. (#3331) 2019-10-12 13:53:57 -07:00
encoding Add license headers 2018-05-22 15:02:47 -07:00
engine Fix a dependency graph bug during DBR. (#3329) 2019-10-12 17:22:13 -07:00
graph Add license headers 2018-05-22 15:02:47 -07:00
npm fix: node_modules typo (#3175) 2019-09-09 23:11:35 +03:00
operations Collect logs from Google Cloud Functions 2019-04-08 09:44:05 -07:00
resource Fix a dependency graph bug during DBR. (#3329) 2019-10-12 17:22:13 -07:00
secrets Cache ciphertext for secret properties. (#3183) 2019-09-18 15:52:31 -07:00
testing Override all options in ProgramTest.With (#3264) 2019-10-07 14:11:36 +03:00
tokens Fix comment about QName regex (#3121) 2019-08-20 14:43:48 -07:00
tools Add a `WriteString` method to `tools/GenWriter`. (#1839) 2018-08-29 14:43:20 -07:00
util Serve a Zipkin tracing endpoint from the CLI. 2019-10-15 13:23:49 -07:00
version Add license headers 2018-05-22 15:02:47 -07:00
workspace Use PulumiPolicy.yaml instead of Pulumi.yaml for PolicyPacks 2019-10-10 10:15:51 -07:00